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

# Data platform overview

> Explore your analytics data and the tools that prepare, validate, and compute it.

The **data platform** is where your ingested data lives and is shaped. Beyond
[data sources, specs and runs](/en/data-layer/overview), it gives you tools to browse
the analytics layers, manage taxonomy, clean data, test changes safely, and run
computations.

<CardGroup cols={2}>
  <Card title="Datasets explorer" icon="table" href="/en/data-platform/datasets-explorer">
    Browse the gold/silver datasets that power Solya.
  </Card>

  <Card title="Taxonomy" icon="sitemap" href="/en/data-platform/taxonomy">
    Manage product/brand/variant taxonomies.
  </Card>

  <Card title="Data cleaning" icon="broom" href="/en/data-platform/data-cleaning">
    Rules that normalize raw data during ingestion.
  </Card>

  <Card title="Sandbox" icon="flask" href="/en/data-platform/sandbox">
    Validate files and specs before promoting them.
  </Card>

  <Card title="Computation" icon="gears" href="/en/data-platform/computation">
    Run and monitor on-demand data jobs.
  </Card>
</CardGroup>

<Note>
  These tools are gated by data-platform permissions (`dataPlatform.view`,
  `dataPlatform.configure`, `dataPlatform.runSandbox`). All data is scoped to your
  organization.
</Note>
