# Data Ingestion

The easiest way to insert the data is via the Dashboard. Click on the "**+**" or "**Add Records**" buttons to open a data selection prompt.

<figure><img src="/files/5j6f8k6qEQ0ICQBG8kcl" alt=""><figcaption></figcaption></figure>

Browse the file you want to upload. Then select the eligible key (we will detail this further in the [Sepana API keys](/sepana-search-api/web3-search-cloud/search-dashboard/api-access.md) section). Press "**Upload**" and your data will be queued for insertion.&#x20;

<figure><img src="/files/9lEXHxJhta4qt4ohiYvj" alt=""><figcaption></figcaption></figure>

If you've enabled notifications, you will receive an email regarding the successful or unsuccessful insertion of the data uploaded via your dashboard.

Upon successful insertion of data, you will see the JSON equivalent of it in the "**View**" section of the Engine. A sample is seen in the screenshot below.

<figure><img src="/files/ncE1BVV1ahlIQJ5QMMSN" alt=""><figcaption></figcaption></figure>

An alternative way of inserting data into the Engine is via **REST APIs,** the details of which can be found in [following section](/sepana-search-api/web3-search-cloud/search-api.md).


---

# 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.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard/data-ingestion.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.
