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

# Home

### Get started with WorkflowAI

<CardGroup cols={2}>
  <Card title="What is a task?" icon="square-1" href="whatIsTask">
    Learn about tasks, the foundation of WorfklowAI
  </Card>

  <Card title="Getting Started" icon="square-2" href="get-started/setup">
    Launch into setting up and using WorkflowAI
  </Card>

  <Card title="Explore Use Cases" icon="square-3" href="use-cases/dataFromImages">
    See WorkflowAI in action
  </Card>

  <Card title="See Example Tasks" icon="square-4" href="https://blog.workflowai.ai/tag/task-of-the-week/">
    Check out our Task of the Week series
  </Card>
</CardGroup>

***

### How does it work?

<Steps>
  <Step title="Create a task">
    Create a repeatable LLM task with defined inputs and outputs
  </Step>

  <Step title="Optimize the task">
    Optimize the task for speed, efficiency, accuracy and cost
  </Step>

  <Step title="Deployment">
    Deploy the task into your code
  </Step>
</Steps>
