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

# Overview

> Introduction to Dema's API for accessing your business and statistical data programmatically.

We provide a GraphQL-based API interface to access business and statistical data programmatically. You can retrieve statistics (the analytical data), dimensions, metrics, markets, and attribution models to gain insights into your performance.

For more information about what these mean, please refer to our [fundamentals documentation](/guides/fundamentals).

<Info>
  The GraphQL API gives you programmatic access to all the data available across
  your reports and dashboards—just as you see it in the Dema Application. You
  can use the API to fetch your data and integrate it seamlessly into your
  workflows, custom dashboards, reporting tools, etc.
</Info>

## Getting Started

To start using the Dema API, you'll need to:

1. [Understand the endpoint](/guides/api-access/endpoints) and how to make requests
2. [Set up authentication](/guides/api-access/authentication) to get and use API tokens
3. [Review rate limits](/guides/api-access/rate-limits) for usage constraints
4. [Understand versioning and deprecation](/guides/api-access/versioning) policies
5. [Explore examples](/guides/api-access/examples) for practical usage
