# Report a Bug

### If something feels off, let us know

Bugs happen — especially in a product that’s actively being improved.

If something isn’t working the way you expect, reporting it helps us make Aardvark better for everyone.

***

#### What to include (if you can)

When reporting a bug, it’s helpful to share:

* What you were trying to do
* What you expected to happen
* What actually happened

Screenshots, screen recordings, or links can help, but they’re optional.

***

#### What happens after you report a bug

Once a bug is reported:

* We investigate the issue
* We look for the root cause
* We work on a fix or improvement

If we need more information, we’ll follow up.

***

#### One important thing to know

If something looks broken, it doesn’t mean you did anything wrong.

Reporting bugs helps us improve the product — and we genuinely appreciate it.


---

# 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://help.joinaardvark.com/help-and-troubleshooting/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.
