# Building new projects

Choose the project

<table data-card-size="large" data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th></tr></thead><tbody><tr><td><a href="building-new-projects/knowledge-base-project">knowledge-base-project</a></td><td>Here you will learn how to build the basic Virtual assistant for answering your questions using the 3 main nodes in 3 easy steps.</td></tr><tr><td><a href="building-new-projects/advanced-project">advanced-project</a></td><td>Here we will deep-dive to  more complex solution and showcase all nodes and explain the logic to more details</td></tr></tbody></table>

Advanded project

{% hint style="info" %}
Want to [download the project](#import-the-project-to-your-workspace)? Recommending you to follow this step by step guide&#x20;
{% endhint %}

***

## Import the sample chatbot project to your workspace

To understand the Conversation Flow, import the provided example project to your workspace. The downloadable file serves as a working copy for you to explore and comprehend the project logic.

{% file src="<https://content.gitbook.com/content/6iQTvxgRZRwPS1NgIGEb/blobs/d8m1arELsOCY58FEiTUj/My%20First%20Virtual%20Assistant%20-%20new%20logic.zip>" %}

{% hint style="info" %}
Practice building the project step-by-step. You can reference the downloadable example to understand the project's logic better.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.borndigital.ai/digital-agent/building-new-projects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
