# Specifications

The `specifications` topic includes specifications proper, mechanisms for extending these specifications as required, and tools supporting the development and creation of new specifications.

## OpenActive specifications

* [**modelling-opportunity-data**](https://github.com/openactive/modelling-opportunity-data)**:** Backend repo for the [Opportunity specification](https://www.openactive.io/modelling-opportunity-data/), modelling sport and fitness-related events.
* [**open-booking-api**](https://github.com/openactive/open-booking-api)**:** Backend repo for the [Open Booking API,](https://www.openactive.io/open-booking-api/EditorsDraft/)  modelling [Opportunity](https://www.openactive.io/modelling-opportunity-data/) booking.
* [**realtime-paged-data-exchange**](https://github.com/openactive/realtime-paged-data-exchange)**:** Backend repo for the [Realtime Paged Data Exchange](https://www.w3.org/2017/08/realtime-paged-data-exchange/) specification, specifying chunking and sequencing for data feeds consisting of [Opportunity](https://www.openactive.io/modelling-opportunity-data/) (and in some cases [Booking](https://www.openactive.io/open-booking-api/EditorsDraft/)) data.
* [**routes**](https://github.com/openactive/routes)**:** Backend repo for the Routes specification, modelling Opportunities that involve walking, hiking, cycling, and other routes. Work-in-progress.
* [**dataset-api-discovery**](https://github.com/openactive/dataset-api-discovery)**:** Backend repo for the Dataset API Discovery specification, outlining the conformance criteria for dataset sites to make them parseable and discoverable by automated agents. A work in progress.

## Extension mechanisms

* [**ns-beta**](https://github.com/openactive/ns-beta)**:** Namespace for use by data publishers introducing properties not currently supported in OpenActive specifications, but which are under review by the community and stand as plausible candidates for inclusion in future drafts.
* [**extensions**](https://github.com/openactive/extensions)**:** Repository for the Opportunity Model Extensions vocabulary. Currently empty.
* [**extension-documentation-generator**](https://github.com/openactive/extension-documentation-generator)**:** Given a JSON-LD extension context, generates a README.md file.

## **Tools to support specification creation**

* [**ns**](https://github.com/openactive/ns)**:** Linked Data definitions and source for the OpenActive namespace
* [**spec-template**](https://github.com/openactive/spec-template)**:** Template for the creation of OpenActive specifications.


---

# 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/specifications.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.
