# Generate Unique ID

The **Generate Unique ID** block creates a random unique identifier automatically.\
It is useful for order IDs, ticket numbers, or reference numbers.

Steps

1. Add a new node in your flow
2. Go to **Formatter → Text Formatter**
3. Select **Generate Unique ID**
4. No input is required
5. Click **Run & Save**
6. Open **Run History → Output Response**
7. Check **Data** to view the generated unique ID

Each time it runs, a new unique ID is generated, helping prevent duplication in automation.

{% embed url="<https://www.youtube.com/watch?v=uMI6lBnObDk>" %}


---

# 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/text-block/generate-unique-id.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.
