# Community participation

- [RecapTime.dev Community Code of Conduct](https://policies.recaptime.dev/community/code-of-conduct.md): Please review our code of conduct, as this will be applicable throughout both technical and community spaces.
- [Platform and community-specific rules/guidelines](https://policies.recaptime.dev/community/code-of-conduct/platform-specifics.md)
- [Appendices for the code of conduct](https://policies.recaptime.dev/community/code-of-conduct/appendix.md): Frequently asked questions about our code of conduct, additional documentation and more.
- [Hack Club Code of Conduct](https://policies.recaptime.dev/community/hackclub-coc.md): The required standards of conduct for the Hack Club community & events.
- [Open-source Policies](https://policies.recaptime.dev/community/open-source.md)
- [Linux DCO](https://policies.recaptime.dev/community/open-source/linux-dco.md): The DCO as our contributor license agreement
- [Licensing guidelines](https://policies.recaptime.dev/community/open-source/licensing-guidelines.md): Our policy on licensing projects and works at Recap Time Squad
- [Release policy and checklist](https://policies.recaptime.dev/community/open-source/release-policy-and-checklist.md): Ready to ship your open-source project under us? Review our release policy before the official hand-off.


---

# 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://policies.recaptime.dev/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.
