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

# Learn more

> Now that you've set up your first project, learn more about what else Cube can do for you.

## Data Modeling

Learn more about [data modeling](/docs/data-modeling/concepts)
and how to effectively define metrics in your data models.

## Querying

Cube can be queried in a variety of ways. Explore how to use
[REST (JSON) API](/reference/rest-api), [GraphQL API](/reference/graphql-api), and
[SQL API](/reference/sql-api), or how to
[connect a BI or data visualization tool](/admin/connect-to-data/visualization-tools).

## Caching

Learn more about the [two-level cache](/docs/pre-aggregations) and how
[pre-aggregations help speed up queries](/docs/pre-aggregations/getting-started-pre-aggregations).

## Access Control

Cube uses [JSON Web Tokens](https://jwt.io/) to
[authenticate requests for the HTTP APIs](/docs/data-modeling/access-control), and
[`check_sql_auth`](/reference/configuration/config#check_sql_auth) to
[authenticate requests for the SQL API](/reference/sql-api/security).
