# Guidelines

If you are here it means you are considering contributing to *Avalanche*. It is thanks to people like you that we are making *Avalanche* a reality! 😍

In order to contribute the this awesome framework we recommend to go through the "*From Zero to Hero*" *Avalanche* Tutorial:

{% content-ref url="/pages/-MMpDoIPoQw-ZDm4m1Yy" %}
[Introduction](/from-zero-to-hero-tutorial/01_introduction.md)
{% endcontent-ref %}

In this tutorial you'll learn Avalanche *in-depth* and learn how to extend and contribute back to the community! In particular, be sure to read the "*Contribute to Avalanche*" chapter:

{% content-ref url="/pages/-MIs16OiwoImrqOtdABv" %}
[Contribute to Avalanche](/from-zero-to-hero-tutorial/09_contribute-to-avalanche.md)
{% endcontent-ref %}

At the moment, we don't have a lot of rules for contributing or a strict *code of conduct*, please enjoy this freedom with a grain of salt! 😁


---

# 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/how-to-contribute/guidelines.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.
