> ## 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.

# Zeotap Docs

<div className="relative w-full flex flex-col items-center block dark:hidden">
  <div className="w-full max-w-6xl mx-auto px-4 z-10 pb-20">
    <div className="flex flex-col items-center text-center gap-4">
      <h1 className="font-bold tracking-tight mb-2 text-black dark:text-white" style={{ fontSize: "2.2rem", lineHeight: "1.1" }}>
        Welcome to Zeotap Docs
      </h1>

      <p className="text-gray-600 dark:text-gray-300 font-normal max-w-xl leading-relaxed text-center mb-3" style={{ fontSize: "1.1rem" }}>
        The complete guide to building, deploying, and activating with the AI-powered Customer Data Platform.
      </p>
    </div>

    <div className="w-full my-8 flex justify-center">
      <CardGroup cols={1}>
        <Card title="Get Started with Zeotap CDP" href="/articles/get-started-guide/getting-started" icon="stars" iconType="solid">
          Learn how to use the different modules within Zeotap CDP and get started.
        </Card>
      </CardGroup>
    </div>

    <div className="w-full mt-4 mb-3">
      <h2 className="text-gray-900 dark:text-white font-bold" style={{ fontSize: "1.5rem", margin: 0 }}>
        What is Zeotap?
      </h2>
    </div>

    <p className="text-gray-600 dark:text-gray-300 mb-6" style={{ fontSize: "0.97rem", lineHeight: "1.7" }}>
      Zeotap is an AI-powered Customer Data Platform built for enterprise brands. It unifies your first-party data, resolves customer identity at scale, and activates intelligent audiences — across any cloud, any stack, with privacy built in from day one. It works across three core product areas:
    </p>

    <div className="w-full">
      <CardGroup cols={3}>
        <Card title="🏗️ Platform & Deployment" href="/articles/get-started-guide/getting-started" icon="building" iconType="solid">
          <span>
            <strong>InfraFlex</strong> — The only CDP that adapts to your architecture. Choose <strong>Packaged</strong> (Zeotap-managed) or <strong>Composable</strong> (warehouse-native, zero-copy). Go live in weeks, not quarters.
          </span>
        </Card>

        <Card title="🎯 CDP Capabilities" href="/articles/integrate-customer/integrate" icon="layer-group" iconType="solid">
          <span>
            The full CDP stack — <strong>data ingestion</strong>, <strong>identity resolution</strong>, <strong>audience building</strong>, and <strong>omnichannel activation</strong>. One platform. One interface. No tool-hopping.
          </span>
        </Card>

        <Card title="🤖 ZeoAI" href="/articles/segment-customer/create-audience-using-ada-ai-based-audience-builder" icon="microchip" iconType="solid">
          <span>
            The intelligence layer across the entire platform — from <strong>automated data mapping</strong> to natural language audience creation with <strong>ZeoAI</strong>, to predictive propensity models built on Vertex AI and BigQuery ML.
          </span>
        </Card>
      </CardGroup>
    </div>

    <div className="w-full mt-12 mb-3">
      <h2 className="text-gray-900 dark:text-white font-bold" style={{ fontSize: "1.5rem", margin: 0 }}>
        Browse by Product
      </h2>
    </div>

    <div className="w-full">
      <CardGroup cols={3}>
        <Card title="Admin" href="/articles/admin-customer/admin" icon="user-gear" iconType="solid">
          <span>
            Manage <strong>organisations</strong>, users, roles, SSO, and workspace-level access controls.
          </span>
        </Card>

        <Card title="Integrate" href="/articles/integrate-customer/integrate" icon="plug" iconType="solid">
          <span>
            Connect <strong>Sources</strong> and push to <strong>150+ Destinations</strong> — web, app, CRM, flat files, and data warehouses.
          </span>
        </Card>

        <Card title="Unify" href="/articles/unify-customer/unify" icon="object-ungroup" iconType="solid">
          <span>
            Build your <strong>Catalogue</strong>, resolve identities with <strong>ID Strategy</strong>, and create <strong>Calculated Attributes</strong>.
          </span>
        </Card>

        <Card title="Segment" href="/articles/segment-customer/audience" icon="users" iconType="solid">
          <span>
            Build rule-based or AI-powered <strong>Audiences</strong> — or describe your segment to <strong>Ada</strong> in plain English.
          </span>
        </Card>

        <Card title="Orchestrate" href="/articles/orchestrate-customer/orchestrate" icon="diagram-project" iconType="solid">
          <span>
            Design event-triggered <strong>Journeys</strong> and cross-channel workflows with actionable recommendations.
          </span>
        </Card>

        <Card title="Protect" href="/articles/protect-customer/protect" icon="shield" iconType="solid">
          <span>
            Manage <strong>Consent</strong>, <strong>Customer 360</strong> profiles, and <strong>Data Lifecycle</strong> — stay compliant from day one.
          </span>
        </Card>
      </CardGroup>
    </div>

    <div className="w-full mt-12 mb-3">
      <h2 className="text-gray-900 dark:text-white font-bold" style={{ fontSize: "1.5rem", margin: 0 }}>
        Quick Starts
      </h2>

      <p className="text-gray-500 dark:text-gray-400 mt-1 mb-4" style={{ fontSize: "0.9rem" }}>
        Get your first use case live fast.
      </p>
    </div>

    <div className="w-full">
      <CardGroup cols={1}>
        <Card title="1 · Connect a data source" href="/articles/integrate-customer/creating-a-source" icon="circle-1" iconType="solid">
          Set up batch or real-time ingestion from your website, app, CRM, or data warehouse
        </Card>

        <Card title="2 · Build your Customer Catalogue" href="/articles/unify-customer/map-the-catalogue" icon="circle-2" iconType="solid">
          Map attributes, identifiers, and consent fields to your unified schema
        </Card>

        <Card title="3 · Create your first audience" href="/articles/segment-customer/create-an-audience" icon="circle-3" iconType="solid">
          Use the visual builder or ask Ada in plain English
        </Card>

        <Card title="4 · Activate to a destination" href="/articles/integrate-customer/create-a-destination" icon="circle-4" iconType="solid">
          Push to Google Ads, Meta, Braze, or your ESP in minutes
        </Card>
      </CardGroup>
    </div>
  </div>

  <div
    style={{
backgroundColor: "#1a2a4b",
color: "#e2e8f0",
width: "100%",
padding: "3rem 2rem 2rem",
flexShrink: 0,
}}
  >
    <div
      style={{
display: "grid",
gridTemplateColumns: "repeat(4, 1fr)",
gap: "2rem",
maxWidth: "1200px",
margin: "0 auto 2rem",
}}
    >
      <div>
        <div style={{ fontWeight: 700, marginBottom: "1rem", color: "#f1f5f9" }}>Products</div>

        <div style={{ display: "flex", flexDirection: "column", gap: "0.5rem" }}>
          <a href="/articles/integrate-customer/integrate" style={{ color: "#e2e8f0", textDecoration: "none" }}>Integrate</a>
          <a href="/articles/unify-customer/unify" style={{ color: "#e2e8f0", textDecoration: "none" }}>Unify</a>
          <a href="/articles/segment-customer/segment" style={{ color: "#e2e8f0", textDecoration: "none" }}>Segment</a>
          <a href="/articles/orchestrate-customer/orchestrate" style={{ color: "#e2e8f0", textDecoration: "none" }}>Orchestrate</a>
          <a href="/articles/protect-customer/protect" style={{ color: "#e2e8f0", textDecoration: "none" }}>Protect</a>
          <a href="/articles/admin-customer/admin" style={{ color: "#e2e8f0", textDecoration: "none" }}>Admin</a>
          <a href="https://zeotap.com/information-security-policy-statement" style={{ color: "#e2e8f0", textDecoration: "none" }}>Security</a>
          <a href="https://zeotap.com/product-privacy-policy" style={{ color: "#e2e8f0", textDecoration: "none" }}>GDPR</a>
        </div>
      </div>

      <div>
        <div style={{ fontWeight: 700, marginBottom: "1rem", color: "#f1f5f9" }}>For Developers</div>

        <div style={{ display: "flex", flexDirection: "column", gap: "0.5rem" }}>
          <a href="/articles/api-doc-customer/profile-api" style={{ color: "#e2e8f0", textDecoration: "none" }}>API Docs</a>
        </div>
      </div>

      <div>
        <div style={{ fontWeight: 700, marginBottom: "1rem", color: "#f1f5f9" }}>Company</div>

        <div style={{ display: "flex", flexDirection: "column", gap: "0.5rem" }}>
          <a href="https://zeotap.com/about-us/careers" style={{ color: "#e2e8f0", textDecoration: "none" }}>Careers</a>
          <a href="https://zeotap.com/about-us/newsroom" style={{ color: "#e2e8f0", textDecoration: "none" }}>Press</a>
          <a href="/articles/acceptable-use-policy-publication/acceptable-use-policy" style={{ color: "#e2e8f0", textDecoration: "none" }}>Acceptable Use Policy</a>
        </div>
      </div>

      <div>
        <div style={{ fontWeight: 700, marginBottom: "1rem", color: "#f1f5f9" }}>Support</div>

        <div style={{ display: "flex", flexDirection: "column", gap: "0.5rem" }}>
          <a href="/" style={{ color: "#e2e8f0", textDecoration: "none" }}>Help Center</a>
          <a href="https://zeotap.com/support/" style={{ color: "#e2e8f0", textDecoration: "none" }}>Contact us</a>
          <a href="https://zeotap.com/resources" style={{ color: "#e2e8f0", textDecoration: "none" }}>Resources</a>
          <a href="/articles/support/clear-your-cache-and-cookies" style={{ color: "#e2e8f0", textDecoration: "none" }}>Clear your Cache and Cookies</a>
          <a href="/articles/support/create-an-har-file" style={{ color: "#e2e8f0", textDecoration: "none" }}>Create an HAR File</a>
        </div>
      </div>
    </div>

    <div
      style={{
borderTop: "1px solid #64748b",
paddingTop: "1.5rem",
marginTop: "1rem",
maxWidth: "1200px",
marginLeft: "auto",
marginRight: "auto",
display: "flex",
justifyContent: "space-between",
alignItems: "center",
flexWrap: "wrap",
gap: "1rem",
}}
    >
      <div style={{ display: "flex", gap: "1.5rem", flexWrap: "wrap" }}>
        <a href="https://zeotap.com/product-privacy-policy" style={{ color: "#e2e8f0", textDecoration: "none" }}>Privacy</a>
        <a href="https://zeotap.com/legal-hub/master-services-agreement" style={{ color: "#e2e8f0", textDecoration: "none" }}>Terms</a>
        <a href="/articles/acceptable-use-policy-publication/acceptable-use-policy" style={{ color: "#e2e8f0", textDecoration: "none" }}>Acceptable Use Policy</a>
      </div>

      <div style={{ display: "flex", gap: "1rem", alignItems: "center" }}>
        <a href="https://www.linkedin.com/company/zeotap" style={{ color: "#e2e8f0" }} aria-label="LinkedIn">
          <img src="https://mintcdn.com/zeotap/htBST1bc1LEJ85Nd/images/linkedin_icon.png?fit=max&auto=format&n=htBST1bc1LEJ85Nd&q=85&s=b32c9c6c496b54955ff6136f35bac759" alt="LinkedIn" style={{ height: "24px", width: "24px" }} width="16" height="16" data-path="images/linkedin_icon.png" />
        </a>

        <a href="https://twitter.com/zeotap" style={{ color: "#e2e8f0" }} aria-label="Twitter">
          <img src="https://mintcdn.com/zeotap/htBST1bc1LEJ85Nd/images/twitter_icon.png?fit=max&auto=format&n=htBST1bc1LEJ85Nd&q=85&s=d13a57fa03eeaca949832f5f492feba3" alt="Twitter" style={{ height: "24px", width: "24px" }} width="16" height="13" data-path="images/twitter_icon.png" />
        </a>
      </div>
    </div>
  </div>
