# Reporting Issues

The [IoTeX Community Forum](https://community.iotex.io/) has a whole section dedicated to [DePIN Developers](https://community.iotex.io/c/depin-developers/87/none). Within this section, choose the [DePINscan category](https://community.iotex.io/c/depin-developers/depinscan-io/90) and create a new topic with the issue you're facing, or the bug you found to kick off a conversation.&#x20;

{% hint style="info" %}
Try being as descriptive as you can with your issue, including screenshots, images and possibly steps to replicate it.&#x20;
{% endhint %}

Our team is constantly monitoring the community forum, so expect an answer shortly after filing your topic.&#x20;

{% hint style="info" %}
It could be worth browsing through some topics that seem similar to yours, as someone else might have already resolved your issue.&#x20;
{% endhint %}


---

# 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.depinscan.io/developer/reporting-issues.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.
