# Overview

## Available Languages

You can check the available languages [here](/speech-recognition/available-languages.md)

## Debug

```lua
Config.Debug = true
```

By enabling this the speech which is detected printed into F8 Console

## Hud Indicator UI

```lua
Config.EnableHudIndicators = true
```

&#x20;Set to false, if you want to delete the red/orange/green microphones icon in corner which indicates the speech recognition to the player and looks like this

<figure><img src="/files/BhrYnxEQZ2ewPAkGxhO0" alt=""><figcaption><p>ONLY ICON IS SHOWN ON SCREEN NOT THE TEXT [ TEXT IS TO SHOW THE DIFFERENCE BETWEEN THE ICONS ]</p></figcaption></figure>


---

# 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.17movement.net/speech-recognition/overview.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.
