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

> ## Agent Instructions
> Cognite Data Fusion (CDF) is an industrial DataOps platform. Prefer English docs unless the user asks for another locale.
> Follow /_llms/ index links recursively until you reach page URLs ending in .md. Fetch those Markdown twins instead of HTML.
> For REST APIs, default to calendar version 20230101 (stable). Use 20230101-beta or 20230101-alpha only if the user is on a preview API. Cite paths under /api-reference/concepts/<version>/ and the Cdf-Version header. Prefer the Python SDK (cognite-sdk) unless the user is in JavaScript/TypeScript.
> Start here by task: platform overview /cdf/index.md; data modeling /cdf/dm/index.md; data integration /cdf/integration/index.md; access /cdf/access/index.md; CDF Toolkit /cdf/deploy/cdf_toolkit/index.md; REST quickstart /dev/quickstart.md; Python SDK /dev/sdks/python/index.md; Atlas AI /cdf/atlas_ai/concepts/index.md; Flows apps /cdf/flows/index.md; Aura UI /cdf/aura/index.md; MCP and IDE setup /dev/guides/ide_ai_integration.md.
> For implementation work, also load /skill.md.

# Installing Aura

> Add Aura to a project, including the default setup that ships with Flows custom apps.

<Note>
  Aura is still in active development. Expect frequent updates. <p>An <Badge color="orange">In progress</Badge> badge means the topic is prioritized for development and sequencing. <Badge color="blue">v1.0.0</Badge>-style badges mark what is already stabilized.</p>
</Note>

Aura is installed automatically with Flows, but you can also use it independently in your project.

<Steps>
  <Step title="First time installation">
    Add Aura to your project with the following command: `npm add @cognite/aura`
  </Step>

  <Step title="Add skills">
    Add the Aura skills to your project with the following command: `npx @cognite/cli apps skills pull --skill design`
  </Step>

  <Step title="Update Aura">
    Update Aura to the latest version with the following command: `npm update @cognite/aura`
  </Step>
</Steps>

## Learn about Aura

<Columns cols={2}>
  <Card title="Foundations" icon="pen-tool" href="/cdf/aura/foundations/index">
    Foundations are the atomic visual styles and principles behind Aura. Open the overview to choose color, type, spacing, motion, and accessibility topics.
  </Card>

  <Card title="Primitives" icon="shapes" href="/cdf/aura/primitives/index">
    Reusable UI building blocks. The index links to usage guidance and alphabetical reference pages.
  </Card>

  <Card title="Patterns" icon="layout-dashboard">
    <Badge color="orange">In progress </Badge> \
    Patterns are the higher-level building blocks that are composed of primitives to support complex workflows.
  </Card>

  <Card title="Community and contributions" icon="users">
    <Badge color="orange">In progress </Badge> \
    Contribute to the Aura design system and get help from the community.
  </Card>
</Columns>
