# Dataset Publication

The `dataset-publication` topic tags all repos supporting OpenActive data providers in publishing their open data via so-called 'dataset sites'.&#x20;

* [**dataset-site-template**](https://github.com/openactive/dataset-site-template): A basic [Mustache template](https://mustache.github.io/) for publishing OpenActive data, along with instructions for use.
  * [**dataset-site-template-example-dotnet**](https://github.com/openactive/dataset-site-template-example-dotnet)**:** A simple .NET implementation producing output rendered by the Mustache template.
* [**dataset-site-generator**](https://github.com/openactive/dataset-site-generator)**:** Repo supporting a code-free means of generating dataset sites as described at <https://github.com/openactive/dataset-site-generator/wiki>. **DEPRECATED**.
* [**dataset-api-discovery**](https://github.com/openactive/dataset-api-discovery)**:** Backend repo for the [Dataset API Discovery specification](https://www.openactive.io/dataset-api-discovery/EditorsDraft/). A work-in-progress.
* [**endpoint-analyser**](https://github.com/openactive/endpoint-analyser)**:** Code supporting the [OpenActive Endpoint Analyser,](https://endpoint-analyser.openactive.io/) aggregating data from published OpenActive feeds.
* [**datasets**](https://github.com/openactive/datasets)**:** A directory of OpenActive datasets.
* [**examples**](https://github.com/openactive/examples)**:** Exemplary data published according to the 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/dataset-publication.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.
