# Suggest Enhancements

This section guides you through submitting an enhancement suggestion for Secret Network, including entirely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your request and find related suggestions.

When creating your enhancement suggestion, please include as many details as possible. Please use this template, including the steps you would take if the feature existed.

## **How Do I Submit A (Good) Enhancement Suggestion?**

Our Github [project boards](https://github.com/scrtlabs/SecretNetwork/projects?type=beta) track enhancement suggestions through [Github Issues](https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues). Create an issue in [this repository](https://github.com/scrtlabs/SecretNetwork) and follow these guidelines:

* **Use a clear and descriptive title** for the issue to identify the suggestion.
* **Provide a step-by-step description of the suggested enhancement** with as many details of the benefits and requirements as possible.
* **Provide specific examples to demonstrate the steps**. Include snippets that you use in those examples as [Markdown code blocks](https://help.github.com/articles/markdown-basics/#multiple-lines).
* **Describe the current behavior** and **explain which behavior you expected to see instead**
* **Include screenshots** that help you demonstrate the steps or point out the relevant part of the affected Secret Network
* **Explain why this enhancement would be helpful to** most Secret Network users and isn't something that can or should be implemented as a community project.


---

# 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.scrt.network/secret-network-documentation/infrastructure/how-to-contribute/suggest-enhancements.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.
