# Dictating numbers

Voice In intelligently discerns whether to transcribe numbers as digits or text based on the context of your dictation. For instance, saying "one" might result in either "1" or "one" being typed out, depending on the surrounding text.

## Forcing Digits in Dictation

The adaptive feature may not always align with your needs, especially if your dictation involves significant numerical dictation. Voice In offers a solution through its "Force numbers to be spoken as digits" option (only available in English). This ensures that numbers 0-9 are always transcribed as digits.&#x20;

### How to Enable

1\. Open the [Voice In Options page](https://dictanote.co/voicein/options/).

2\. Navigate to the **Dictation Text Transforms** section.

3\. Check the **Force numbers to be spoken as digits** option to activate.

## Dictating Larger Numbers

When it comes to dictating longer numerical sequences such as "forty thousand two hundred," Voice In typically defaults to spelling out the numbers. To circumvent this and ensure numerical dictation:

\- Break down the number into its individual digits.&#x20;

\- For example, instead of saying "forty thousand two hundred," dictate "four zero two zero zero."

By following these guidelines, Voice In will accurately capture and transcribe lengthy numbers in your preferred format.

### Voice Commands

You can also add voice commands to transcribe certain numbers to digits. For example, you can add the voice command `ten` => `10`. This ensures that everytime you say `ten`, it inserts `10`. Refer to the custom voice commands guide for instructions on how to add a custom voice command.

{% content-ref url="/pages/YKVETt4ovByqw725zAoU" %}
[Custom Voice Commands](/plus/custom-voice-commands.md)
{% endcontent-ref %}

<br>

<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/help/features/dictating-numbers.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.
