# Ask Your Question

We know that learning a new tool may be tough at times. This is why we are here to help you 🙏

{% hint style="info" %}
Don't be afraid to ask questions, there are no stupid questions and we will always answer to you.
{% endhint %}

*However, in order to help you, we need you to help us first.*\
\
First of all, if the question is more of a *code issue* **please use** the [**GitHub Issues**](https://github.com/ContinualAI/avalanche/issues) page.\
For *general questions, ideas,* [*feature-requests*](https://avalanche.continualai.org/questions-and-issues/request-a-feature) *and discussions* use [**GitHub Discussions**](https://github.com/ContinualAI/avalanche/discussions).

If instead, this is a *quick question about Avalanche or a request for support*, in this case you can ask us directly [on slack](https://join.slack.com/t/continualai/shared_invite/enQtNjQxNDYwMzkxNzk0LTBhYjg2MjM0YTM2OWRkNDYzOGE0ZTIzNDQ0ZGMzNDE3ZGUxNTZmNmM1YzJiYzgwMTkyZDQxYTlkMTI3NzZkNjU) (**#avalanche** channel).\
\
In any case, please make sure to follow the steps below:

1. *Clarify your information needs.*
2. *Formulate them coherently.*
3. *Check if the same question or a related one can be found.*
4. *Ask your question.*

Then, we will try to answer as swiftly as possible! 🤗


---

# 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://avalanche.continualai.org/questions-and-issues/ask-your-question.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.
