> ## Documentation Index
> Fetch the complete documentation index at: https://dune-tables-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

## Welcome

Dune's four core API offerings can be found below:

<CardGroup cols={2}>
  <Card title="Query Execution and Results" icon="cloud-arrow-down" href="/api-reference/executions/execution-object">
    Execute queries and get results in JSON or CSV form
  </Card>

  <Card title="Query Management" icon="floppy-disk" href="/api-reference/queries/endpoint/query-object">
    Manage your queries through the API, good for combining with GitHub.
  </Card>

  <Card title="Data Uploads" icon="upload" href="/api-reference/tables/endpoint/upload">
    Upload CSVs into Dune to create your own queryable tables
  </Card>

  <Card title="Webhooks" icon="webhook" href="/api-reference/webhooks/webhook">
    Push Dune data into your own webhooks, on a custom set schedule
  </Card>
</CardGroup>
