# Bug Reports & Feature Requests

Existent is currently in beta so expect bugs and breaking API changes during this phase of the roll out. Please report any bugs you discover or submit new feature requests in the Discord server (which you will be granted access to with your licence key) in the #bug-reports or #feature-requests channels respectively. For bug reports, please use this format:

1. What you wanted to do.
2. Steps required to reproduce the error.
3. What the error was: screenshots, copies of the logs or crash reports are highly encouraged.
4. If there was no error but it didn’t do what you expected tell us what the behaviour and how it was different from what you expected.

After this we’ll stay in contact and let you know the status of the bug fix.


---

# 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.existent.com/documentation/overview/bug-reports-and-feature-requests.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.
