> For the complete documentation index, see [llms.txt](https://docs.datumo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datumo.com/documentation/get-started/publish-your-docs.md).

# 핵심 개념과 구조

다투모 플랫폼은 Company, Workspace, Application, Module 4단계 계층 구조로 리소스를 관리합니다.

<figure><img src="/files/yWXUR7YDrMhaA91kkmTH" alt=""><figcaption></figcaption></figure>

**Company**는 플랫폼의 최상위 단위입니다. 하나의 Company 안에 여러 Workspace를 생성할 수 있으며, 일반적으로 하나의 회사 또는 팀이 하나의 Company 계정을 사용합니다.

**Workspace**는 조직(팀·프로젝트·사업부 등)별로 독립된 운영 환경입니다. Workspace마다 멤버를 초대하고 역할(Role)에 따른 권한을 설정할 수 있으며, Workspace 간 데이터와 설정은 서로 영향을 주지 않습니다.

**Application**은 평가·모니터링의 기본 단위로, 실제 운영 중인 AI 서비스 하나에 대응합니다. (예: 고객 상담 챗봇, 문서 요약 서비스) 하나의 Workspace 안에 여러 Application을 생성할 수 있습니다.

**Module**은 Application을 구성하는 파이프라인 컴포넌트입니다. RAG, Router, Generator 등 각 단계를 Module로 등록하면 두 가지 레벨의 평가를 수행할 수 있습니다.

<table><thead><tr><th width="175.8623046875">평가 레벨</th><th width="181.48828125">대상</th><th>설명</th></tr></thead><tbody><tr><td>Module-level eval</td><td>개별 Module</td><td>RAG 검색 품질, Router 분류 정확도 등 컴포넌트 단위로 측정합니다.</td></tr><tr><td>E2E eval</td><td>Application 전체</td><td>사용자 입력부터 최종 출력까지 전체 파이프라인의 품질을 검증합니다.</td></tr></tbody></table>

두 레벨을 병행하면 전체 품질 저하의 원인이 되는 모듈을 특정할 수 있습니다.
