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

# User Guide

> Welcome to the Clara User Guide, your resources for advanced configurations and best practices.

export const CardTitle = ({children}) => {
  return <div className="text-base font-semibold text-gray-900 dark:text-gray-100">
      {children}
    </div>;
};

<CardGroup cols={3}>
  <Card href="/user-guide/data-model/overview" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/data-model.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=15d038caf80056edcd79f4a3e64c7458" width="1440" height="680" data-path="images/user-guide/halftone/data-model.png">
    <CardTitle>Data Model</CardTitle>
    Customize your data model to fit your business processes.
  </Card>

  <Card href="/user-guide/data-migration/overview" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/data-migration.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=837adf584747774f907ebdddf423d95f" width="2880" height="1360" data-path="images/user-guide/halftone/data-migration.png">
    <CardTitle>Data Migration</CardTitle>
    Import and export your data via CSV or API.
  </Card>

  <Card href="/user-guide/calendar-emails/overview" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/calendar-emails.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=accec569d55fd326ce9c9fe40e62bb2c" width="2880" height="1360" data-path="images/user-guide/halftone/calendar-emails.png">
    <CardTitle>Calendar & Emails</CardTitle>
    Centralize your team's meetings and emails.
  </Card>

  <Card href="/user-guide/workflows/overview" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/workflows.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=b1f5e35fcbdd7dcb480e5e71a6ce854a" width="5760" height="2720" data-path="images/user-guide/halftone/workflows.png">
    <CardTitle>Workflows</CardTitle>
    Automate processes and integrate with external tools.
  </Card>

  <Card href="/user-guide/ai/overview" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/ai.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=857b1ba692710b41d4dbb368e9a87b0f" width="2880" height="1360" data-path="images/user-guide/halftone/ai.png">
    <CardTitle>AI</CardTitle>
    Enhance your team with AI agents.
  </Card>

  <Card href="/user-guide/layout/overview" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/layout.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=4d657eeaa0f5565b0fb15ef9270ee935" width="2880" height="1360" data-path="images/user-guide/halftone/layout.png">
    <CardTitle>Layout</CardTitle>
    Navigation, views, and record page customization.
  </Card>

  <Card href="/user-guide/dashboards/overview" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/dashboards.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=1a67b89276c8d4c12b8203f0da4bd4f5" width="1440" height="680" data-path="images/user-guide/halftone/dashboards.png">
    <CardTitle>Dashboards</CardTitle>
    Real-time insights to track performance.
  </Card>

  <Card href="/user-guide/permissions-access/overview" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/permissions.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=af07c1dc9d4325fae14362765b1a1526" width="5760" height="2720" data-path="images/user-guide/halftone/permissions.png">
    <CardTitle>Permissions & Access</CardTitle>
    Manage roles and access to Clara.
  </Card>

  <Card href="/user-guide/billing/overview" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/billing.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=d731d856c3bab3f6f23d70a5061ec5c0" width="1440" height="680" data-path="images/user-guide/halftone/billing.png">
    <CardTitle>Billing</CardTitle>
    Understand how Clara pricing and billing works.
  </Card>

  <Card href="/user-guide/settings/overview" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/halftone/settings.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=cea49de16ebed6d4d5b18e893ffa1e6b" width="1440" height="680" data-path="images/user-guide/halftone/settings.png">
    <CardTitle>Settings</CardTitle>
    Configure your workspace preferences.
  </Card>
</CardGroup>
