# Improve

## Improving your AI agent's answers

Your AI agent will only be able to answer questions based on the knowledge you have provided to it, if it doesn't have the knowledge it can't answer.

So you need to do 2 things to improve your AI agent's responses:

1. Find out what it can't answer
2. Add knowledge that allows it to answer

To find out what it can't answer you can use our Improve feature:

## Improve

### What is 'Improve'?

Improve is our answer improvement studio that will show you:

* A way to batch '[Test](https://support.myaskai.com/features/improve/test)' your AI agent with a set of questions.
* Your [Self-learning](https://support.myaskai.com/features/self-learning) articles that have been automatically generated for knowledge gaps from human agent replies.
* How you can control the tone and behavior of your AI agent in different scenarios using '[Guidance](https://support.myaskai.com/features/improve/guidance)'&#x20;
* A way to '[Inspect](https://support.myaskai.com/features/improve/inspect-and-logs)' your AI agent's conversation history and logs, so you can understand why the AI agent answered the way it did and what knowledge sources it used.


---

# 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/features/improve.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.
