# Dune

{% hint style="info" %}
The Dune integration is included on paid [Shadow Fork plans](https://www.shadow.xyz/pricing).
{% endhint %}

The Dune integration is available for [one-off exports](/getting-data/one-off-exports.md) and [recurring exports](/getting-data/recurring-exports.md). It's ideal for teams who want to make their shadow events accessible to the community, or for teams who primarily use Dune as a tool for data analysis.&#x20;

When you set up a data export to Dune, you’ll be able to specify:

1. Which contracts and events to export
2. How often to upload the data to Dune (daily, hourly, every 15 min)

You’ll also need to provide a Dune API key, which you can create on Dune following these [instructions](https://docs.dune.com/api-reference/overview/authentication#generate-an-api-key). Make sure that your Dune plan allows you to upload the amount of data required for your data export.

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

See the [one-off exports](/getting-data/one-off-exports.md) or [recurring exports](/getting-data/recurring-exports.md) pages for additional information.


---

# 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.shadow.xyz/integrations/dune.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.
