# Request identification

Request identifiers are unique values associated with each API request, allowing for efficient tracking and troubleshooting of individual requests.

### Request Identifier

Each API request made to our service is assigned a unique request identifier. This identifier can be found in the response headers under the `X-Request-Id` key. Additionally, the request identifiers are present in the URLs of individual request logs in your [app](https://app.sandbox.trio.com.br/developers/logs).

#### Example

```http
X-Request-Id: GEzmrWO6-L7HK28FP0eD
```

### Contacting Support

{% hint style="info" %}
**If you need to contact us about a specific request, providing the request identifier will ensure the fastest possible resolution.**
{% endhint %}

By including the request identifier in your support query, our support team can quickly locate and investigate the specific request in question. This enables us to efficiently diagnose any issues, provide insights, and offer guidance or solutions to resolve your concerns.

When contacting support, please include the following information:

* The request identifier (found in the X-Request-Id header or the development console)
* A description of the issue you are experiencing
* Any relevant code snippets or additional details that may help with the investigation

Remember to always include the request identifier to expedite the resolution process and ensure a swift and effective response from our support team.


---

# 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.trio.com.br/developers/request-identification.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.
