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

# Dashboard overview & your first clickwrap

> Navigate the ClickTerm dashboard and create your first clickwrap template step by step.

This guide walks you through the ClickTerm dashboard and helps you create, publish, and integrate your first clickwrap template.

## Dashboard overview

After logging in, the dashboard gives you access to:

* **Templates** — Create and manage legal documents
* **Clickwrap Events** — Track consent interactions
* **End Users** — View user consent history
* **Integrations** — Connect your apps to ClickTerm
* **Audit Logs** — Review system activity
* **Team Management** — Manage workspace access
* **Plan & Usage** — Monitor subscription and usage

## Create your first clickwrap

<Steps>
  <Step title="Create a template">
    Go to **Templates** and click **New Template**. Give your template a descriptive
    name (e.g., "Terms of Service" or "Privacy Policy").

    A unique `ClickwrapTemplateId` is generated automatically.
  </Step>

  <Step title="Write your content">
    Use the rich text editor to write or paste your legal document.
    You can add [placeholders](/product/templates/placeholders) for dynamic data
    like user name or company.

    If you need multiple languages, add them from the language panel.
  </Step>

  <Step title="Publish a version">
    Click **Publish** in the top-right corner. Choose an **Effective at** date —
    the version becomes active when that time arrives. The first version is always
    a major version (1.0).

    <Info>
      By default, the current date/time is preselected so the version goes live immediately.
    </Info>
  </Step>

  <Step title="Create an integration">
    Go to **Integrations** and click **New integration**. Give it a name
    (e.g., "Web Platform").

    You will receive an **App ID** and **App Key**. The App ID is used in the
    client SDK; the App Key is used on your backend for verification.

    <Warning>
      Store the App Key securely — it will be hidden once you close the dialog.
    </Warning>
  </Step>

  <Step title="Integrate the SDK">
    Add the ClickTerm SDK to your application. See the
    [Web SDK Quickstart](/dev/quickstart-web) for a 5-minute integration guide.

    Once integrated, your end users will see the clickwrap dialog with your
    published template content.
  </Step>
</Steps>

## What happens next

Once your integration is live:

1. End users see the clickwrap dialog in your app
2. Events appear on the **Clickwrap Events** page
3. Accepted events include downloadable **Certificates of Acceptance**
4. End user consent history appears on the **End Users** page

## Next steps

<CardGroup cols={2}>
  <Card title="Templates overview" icon="file-lines" iconType="light" href="/product/templates/templates-overview">
    Learn more about managing templates.
  </Card>

  <Card title="Clickwrap events" icon="list-check" iconType="light" href="/product/consent/clickwrap-events">
    Understand event statuses and certificates.
  </Card>

  <Card title="Widget appearance" icon="palette" iconType="light" href="/product/templates/widget-customization">
    Customize how the clickwrap dialog looks.
  </Card>

  <Card title="Developer quickstart" icon="code" iconType="light" href="/dev/quickstart-web">
    Integrate the Web SDK in 5 minutes.
  </Card>
</CardGroup>
