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

# How Zeotap CDP Works

After gathering all necessary customer information as outlined in the prerequisites section, you can get started with Zeotap CDP in the following order:

```mermaid theme={null}
flowchart LR
  A[Create a Source] --> B[Implement the Source] --> C[Preview Data]
  C --> D[Map the Catalogue] --> E[Calculated Attributes]
  E --> F[Create Audience] --> G[Activate on Destinations]
```

<CardGroup>
  <Card title="Create a Source" href="/articles/get-started-guide/create-source" icon="square-1" iconType="solid" horizontal={true} />

  <Card title="Implement the Source" href="/articles/get-started-guide/implement-source" icon="square-2" iconType="solid" horizontal={true} />

  <Card title="Preview Data" href="/articles/get-started-guide/preview-data" icon="square-3" iconType="solid" horizontal={true} />

  <Card title="Map the Catalogue" href="/articles/get-started-guide/map-catalogue" icon="square-4" iconType="solid" horizontal={true} />

  <Card title="Create Calculated Attributes" href="/articles/get-started-guide/create-calculated-attributes" icon="square-5" iconType="solid" horizontal={true} />

  <Card title="Create Audience" href="/articles/get-started-guide/create-your-audience" icon="square-6" iconType="solid" horizontal={true} />

  <Card title="Activate Audience on Destinations" href="/articles/get-started-guide/activate-audience-on-destinations" icon="square-7" iconType="solid" horizontal={true} />
</CardGroup>
