> ## Documentation Index
> Fetch the complete documentation index at: https://typebot-operators-authentication-type-branch.mintlify.site/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://mintlify.s3-us-west-1.amazonaws.com/typebot-operators-authentication-type-branch/images/blocks/inputs/number-flow.png" alt="Number input in flow" className="rounded-lg" />
    </Frame>
  </Tab>

  <Tab title="Bot">
    <Frame>
      <img src="https://mintlify.s3-us-west-1.amazonaws.com/typebot-operators-authentication-type-branch/images/blocks/inputs/number-bot.png" alt="Number input in bot" className="rounded-lg" />
    </Frame>
  </Tab>
</Tabs>
