# Community contribution

- [Joining the community](https://docs.aurelia.io/community-contribution/joining-the-community.md): Find out where our community hangs out and how to get connected.
- [Code of conduct](https://docs.aurelia.io/community-contribution/code-of-conduct.md): Our mutual agreement on proper behavior within the Aurelia community.
- [Contributor guide](https://docs.aurelia.io/community-contribution/contributor-guide.md): Learn about our coding rules and contributing process.
- [Building and testing aurelia](https://docs.aurelia.io/community-contribution/building-and-testing-aurelia.md): Get setup to build and test the Aurelia 2 source!
- [Writing documentation](https://docs.aurelia.io/community-contribution/writing-documentation.md): Join us in making Aurelia's docs better for everyone!
- [Translating documentation](https://docs.aurelia.io/community-contribution/translating-documentation.md): Bringing the Aurelia docs to the world.


---

# 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.aurelia.io/community-contribution.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.
