> For the complete documentation index, see [llms.txt](https://docs.bitsong.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitsong.io/useful-guides/sinfonia/how-to-report-a-bug-on-sinfonia.md).

# How to Report a Bug on Sinfonia

1 - Go to <https://github.com/bitsongofficial/sinfonia-ui/tree/main/.github>

![](/files/ChnOXohKRtjHBuHIrMq6)

2 - Click on **CONTRIBUTING.md** to be sure you match the requirements to Report a Bug.&#x20;

![](/files/zlKL4oeZpdCRbT4Fmy8u)

3 - Go back to <https://github.com/bitsongofficial/sinfonia-ui/tree/main/.github> and click on **ISSUE TEMPLATE**.

![](/files/Q0PcyncuYwbtfJ01t46v)

4 - Click on **BUG-COMPETITION-REPORT** to have a preview of the template you will to Report a Bug.

![](/files/mKOvDwjoL8Yew9YAXbP9)

5 - Now you can Report a Bug, click on **Issue.**  Before proceeding, make sure the Bug has not already been reported.

![](/files/SUhka3ZzAFB6hfDJJBmJ)

6 - Click on **New Issue.**

![](/files/KU9pdyxMC4ksdWh7uNs6)

7 - Click on **Get Started.**

![](/files/EohNhjGx4fQddJmE8AjX)

8 - Fill the Template and click at end end of the Page **Submit new issue.**&#x20;

![](/files/gb4UXAq7PdQDVmdJATjS)

You have correctly Report a Bug. Thank your for you support! A team member will contact you.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bitsong.io/useful-guides/sinfonia/how-to-report-a-bug-on-sinfonia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
