# Customizations

- [Configuration Manager](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations/config-manager.md): The mycroft-config utility simplifies management of the the various configuration files that control Mycroft. Commands include: edit, show, get, set, reload.
- [mycroft.conf](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations/mycroft-conf.md): A configuration file that contains the device and service settings.
- [Languages](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations/languages.md): Learn about foreign language support in Mycroft, and how to approach configuring Mycroft to support other languages.
- [Français (French)](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations/languages/francais-french.md): How to configure Mycroft for use in French.
- [Deutsch (German)](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations/languages/german.md): Dies ist eine Anleitung wie Mycroft in Deutsch eingerichtet werden kann. Diese Seite beinhaltet auch eine Kurzanleitung.
- [Using a Custom Wake Word](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations/wake-word.md): You might want to change the Wake Word to a phrase that's easier for you to speak, is more culturally appropriate, or just more personal and fun for you.
- [Speech-To-Text](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations/stt-engine.md): Speech-To-Text (STT) is the process of converting audio of spoken words into strings of text. Mycroft supports a range of Speech-To-Text engines.
- [Text-To-Speech](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations/tts-engine.md): Text-To-Speech (TTS) is the process of synthesizing audio from text. Mycroft uses our own TTS engines by default, however we also support a range of third party services.


---

# 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://mycroft-ai.gitbook.io/docs/using-mycroft-ai/customizations.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.
