# Prepare your Data

- [Data Labeling](https://docs.graphite-note.com/graphite-note-documentation/datasets/prepare-your-data/data-labeling.md)
- [Expanding datasets](https://docs.graphite-note.com/graphite-note-documentation/datasets/prepare-your-data/expanding-datasets.md)
- [Merging datasets](https://docs.graphite-note.com/graphite-note-documentation/datasets/prepare-your-data/merging-datasets.md): This section of the Graphite Note user documentation will guide you through the process of merging multiple datasets into one.
- [CSV File creating and formatting](https://docs.graphite-note.com/graphite-note-documentation/datasets/prepare-your-data/csv-file-creating-and-formatting.md): This page outlines best practices for preparing CSV files that can be easily parsed and imported into Graphite Note.


---

# 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://docs.graphite-note.com/graphite-note-documentation/datasets/prepare-your-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.
