> For the complete documentation index, see [llms.txt](https://docs.graphite-note.com/graphite-note-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graphite-note.com/graphite-note-documentation/datasets.md).

# Datasets

- [Introduction](https://docs.graphite-note.com/graphite-note-documentation/datasets/introduction.md)
- [Data sources](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources.md)
- [Import data from CSV file](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources/import-data-from-csv-file.md)
- [Re-upload or append CSV](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources/import-data-from-csv-file/re-upload-or-append-csv.md)
- [CSV upload troubleshooting tips](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources/import-data-from-csv-file/csv-upload-troubleshooting-tips.md): If you’re experiencing problems when uploading CSV files to Graphite Note, this page provides a concise list of common issues and recommended solutions.
- [MySQL Connector](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources/mysql-connector.md)
- [MariaDB Connector](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources/mariadb-connector.md)
- [PostgreSQL Connector](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources/postgresql-connector.md)
- [Redshift Connector](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources/redshift-connector.md)
- [Big Query Connector](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources/big-query-connector.md)
- [MS SQL Connector](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources/ms-sql-connector.md)
- [Oracle Connector](https://docs.graphite-note.com/graphite-note-documentation/datasets/data-sources/oracle-connector.md)
- [Prepare your Data](https://docs.graphite-note.com/graphite-note-documentation/datasets/prepare-your-data.md): data prep
- [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
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, and the optional `goal` query parameter:

```
GET https://docs.graphite-note.com/graphite-note-documentation/datasets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
