> ## Documentation Index
> Fetch the complete documentation index at: https://crewai.burt.pe.kr/llms.txt
> Use this file to discover all available pages before exploring further.

# CrewAI 예제 모음

> CrewAI 프레임워크를 사용해 워크플로우를 자동화하는 방법을 보여주는 다양한 예제를 소개한다.

<CardGroup cols={3}>
  <Card title="마케팅 전략" color="#F3A78B" href="https://github.com/crewAIInc/crewAI-examples/tree/main/marketing_strategy" icon="bullhorn" iconType="solid">
    CrewAI로 마케팅 전략 생성 자동화
  </Card>

  <Card title="서프라이즈 여행" color="#F3A78B" href="https://github.com/crewAIInc/crewAI-examples/tree/main/surprise_trip" icon="plane" iconType="duotone">
    CrewAI로 서프라이즈 여행 일정 생성
  </Card>

  <Card title="프로필과 직무 매칭" color="#F3A78B" href="https://github.com/crewAIInc/crewAI-examples/tree/main/match_profile_to_positions" icon="linkedin" iconType="duotone">
    CrewAI로 프로필과 직무 매칭
  </Card>

  <Card title="채용 공고 작성" color="#F3A78B" href="https://github.com/crewAIInc/crewAI-examples/tree/main/job-posting" icon="newspaper" iconType="duotone">
    CrewAI로 채용 공고 작성
  </Card>

  <Card title="게임 생성" color="#F3A78B" href="https://github.com/crewAIInc/crewAI-examples/tree/main/game-builder-crew" icon="gamepad" iconType="duotone">
    CrewAI로 게임 생성
  </Card>

  <Card title="채용 후보자 찾기" color="#F3A78B" href="https://github.com/crewAIInc/crewAI-examples/tree/main/recruitment" icon="user-group" iconType="duotone">
    CrewAI로 채용 후보자 찾기
  </Card>
</CardGroup>