</div>

<div className="relative w-full flex flex-col items-center bg-transparent hidden dark:block pt-20">
  <div className="w-full max-w-6xl mx-auto px-4 z-10 pb-20">
    <div className="flex flex-col items-center text-center gap-4">
      <h1 className="font-bold tracking-tight mb-2 text-black dark:text-white" style={{ fontSize: "2.2rem", lineHeight: "1.1" }}>
        Welcome to Zeotap Docs
      </h1>

      <p className="text-gray-600 dark:text-gray-300 font-normal max-w-xl leading-relaxed text-center mb-3" style={{ fontSize: "1.1rem" }}>
        The complete guide to building, deploying, and activating with the AI-powered Customer Data Platform.
      </p>
    </div>

    <div className="w-full my-8 flex justify-center">
      <CardGroup cols={1}>
        <Card title="Get Started with Zeotap CDP" href="/articles/get-started-guide/getting-started" icon="stars" iconType="solid">
          Learn how to use the different modules within Zeotap CDP and get started.
        </Card>
      </CardGroup>
    </div>

    <div className="w-full mt-4 mb-3">
      <h2 className="text-gray-900 dark:text-white font-bold" style={{ fontSize: "1.5rem", margin: 0 }}>
        What is Zeotap?
      </h2>
    </div>

    <p className="text-gray-600 dark:text-gray-300 mb-6" style={{ fontSize: "0.97rem", lineHeight: "1.7" }}>
      Zeotap is an AI-powered Customer Data Platform built for enterprise brands. It unifies your first-party data, resolves customer identity at scale, and activates intelligent audiences — across any cloud, any stack, with privacy built in from day one. It works across three core product areas:
    </p>

    <div className="w-full">
      <CardGroup cols={3}>
        <Card title="🏗️ Platform & Deployment" href="/articles/get-started-guide/getting-started" icon="building" iconType="solid">
          <span>
            <strong>InfraFlex</strong> — The only CDP that adapts to your architecture. Choose <strong>Packaged</strong> (Zeotap-managed) or <strong>Composable</strong> (warehouse-native, zero-copy). Go live in weeks, not quarters.
          </span>
        </Card>

        <Card title="🎯 CDP Capabilities" href="/articles/integrate-customer/integrate" icon="layer-group" iconType="solid">
          <span>
            The full CDP stack — <strong>data ingestion</strong>, <strong>identity resolution</strong>, <strong>audience building</strong>, and <strong>omnichannel activation</strong>. One platform. One interface. No tool-hopping.
          </span>
        </Card>

        <Card title="🤖 ZeoAI" href="/articles/segment-customer/create-audience-using-ada-ai-based-audience-builder" icon="microchip" iconType="solid">
          <span>
            The intelligence layer across the entire platform — from <strong>automated data mapping</strong> to natural language audience creation with <strong>ZeoAI</strong>, to predictive propensity models built on Vertex AI and BigQuery ML.
          </span>
        </Card>
      </CardGroup>
    </div>

    <div className="w-full mt-12 mb-3">
      <h2 className="text-gray-900 dark:text-white font-bold" style={{ fontSize: "1.5rem", margin: 0 }}>
        Browse by Product
      </h2>
    </div>

    <div className="w-full">
      <CardGroup cols={3}>
        <Card title="Admin" href="/articles/admin-customer/admin" icon="user-gear" iconType="solid">
          <span>
            Manage <strong>organisations</strong>, users, roles, SSO, and workspace-level access controls.
          </span>
        </Card>

        <Card title="Integrate" href="/articles/integrate-customer/integrate" icon="plug" iconType="solid">
          <span>
            Connect <strong>Sources</strong> and push to <strong>150+ Destinations</strong> — web, app, CRM, flat files, and data warehouses.
          </span>
        </Card>

        <Card title="Unify" href="/articles/unify-customer/unify" icon="object-ungroup" iconType="solid">
          <span>
            Build your <strong>Catalogue</strong>, resolve identities with <strong>ID Strategy</strong>, and create <strong>Calculated Attributes</strong>.
          </span>
        </Card>

        <Card title="Segment" href="/articles/segment-customer/audience" icon="users" iconType="solid">
          <span>
            Build rule-based or AI-powered <strong>Audiences</strong> — or describe your segment to <strong>Ada</strong> in plain English.
          </span>
        </Card>

        <Card title="Orchestrate" href="/articles/orchestrate-customer/orchestrate" icon="diagram-project" iconType="solid">
          <span>
            Design event-triggered <strong>Journeys</strong> and cross-channel workflows with actionable recommendations.
          </span>
        </Card>

        <Card title="Protect" href="/articles/protect-customer/protect" icon="shield" iconType="solid">
          <span>
            Manage <strong>Consent</strong>, <strong>Customer 360</strong> profiles, and <strong>Data Lifecycle</strong> — stay compliant from day one.
          </span>
        </Card>
      </CardGroup>
    </div>

    <div className="w-full mt-12 mb-3">
      <h2 className="text-gray-900 dark:text-white font-bold" style={{ fontSize: "1.5rem", margin: 0 }}>
        Quick Starts
      </h2>

      <p className="text-gray-500 dark:text-gray-400 mt-1 mb-4" style={{ fontSize: "0.9rem" }}>
        Get your first use case live fast.
      </p>
    </div>

    <div className="w-full">
      <CardGroup cols={1}>
        <Card title="1 · Connect a data source" href="/articles/integrate-customer/creating-a-source" icon="circle-1" iconType="solid">
          Set up batch or real-time ingestion from your website, app, CRM, or data warehouse
        </Card>

        <Card title="2 · Build your Customer Catalogue" href="/articles/unify-customer/map-the-catalogue" icon="circle-2" iconType="solid">
          Map attributes, identifiers, and consent fields to your unified schema
        </Card>

        <Card title="3 · Create your first audience" href="/articles/segment-customer/create-an-audience" icon="circle-3" iconType="solid">
          Use the visual builder or ask Ada in plain English
        </Card>

        <Card title="4 · Activate to a destination" href="/articles/integrate-customer/create-a-destination" icon="circle-4" iconType="solid">
          Push to Google Ads, Meta, Braze, or your ESP in minutes
        </Card>
      </CardGroup>
    </div>
  </div>

  <div
    style={{
backgroundColor: "#1a2a4b",
color: "#e2e8f0",
width: "100%",
padding: "3rem 2rem 2rem",
flexShrink: 0,
}}
  >
    <div
      style={{
display: "grid",
gridTemplateColumns: "repeat(4, 1fr)",
gap: "2rem",
maxWidth: "1200px",
margin: "0 auto 2rem",
}}
    >
      <div>
        <div style={{ fontWeight: 700, marginBottom: "1rem", color: "#f1f5f9" }}>Products</div>

        <div style={{ display: "flex", flexDirection: "column", gap: "0.5rem" }}>
          <a href="/articles/integrate-customer/integrate" style={{ color: "#e2e8f0", textDecoration: "none" }}>Integrate</a>
          <a href="/articles/unify-customer/unify" style={{ color: "#e2e8f0", textDecoration: "none" }}>Unify</a>
          <a href="/articles/segment-customer/segment" style={{ color: "#e2e8f0", textDecoration: "none" }}>Segment</a>
          <a href="/articles/orchestrate-customer/orchestrate" style={{ color: "#e2e8f0", textDecoration: "none" }}>Orchestrate</a>
          <a href="/articles/protect-customer/protect" style={{ color: "#e2e8f0", textDecoration: "none" }}>Protect</a>
          <a href="/articles/admin-customer/admin" style={{ color: "#e2e8f0", textDecoration: "none" }}>Admin</a>
          <a href="https://zeotap.com/information-security-policy-statement" style={{ color: "#e2e8f0", textDecoration: "none" }}>Security</a>
          <a href="https://zeotap.com/product-privacy-policy" style={{ color: "#e2e8f0", textDecoration: "none" }}>GDPR</a>
        </div>
      </div>

      <div>
        <div style={{ fontWeight: 700, marginBottom: "1rem", color: "#f1f5f9" }}>For Developers</div>

        <div style={{ display: "flex", flexDirection: "column", gap: "0.5rem" }}>
          <a href="/articles/api-doc-customer/profile-api" style={{ color: "#e2e8f0", textDecoration: "none" }}>API Docs</a>
        </div>
      </div>

      <div>
        <div style={{ fontWeight: 700, marginBottom: "1rem", color: "#f1f5f9" }}>Company</div>

        <div style={{ display: "flex", flexDirection: "column", gap: "0.5rem" }}>
          <a href="https://zeotap.com/about-us/careers" style={{ color: "#e2e8f0", textDecoration: "none" }}>Careers</a>
          <a href="https://zeotap.com/about-us/newsroom" style={{ color: "#e2e8f0", textDecoration: "none" }}>Press</a>
          <a href="/articles/acceptable-use-policy-publication/acceptable-use-policy" style={{ color: "#e2e8f0", textDecoration: "none" }}>Acceptable Use Policy</a>
        </div>
      </div>

      <div>
        <div style={{ fontWeight: 700, marginBottom: "1rem", color: "#f1f5f9" }}>Support</div>

        <div style={{ display: "flex", flexDirection: "column", gap: "0.5rem" }}>
          <a href="/" style={{ color: "#e2e8f0", textDecoration: "none" }}>Help Center</a>
          <a href="https://zeotap.com/support/" style={{ color: "#e2e8f0", textDecoration: "none" }}>Contact us</a>
          <a href="https://zeotap.com/resources" style={{ color: "#e2e8f0", textDecoration: "none" }}>Resources</a>
          <a href="/articles/support/clear-your-cache-and-cookies" style={{ color: "#e2e8f0", textDecoration: "none" }}>Clear your Cache and Cookies</a>
          <a href="/articles/support/create-an-har-file" style={{ color: "#e2e8f0", textDecoration: "none" }}>Create an HAR File</a>
        </div>
      </div>
    </div>

    <div
      style={{
borderTop: "1px solid #64748b",
paddingTop: "1.5rem",
marginTop: "1rem",
maxWidth: "1200px",
marginLeft: "auto",
marginRight: "auto",
display: "flex",
justifyContent: "space-between",
alignItems: "center",
flexWrap: "wrap",
gap: "1rem",
}}
    >
      <div style={{ display: "flex", gap: "1.5rem", flexWrap: "wrap" }}>
        <a href="https://zeotap.com/product-privacy-policy" style={{ color: "#e2e8f0", textDecoration: "none" }}>Privacy</a>
        <a href="https://zeotap.com/legal-hub/master-services-agreement" style={{ color: "#e2e8f0", textDecoration: "none" }}>Terms</a>
        <a href="/articles/acceptable-use-policy-publication/acceptable-use-policy" style={{ color: "#e2e8f0", textDecoration: "none" }}>Acceptable Use Policy</a>
      </div>

      <div style={{ display: "flex", gap: "1rem", alignItems: "center" }}>
        <a href="https://www.linkedin.com/company/zeotap" style={{ color: "#e2e8f0" }} aria-label="LinkedIn">
          <img src="https://mintcdn.com/zeotap/htBST1bc1LEJ85Nd/images/linkedin_icon.png?fit=max&auto=format&n=htBST1bc1LEJ85Nd&q=85&s=b32c9c6c496b54955ff6136f35bac759" alt="LinkedIn" style={{ height: "24px", width: "24px" }} width="16" height="16" data-path="images/linkedin_icon.png" />
        </a>

        <a href="https://twitter.com/zeotap" style={{ color: "#e2e8f0" }} aria-label="Twitter">
          <img src="https://mintcdn.com/zeotap/htBST1bc1LEJ85Nd/images/twitter_icon.png?fit=max&auto=format&n=htBST1bc1LEJ85Nd&q=85&s=d13a57fa03eeaca949832f5f492feba3" alt="Twitter" style={{ height: "24px", width: "24px" }} width="16" height="13" data-path="images/twitter_icon.png" />
        </a>
      </div>
    </div>
  </div>
</div>
