# Does it get smarter the more conversations it has?

The only information or training your AI agent has is based on the content or knowledge you upload to it.

It doesn't learn from individual past or historic conversations.

The reason for this is twofold:

1. It is very hard to validate and ensure that the responses given by your agents are accurate and these can change over time.
2. It is much harder to maintain and ensure your AI's knowledge is managed appropriately.&#x20;

You can however improve its training and answer quality by using our [Insights](/features/insights.md) to identify common questions, adding [Custom answers](/features/improve.md) to address unanswerable questions and uploading more knowledge to your agent to ensure it can answer in the future.&#x20;


---

# 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://support.myaskai.com/faq/general/does-it-get-smarter-the-more-conversations-it-has.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.
