# Joining the community

**Welcome to the Aurelia community!** 🎊

If you are looking to ask basic questions, [please visit our Discourse forum](https://discourse.aurelia.io/). For a more chat-like experience, our Aurelia 2 community also [hangs out on Discord](https://discord.gg/RBtyM6u).

This documentation on Aurelia 2 is still preliminary, but that doesn't mean you can't jump in and join us in building the world's most-loved JavaScript framework.

To get started working with us, please first read our [code of conduct](https://docs.aurelia.io/community-contribution/code-of-conduct) and our [contributor guide](https://docs.aurelia.io/community-contribution/contributor-guide). After that, if you want to contribute to the source code of Aurelia, its tools, or its plugins, have a read through [building and testing Aurelia](https://docs.aurelia.io/community-contribution/building-and-testing-aurelia). If you'd like to contribute to our documentation, then please take a look at [writing documentation](https://docs.aurelia.io/community-contribution/writing-documentation).

We look forward to working together with you!


---

# 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/joining-the-community.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.
