# Agent Knowledge

Chaty has no inherent knowledge about your business. It's knowledge is obtained by adding it to Chaty or through any integrations that you setup.

### Adding Knowledge to your Agent

To add knowledge to Chaty;

1. If you have multiple agents, you will need to select the agent by clicking on it in the top of the menu on the left hand side.
2. Click on the "Knowledge Base" menu item and this will open with a large text area that you can input your knowledge.

{% hint style="info" %}
**To get the best out of Chaty, we recommend you read the** [**Writing and Structuring the Knowledge for Chaty**](/configuring-your-agent/writing-and-structuring-knowledge-for-chaty.md)
{% 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.chaty.ai/configuring-your-agent/agent-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.
