# Key Discussions

## Discussions happen in the open

Our community documents all discussions on GitHub. Even if there's a conversation in person or on Slack, we post a summary on the GitHub issue tracker, and give the rest of the community time to respond before finalising the decision.

{% embed url="<https://opensource.com/open-organization/17/2/tracking-issues-publicly>" %}

## GitHub repositories worth watching

If you join GitHub, you can "Watch" the conversations happening in the following repositories:

* [Modelling Specification](https://github.com/openactive/modelling-opportunity-data/issues)
* [Open Booking API](https://github.com/openactive/open-booking-api/issues)
* [Data Model Validator](https://github.com/openactive/data-model-validator/issues)
* [Opportunity API](https://github.com/openactive/opportunity-api/issues)
* [Activity List](https://github.com/openactive/activity-list/issues)
* [Paging Specification](https://github.com/openactive/realtime-paged-data-exchange/issues)

You can easily keep track of these conversations following the #w3c-cg channel on [Slack](https://www.openactive.io/public-openactive-w3c/) or Gitter.

## Access to Slack

You can find out how to join our Slack channel at the link below:

{% embed url="<https://openactive.io/public-chat/>" %}


---

# 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://w3c.openactive.io/key-discussions.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.
