# Load Data

To select and load data, click the `Change` button in the Data Panel. You can load data using any of the three tabs: **Change Dataset**, **Paste or Upload Data**, **From URL.**

![Data Selector](/files/-LCCaG8cTgS7s1TJU4m7)

#### Change Dataset:

This tab contains a list of preset datasets that you can explore.&#x20;

![Data Selector: Change Dataset Tab](/files/-LCCZGokxQI4OfAgFl0Z)

#### Paste or Upload Data:

Click `Choose File` to upload a CSV, TSV, or JSON file or paste data in CSV format into the input box.&#x20;

![Data Selector: Paste or Upload Data Tab](/files/-LCCZKqxCHOenMn7zlpC)

#### From URL

This tab is used to upload a CSV, TSV, or JSON file from URL. Make sure that the formatting is correct and data is clean before adding it in. The added dataset is only visible to you.&#x20;

![Data Selector: From URL Tab](/files/-LCCZMwSDuKsfCma73mX)


---

# 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://data-voyager.gitbook.io/voyager/load-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.
