# Language acquisition

- [Training a new language](https://documentation.proto.cx/docs/language-acquisition/training-a-new-language.md): Adding a new language to your AI Agent requires preparing two types of data, depending on whether you need text-only or voice-enabled support.
- [Text data preparation](https://documentation.proto.cx/docs/language-acquisition/training-a-new-language/text-data-preparation.md): This guide walks you through preparing the text content needed to add a new language to your AI Agent. Follow each step in order.
- [Voice data collection](https://documentation.proto.cx/docs/language-acquisition/training-a-new-language/voice-data-collection.md): This guide walks you through preparing and recording voice data so your AI Agent can understand spoken messages (speech-to-text) and respond out loud in the target language (text-to-speech).


---

# 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://documentation.proto.cx/docs/language-acquisition.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.
