> For the complete documentation index, see [llms.txt](https://circular-protocol.gitbook.io/saturn-wallet-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://circular-protocol.gitbook.io/saturn-wallet-user-guide/getting-started/report-a-bug.md).

# Report a Bug

If you encounter any issues or unexpected behavior while using Saturn Wallet, we encourage you to report them so our team can investigate and improve your experience.

### How to Report a Bug

1. Go to the [**bug report form here.**](https://docs.google.com/forms/d/e/1FAIpQLSc9fPEA54SR4FioDl7IcCw6TdDAQAmNe2kI6ckFhgeXW5tZuA/viewform?usp=sharing\&ouid=108336931235964882510)
2. Describe the Issue: Clearly explain what happened, including any error messages, unexpected results, or steps that led to the problem.
3. Provide Details
4. Saturn Wallet version
5. Browser and operating system
6. Steps to reproduce the bug
7. Screenshots or screen recordings (if possible)
8. Submit Your Report
9. Contact support on [Circular's Discord](https://discord.gg/circularprotocol).

\
**What Happens Next?**

Once your bug report is submitted, our team will:

* Review your submission
* Investigate the issue
* Reach out if more information is needed
* Update you when the issue is resolved or provide a workaround

Thank you for helping us make Saturn Wallet better.


---

# 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://circular-protocol.gitbook.io/saturn-wallet-user-guide/getting-started/report-a-bug.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.
