# OVERVIEW

- [BetterBugs Documentation](https://docs.betterbugs.io/overview/betterbugs-documentation.md): Create and share bit-perfect bug reports with every detail a developer needs. BetterBugs.io has all the tools to capture application issues with everything, from visual proofs to technical details.
- [About](https://docs.betterbugs.io/overview/about.md): Quick overview of what BetterBugs is and how it helps while you build software.


---

# 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.betterbugs.io/overview.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.
