> For the complete documentation index, see [llms.txt](https://docs.borndigital.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.borndigital.ai/digital-agent/building-new-projects/knowledge-base-project.md).

# 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="/pages/VR5Pwls0yWJOk4tgLpY4">/pages/VR5Pwls0yWJOk4tgLpY4</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="/pages/sb4kkNaN4KOxqAhB18os">/pages/sb4kkNaN4KOxqAhB18os</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="/pages/9Wdem4VkbiPDRoQOY7wE">/pages/9Wdem4VkbiPDRoQOY7wE</a></td><td>See how to train, test and play with current chatbot bubble withou deploying</td><td></td></tr><tr><td><a href="/pages/LpKi5V2HWO5B7JFIGpi1">/pages/LpKi5V2HWO5B7JFIGpi1</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="/files/RAcJXIGEQ6mnN3Ivxjcg" %}
Import this project to Conversation Flow
{% endfile %}

{% file src="/files/6sM1csWzpyw9opvj71NO" %}
Text snippet zip
{% endfile %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.borndigital.ai/digital-agent/building-new-projects/knowledge-base-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
