# Unique IDs

Since RC 4, (tested under RC3.7.x) all the blocks generated by GutenBricks will have unique IDs. A unique ID is made of a combination of the Bricks Builder's original ID and a block ID generated when the user inserts a new block:

Example:

```
// Bricks Builder ID
brxe-8e9775

// GutenBricks ID with a block ID as a suffix to ensure uniqueness 
b-8e9775_ls8i5k7o 
```

<figure><img src="/files/P3dRzJDPb1zwOMrGLexM" alt=""><figcaption><p>Here a same template rendered 6 times.</p></figcaption></figure>

Note: the prefix "brxe" is replaced with "b-" to reduce the length of ID.


---

# 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://docs.gutenbricks.com/resources/developer-api/unique-ids.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.
