# Teach me: train your Agent through conversation

"Teach Me" is a powerful AIsuru feature that makes training your Agent simple: you can teach it whatever you want through a natural conversation.

This intuitive method lets you [create contents](/en/agent-training/contents/manual-content-creation.md) just by chatting with the AI, making the learning process fast and effective.

### How to access the Teach Me section

To get started:

1. Go to your **Agent's management panel**;
2. Select  **Teach Me** in the sidebar;
3. **Start chatting with the Agent** as if you were onboarding a new colleague.

The system will automatically analyze the conversation and create new contents based on the information you provide.

### Best practices

To get the best results:

1. **Be clear and concise** in your explanations;
2. If you want to "force learning", **ask the Agent to add a specific piece of information to its contents**.

### Important considerations

When using Teach Me, keep in mind:

* **Consistency** across different sessions is key;
* It's a good idea to **review the automatically created contents** to make sure they're accurate;
* For highly technical or structured information, directly importing a document may be more effective.


---

# 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.aisuru.com/en/agent-training/teach-me-train-by-chatting.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.
