# Community

Repos tagged with the `community` topic support tools for communication with the OpenActive community - sometimes specifically the W3C OpenActive group, but often also OpenActive partners more generally, or simply people who may wish to learn more about the initiative.&#x20;

* [**public-openactive-w3c**](https://github.com/openactive/public-openactive-w3c): Code of conduct and guidelines for W3C OpenActive communication.
* [**w3c-community-group-microsite**](https://github.com/openactive/w3c-community-group-microsite): Powers the [W3C community website](https://www.w3.org/community/openactive/). See also ...
  * [**openactive-w3c-cg**](https://github.com/openactive/openactive-w3c-cg): ... for the group charter; and
  * [**community-members**](https://github.com/openactive/community-members): A mini-repo, consisting simply of a JSON list of OpenActive partner organisations.
* [**w3c-community-group-video-template**](https://github.com/openactive/w3c-community-group-video-template): Tools supporting OpenActive's [YouTube channel](https://www.youtube.com/channel/UCXS84J1nXdAPyK545EI5XDA).
* [**openactive.github.io**](https://github.com/openactive/openactive.github.io): Powers the [OpenActive website](https://www.openactive.io/), along with ...
  * &#x20;[**openactive-staging-dummy**](https://github.com/openactive/openactive-staging-dummy)
  * [**openactive-staging**](https://github.com/openactive/openactive-staging)
  * [**openactive-beta**](https://github.com/openactive/openactive-beta)
* [**livestream**](https://github.com/openactive/livestream)**:** A webpage for livestreaming of OpenActive events
* [**learn**](https://github.com/openactive/learn)**:** Powers the [Physical Activity Open Data Course](https://www.openactive.io/learn/).


---

# 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://developer.openactive.io/guide-to-openactive-on-github/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.
