# Report Bugs

This section walks you through submitting a bug report for Secret Network. Following these guidelines helps maintainers and other members of the community understand your report, reproduce the behavior, and find related reports.

Before creating bug reports, please check [this list](https://github.com/SecretFoundation/docs/blob/main/docs/CONTRIBUTING.md#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](https://github.com/SecretFoundation/docs/blob/main/docs/CONTRIBUTING.md#how-do-i-submit-a-good-bug-report). Fill out [the required template](https://github.com/SecretFoundation/docs/blob/main/docs/ISSUE_TEMPLATES/bug_report.md), the information it asks for helps us resolve issues faster.

> **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.

## **Before Submitting A Bug Report**

* **Check** [**the FAQs**](https://forum.scrt.network/c/general-faq/9) for a list of commonly asked questions and our best answers.
* **Look through recent posts on** [**the forum**](https://forum.scrt.network/) to see any relevant discussions.
* **Perform a** [**search**](https://github.com/search?q=+is%3Aissue+user%3Aenigmampc) to see if the problem has already been reported.

## **How Do I Submit A (Good) Bug Report?**

For bug tracking, we use [GitHub issues](https://guides.github.com/features/issues/). After you've determined which repository the bug is related to, create an issue in that repository using [the template](https://github.com/SecretFoundation/docs/blob/main/docs/ISSUE_TEMPLATES/bug_report.md).

Explain the problem and include additional details to help maintainers reproduce the problem:

* **Use a clear and descriptive title** for the issue to identify the problem.
* **Describe the exact steps which produce the problem** in as much detail as possible.
* **Provide specific examples to demonstrate the steps**. Include links to files, Github projects, or copy/pasteable snippets, which you use in those examples.
* **Describe the behavior you observed after following the steps** and point out the problem with that behavior.
* **Explain which behavior you expected to see instead and why.**
* **Include screenshots** that demonstrate the problem.
* **If a** specific **action didn't trigger a problem**, describe what you were doing before the problem happened.


---

# 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.scrt.network/secret-network-documentation/infrastructure/how-to-contribute/report-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.
