# How to submit a bug

First check against list of [Known Issues](/overview/system-status.md).

If you find a bug click on the 'feedback' button at the bottom of the your screen, select 'bug' and follow the guide.

1. **STEP 1**\
   Click on the 'Feedback' button<br>

   <figure><img src="/files/7r4EDBoAhUqugIXKFnox" alt=""><figcaption></figcaption></figure>
2. **STEP  2**\
   Select 'Report an issue'<br>

   <figure><img src="/files/DGkwArFrFminFW8HJFKj" alt=""><figcaption></figcaption></figure>
3. **STEP 3**\
   Provide details:&#x20;
   1. Text description of the bug or issue
   2. You can add a screenshot, or video
   3. Click "Submit"<br>


---

# 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.gov.tools/bugs-or-feature-suggestions/how-to-submit-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.
