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

# Uživatelská příručka

> Vítejte v uživatelské příručce Twenty, která je vaším zdrojem pokročilých konfigurací a osvědčených postupů.

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="/l/cs/user-guide/data-model/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/data-model.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=c25176e1d61aa864cb9e3f4d85541001" width="1440" height="680" data-path="images/user-guide/halftone/data-model.png">
    <CardTitle>Datový model</CardTitle>
    Přizpůsobte svůj datový model tak, aby odpovídal vašim obchodním procesům.
  </Card>

  <Card href="/l/cs/user-guide/data-migration/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/data-migration.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=823222a5670cacf6c3a5253eb306ad33" width="2880" height="1360" data-path="images/user-guide/halftone/data-migration.png">
    <CardTitle>Migrace dat</CardTitle>
    Importujte a exportujte svá data pomocí CSV nebo API.
  </Card>

  <Card href="/l/cs/user-guide/calendar-emails/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/calendar-emails.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=2edb0aff195ccdf9f65a28a5dba4b49c" width="2880" height="1360" data-path="images/user-guide/halftone/calendar-emails.png">
    <CardTitle>Kalendář a e-maily</CardTitle>
    Centralizujte schůzky a e-maily svého týmu.
  </Card>

  <Card href="/l/cs/user-guide/workflows/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/workflows.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=f9d95fb3872537ee8f244839009ca612" width="5760" height="2720" data-path="images/user-guide/halftone/workflows.png">
    <CardTitle>Pracovní postupy</CardTitle>
    Automatizujte procesy a integrujte se s externími nástroji.
  </Card>

  <Card href="/l/cs/user-guide/ai/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/ai.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=327c4d53f56636c66a1e4a349f721586" width="2880" height="1360" data-path="images/user-guide/halftone/ai.png">
    <CardTitle>AI</CardTitle>
    Posilte svůj tým pomocí agentů AI.
  </Card>

  <Card href="/l/cs/user-guide/layout/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/layout.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=1e372973420fdfd6f7f180d37e2ce456" width="2880" height="1360" data-path="images/user-guide/halftone/layout.png">
    <CardTitle>Rozložení</CardTitle>
    Navigace, zobrazení a přizpůsobení stránky záznamu.
  </Card>

  <Card href="/l/cs/user-guide/dashboards/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/dashboards.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=8d301f330678289d7ec5f21885bcaccb" width="1440" height="680" data-path="images/user-guide/halftone/dashboards.png">
    <CardTitle>Přehledy</CardTitle>
    Informace v reálném čase pro sledování výkonnosti.
  </Card>

  <Card href="/l/cs/user-guide/permissions-access/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/permissions.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=42e7c83b1d35672945aeb6f0338387b6" width="5760" height="2720" data-path="images/user-guide/halftone/permissions.png">
    <CardTitle>Oprávnění a přístup</CardTitle>
    Spravujte role a přístup k Twenty.
  </Card>

  <Card href="/l/cs/user-guide/billing/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/billing.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=ec1a7cbc6a015ff3c6355353ae65512f" width="1440" height="680" data-path="images/user-guide/halftone/billing.png">
    <CardTitle>Fakturace</CardTitle>
    Pochopte, jak fungují ceny a fakturace Twenty.
  </Card>

  <Card href="/l/cs/user-guide/settings/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/settings.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=52153755084e8cea0462dc3e1b443a54" width="1440" height="680" data-path="images/user-guide/halftone/settings.png">
    <CardTitle>Nastavení</CardTitle>
    Nastavte předvolby svého pracovního prostoru.
  </Card>
</CardGroup>
