# Random Number Generator Block

You can generate a dynamic OTP inside your chatbot flow using the **Number Formatter – Random Number Generator**.

#### Steps to Generate OTP

1. In your **Bot Flow**, click **Add Automation App**.
2. Search for **Number Formatter**.
3. Select **Random Number Generator**.
4. Set the range:
   * **Minimum Value** → `1000`
   * **Maximum Value** → `9999`\
     (This ensures a 4-digit OTP is generated.)
5. Click **Run** to test the generated number.
6. Click **Save**.

#### Store the OTP

7. Use **Save Variable Value** or store it in a **Bot Field** (e.g., `generated_otp`).

The generated value can now be sent to the user and used later for OTP validation within the flow.

{% embed url="<https://youtu.be/bxxL2fsfvZY>" %}


---

# 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://helpdocumentation.gitbook.io/user/automation-apps-blocks/random-number-generator-block.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.
