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

# 사용자 안내서

> 고급 구성과 모범 사례를 위한 리소스인 Twenty 사용자 가이드에 오신 것을 환영합니다.

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/ko/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>데이터 모델</CardTitle>
    비즈니스 프로세스에 맞게 데이터 모델을 사용자 정의하세요.
  </Card>

  <Card href="/l/ko/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>데이터 마이그레이션</CardTitle>
    CSV 또는 API를 통해 데이터를 가져오고 내보내세요.
  </Card>

  <Card href="/l/ko/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>캘린더 및 이메일</CardTitle>
    팀의 미팅과 이메일을 한곳에 통합하세요.
  </Card>

  <Card href="/l/ko/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>워크플로우</CardTitle>
    프로세스를 자동화하고 외부 도구와 통합하세요.
  </Card>

  <Card href="/l/ko/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>
    AI 에이전트로 팀을 강화하세요.
  </Card>

  <Card href="/l/ko/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>레이아웃</CardTitle>
    탐색, 보기 및 레코드 페이지 사용자 지정.
  </Card>

  <Card href="/l/ko/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>대시보드</CardTitle>
    성과를 추적할 수 있는 실시간 인사이트.
  </Card>

  <Card href="/l/ko/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>권한 및 액세스</CardTitle>
    Twenty에 대한 역할과 액세스를 관리하세요.
  </Card>

  <Card href="/l/ko/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>청구</CardTitle>
    Twenty의 요금제와 청구 방식에 대해 알아보세요.
  </Card>

  <Card href="/l/ko/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>설정</CardTitle>
    워크스페이스 기본 설정을 구성하세요.
  </Card>
</CardGroup>
