# Get involved

We'd love for you to be part of the ever-growing Frontity community. There are a variety of different ways in which you can find information and resources about the project, discuss about it, and contribute to it.

* **Docs**: this is the place to learn how to build amazing sites with Frontity - oh look, you're already here! **😄**
* **Community Forum**: this is the best place to reach out for help and get involved with the community by sharing knowledge. But also to keep track of the work done for the framework, join public feature discussions, and give feedback. We encourage you to read through this [Forum Guide](https://community.frontity.org/t/frontity-community-forum-users-guide/4399) to learn how the Community Forum is organized and how to get the most out of it.
* **GitHub**: Frontity is an open-source project and welcomes contributions. The core project, as well as the documentation and any related tool can be found in the [Frontity](https://github.com/frontity) GitHub organization. These are the main repositories:
  * [`frontity/frontity`](https://github.com/frontity/frontity): the main repository of Frontity Framework, which contains the core of the project.
  * [`frontity/docs`](https://github.com/frontity/docs): contains the documentation available at [docs.frontity.org](http://docs.frontity.org/).
  * [`frontity/api-reference`](https://github.com/frontity/api-reference): contains the documentation available at [api.frontity.org](https://api.frontity.org/).
  * [`frontity/step-by-step-tutorial`](https://github.com/frontity/step-by-step-tutorial): contains the documentation available at [tutorial.frontity.org](https://tutorial.frontity.org/).

    Please see the [Contributing](/contributing.md) section to find out how you can help develop Frontity and improve its documentation.
* **Demos**: a number of different Frontity projects and examples can be found in this [GitHub repository](https://github.com/frontity-demos/frontity-examples).
* **Newsletter**: the Frontity Newsletter is designed to inform you about the latest product updates, learning resources and community news surrounding Frontity Framework. Sign up [here](https://frontity.org/newsletter/) if you don't want to miss a thing.
* [**Twitter**](https://twitter.com/frontity), [**Youtube**](https://www.youtube.com/c/Frontity/) and the [**blog**](https://frontity.org/blog/) are also pretty good places if you're looking for news, videos, and major updates about Frontity.
* **Showcase**: need some inspiration? The Frontity community is always building amazing projects, discover some of them [here](https://frontity.org/showcase/).


---

# 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://gitbook-docs.frontity.org/about/get-involved.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.
