# Feature Requests

Requesting a feature is as simple as reporting a bug. You can either open a GitHub issue or ask on Discord.

### Guidelines

1. Check if someone has already made the same request.
2. If not, open a new issue with a clear and detailed title.
3. Explain the feature you want to see in Sonar and provide an example.
4. Explain why you want to see the feature in Sonar.
5. Feel free to provide any additional information.

Please make sure to read the [Contributing Guidelines](/contributing/guidelines.md).

### GitHub issue tracker

If you want to use GitHub's issue tracker, you can simply visit the GitHub repository and create a new Issue:

* Click on **Issues** followed by **New Issue**.
* Select your issue type (e.g., **Feature Request**) by clicking on **Get started**.
* Fill out the form.
* Feel free to add screenshots or other additional information.


---

# 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.jonesdev.xyz/contributing/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.
