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

# 워크플로 예시

> 템플릿 검색부터 결과 내보내기까지 전체 과정을 보여 주는 예시입니다.

<Steps>
  <Step title="템플릿 찾기">
    <Card>*"Amazon 상품 목록을 스크래핑할 Octoparse 템플릿을 찾아 줘."*</Card>

    이 요청은 `search_templates`를 호출합니다.
  </Step>

  <Step title="작업 실행">
    <Card>*"Amazon Best Sellers 템플릿을 실행해 줘."*</Card>

    에이전트가 `execute_task`를 호출하여 작업을 실행하고 결과를 가져옵니다.
  </Step>

  <Step title="결과 내보내기">
    <Card>*"결과를 CSV로 내보내 줘."*</Card>

    에이전트가 `export_data`를 호출하여 전체 데이터세트를 CSV 형식으로 반환합니다.
  </Step>
</Steps>
