> For the complete documentation index, see [llms.txt](https://docs.capsulelabs.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.capsulelabs.xyz/send-feedback/report-a-bug.md).

# Report a Bug

If you believe that you have identified an error or bug on the Capsule application, we encourage you to report the incident in one of the following methods:

* E-mail **<support@CapsuleNFT.com>** with the subject line, "CapsuleNFT Bug Report"
* Join our [**Discord**](https://discord.com/invite/capsulenft) and report the error in the #feedback channel

Please provide as many details as possible in your report, such as the following:

* Bug Description&#x20;
  * What action(s) were you attempting when the bug occurred?
  * What was the bug and how did it affect the action(s) you were attempting?
  * What are the steps to reproduce the bug?
* A Screen Recording or Screenshot of the Bug
* Website URL of Bug Occurrence
* System Description
  * Operating System
  * Browser
  * Device
  * Date and Time (including Time Zone) of Bug Occurrence

We always appreciate your help in improving our products!


---

# 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:

```
GET https://docs.capsulelabs.xyz/send-feedback/report-a-bug.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.
