# Voice Commands

Voice In contains built-in voice commands for punctuation, inserting a line break, triggering key presses, and more in 25+ languages, including English, French, Spanish, Portuguese, German, Italian, and many more.

For example, you can say:

1. `press enter` to press the enter key (useful for submitting message in ChatGPT, etc.)
2. `scroll down` to scroll down
3. `full stop` or `period` to insert a `.`
4. `stop dictation` to stop dictation

You can find the complete list on the [Voice Commands page](https://dictanote.co/voicein/voicecommands/). Print out a copy of the voice commands for easy reference.

With [Voice In Plus](https://dictanote.co/voicein/plus/), you can also define your own custom voice commands. Custom voice commands let you automate repetitive text entry, correct errors, do browser actions, etc. [Learn more about custom voice commands.](/plus/custom-voice-commands.md)

<br>


---

# 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://help.dictanote.co/introduction/voice-commands.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.
