> For the complete documentation index, see [llms.txt](https://docs.scrt.network/secret-network-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scrt.network/secret-network-documentation/infrastructure/how-to-contribute/suggest-enhancements.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.scrt.network/secret-network-documentation/infrastructure/how-to-contribute/suggest-enhancements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
