> For the complete documentation index, see [llms.txt](https://rc.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rc.sunbird.org/v0.0.14/community.md).

# Community

- [Discussion Forum](https://rc.sunbird.org/v0.0.14/community/discussions.md): We have multiple channels available for the community to discuss use cases, as for support from fellow community members & discuss existing features as well as brainstorm about new ones.
- [Contributing](https://rc.sunbird.org/v0.0.14/community/contributing.md)
- [Contributors](https://rc.sunbird.org/v0.0.14/community/contributors.md)
- [Contribution Guidebook](https://rc.sunbird.org/v0.0.14/community/contribution-guidebook.md)
- [Code of Conduct](https://rc.sunbird.org/v0.0.14/community/code-of-conduct.md)
- [Community Events](https://rc.sunbird.org/v0.0.14/community/community-events.md): This page will list the schedule of our community events & also provide recordings of past events.
- [Status By Track](https://rc.sunbird.org/v0.0.14/community/status-by-track.md): The intent of this page is to give a high level status on various project tracks & reference implementations that are currently in progress. Complete details can be found on github project boards.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://rc.sunbird.org/v0.0.14/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.
