# Manual Generation of Bridge Query Data / IDs

Navigate to <https://tellor.io/queryidstation/>.

***This tool can be used to generate many different types of Query Data and Query Id for any Tellor data. Here's how to do it for Tellor bridge transactions.***

* Click on custom query.
* Enter `TRBBridge` for the type.
* add a `bool` parameter. Set it to true for requests "to layer". Set this to "false" for withdraw requests.
* add a uint256 parameter for the deposit Id.

See image below:

<figure><img src="/files/TjSrjOaG884aHYHxWSoE" alt=""><figcaption><p>Great!</p></figcaption></figure>


---

# 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.tellor.io/layer-docs/bridging-trb/manual-generation-of-bridge-query-data-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.
