> For the complete documentation index, see [llms.txt](https://developerdocs.instructure.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developerdocs.instructure.com/services/dap/dataset.md).

# Datasets

Data replication in Data Access Platform (DAP) is based on **tables**. You can synchronize the state of each table individually with the data stored in DAP.

Tables are organized into **namespaces**. For example, the Canvas tables `assignments`, `content_tags` or `submissions` are in the namespace `canvas`. The table `web_logs` is in the namespace `canvas_logs`. Other products have their own namespace, e.g. `catalog` or `new_quizzes`.

{% hint style="info" %}
**Disclaimer:** The data is a `best effort` attempt, and is not guaranteed to be complete or wholly accurate. This data is meant to be used for rollups and analysis in the aggregate, *not* in isolation for auditing, or other high-stakes analysis involving examining single users or small samples. Canvas logs data is generated from the Canvas logs files, not a transactional database, there are many places along the way data can be lost and/or duplicated (though uncommon). Additionally, given the size of this data, our processes ensure that errors can be rectified at any point in time, with corrections integrated as soon as they are identified and processed.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developerdocs.instructure.com/services/dap/dataset.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.
