# Knowledge

We call knowledge the question + answer pair. The question is the end user's intent that the chatbot needs to understand. The response corresponds to the content that you will configure and which will be rendered by the chatbot to the end user. The knowledge base includes all of your knowledge! It's the brain of your bot! You can organize your knowledge by theme. Knowledge can be simple: a question - an answer, or take the form of a decision tree. The decision tree will allow the chatbot to articulate the sub-questions necessary for its final answer.

{% embed url="<https://youtu.be/7vJOmjuqwx4>" %}


---

# 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-en.dydu.ai/contents/knowledge.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.
