# Data

- [Handling Nested Data](https://daton-sarasanalytics.gitbook.io/daton/platform/features/data/handling-nested-data.md)
- [Daton Metadata](https://daton-sarasanalytics.gitbook.io/daton/platform/features/data/daton-metadata.md)
- [Inserts, Updates, and Upserts](https://daton-sarasanalytics.gitbook.io/daton/platform/features/data/inserts-updates-and-upserts.md)
- [Data Type Mapping](https://daton-sarasanalytics.gitbook.io/daton/platform/features/data/data-type-mapping.md)
- [Data Replication in Daton](https://daton-sarasanalytics.gitbook.io/daton/platform/features/data/data-replication-in-daton.md): Documentation and management of data replication in Daton integrations.
- [Replication Fields](https://daton-sarasanalytics.gitbook.io/daton/platform/features/data/data-replication-in-daton/replication-fields.md): A replication key is a unique identifier or field in a source table that helps Daton keep track of the changes in the data since the last replication.
- [Replication Methods](https://daton-sarasanalytics.gitbook.io/daton/platform/features/data/data-replication-in-daton/replication-methods.md): In this record, we will explore the different types of data replication methods used in ELT systems.
- [Key-based Incremental Replication](https://daton-sarasanalytics.gitbook.io/daton/platform/features/data/data-replication-in-daton/replication-methods/key-based-incremental-replication.md): Daton uses this replication method to replicate new or updated data from a source.


---

# 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://daton-sarasanalytics.gitbook.io/daton/platform/features/data.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.
