> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typebot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Number

The Number input block allows you to ask your user for a number. You can configure a minimum, a maximum and a step:

<Tabs>
  <Tab title="Flow">
    <Frame>
      <img src="https://mintcdn.com/typebot/_A9p16JCEDI2EkLF/images/blocks/inputs/number-flow.png?fit=max&auto=format&n=_A9p16JCEDI2EkLF&q=85&s=5eef0413e25e5f4aabe04395974c04cb" alt="Number input in flow" className="rounded-lg" width="1284" height="886" data-path="images/blocks/inputs/number-flow.png" />
    </Frame>
  </Tab>

  <Tab title="Bot">
    <Frame>
      <img src="https://mintcdn.com/typebot/_A9p16JCEDI2EkLF/images/blocks/inputs/number-bot.png?fit=max&auto=format&n=_A9p16JCEDI2EkLF&q=85&s=af3aa08032204515a95d680a3a9c5018" alt="Number input in bot" className="rounded-lg" width="876" height="334" data-path="images/blocks/inputs/number-bot.png" />
    </Frame>
  </Tab>
</Tabs>

## Format

This only affects how the number is displayed to the user when he submitted the answer in a bot.

You can choose the format for the captured number. By default, the number is formatted as a decimal value following user's locale preferences. You can override this behavior to format it as a currency, a percentage, a scientific number, etc.
