# Knowledge base project

## Overview

<table data-card-size="large" data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th></th></tr></thead><tbody><tr><td><a href="knowledge-base-project/step-1.-initializing-your-project">step-1.-initializing-your-project</a></td><td>Learn how to add your first 'Message' node and 'Answer' node to your logic</td><td></td></tr><tr><td><a href="knowledge-base-project/step-2.-integrating-ai-node">step-2.-integrating-ai-node</a></td><td>Start using the capabilities of 'AI' node and how can you implement it to your logic</td><td></td></tr><tr><td><a href="knowledge-base-project/step-3.-finalizing-with-testing-and-training">step-3.-finalizing-with-testing-and-training</a></td><td>See how to train, test and play with current chatbot bubble withou deploying</td><td></td></tr><tr><td><a href="knowledge-base-project/optional-integrating-a-knowledge-base-index">optional-integrating-a-knowledge-base-index</a></td><td>Learn how to add a Knowledge base index on existing logic in UNESCO use case</td><td></td></tr></tbody></table>

### Try to import the project yourself

You can import the project to your organization to better understand the logic flow.&#x20;

{% file src="<https://4261467870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6iQTvxgRZRwPS1NgIGEb%2Fuploads%2FFrWdZkw0oZhkHg5R8JPO%2FSimple%20test.zip?alt=media&token=048e392e-cc83-4bc7-aa20-2fce28fbf78c>" %}
Import this project to Conversation Flow
{% endfile %}

{% file src="<https://4261467870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6iQTvxgRZRwPS1NgIGEb%2Fuploads%2FG5d9KcGWHH893QD13ec4%2FKB_UNESCO_example.zip?alt=media&token=7c890b8b-7043-45f7-aacf-6ac59fc3f778>" %}
Text snippet zip
{% endfile %}


---

# 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/knowledge-base-project.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.
