> For the complete documentation index, see [llms.txt](https://avalanche.continualai.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avalanche.continualai.org/avalanche-v0.2.0/questions-and-issues/request-a-feature.md).

# Request a Feature

{% hint style="warning" %}
Do you think an **important feature is missing** in Avalanche? You are in the right place!
{% endhint %}

We try to keep the design of *Avalanche* as *open*, *collaborative* and *inclusive* as possible. This means discussing *Avalanche* issues, development and future ideas openly through general [ContinualAI projects meetups](https://www.continualai.org/news/#meetup), its [slack channel](https://join.slack.com/t/continualai/shared_invite/enQtNjQxNDYwMzkxNzk0LTBhYjg2MjM0YTM2OWRkNDYzOGE0ZTIzNDQ0ZGMzNDE3ZGUxNTZmNmM1YzJiYzgwMTkyZDQxYTlkMTI3NzZkNjU), [Github](https://github.com/vlomonaco) and [forum](https://continualai.discourse.group).

If you'd like to add a new feature to *Avalanche* please let us know, so we can work on it, or team up with you to make it a happen! 😄

Features request can be opened on the appropriate [GitHub Discussion Feature-Request section](https://github.com/ContinualAI/avalanche/discussions/categories/feature-request). Vote your preferred features and we will try to implement the most voted first!

![Feature-request section of the Avalanche GitHub "Discussions" Tab.](/files/-MkmVVux016cX9uJh-nF)


---

# 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://avalanche.continualai.org/avalanche-v0.2.0/questions-and-issues/request-a-feature.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.
