# Reporting bugs

We hope this documentation has provided you with all the information you need. However, if you still have any questions or encounter any issues, feel free to reach out—we're happy to assist.

Before contacting us, please check the list of known issues below, as your concern might already be addressed there.

Pease provide the following details when reporting an issue to help us assist you more efficiently:

* The SDK version you are using (e.g., 2.0.1).
* Your device details, including the model (e.g., Google Pixel 3), Android version (e.g., 28), and GAID (e.g., 11111111-2222-4333-0000-7777777777).
* A clear and detailed description of the issue (the more specifics you include, the better).


---

# 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://sdk-doc.tyrads.com/v3.0/questions-and-troubleshooting/reporting-bugs.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.
