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

# Introduction

Here you'll find examples that'll help you use phidata, from basic **agents and workflows** to advanced **fine-tuning and evaluations**. If you have more, please [contribute](https://github.com/agno-agi/phidata-docs) to this list.

You can run each recipe individually or clone the [phidata cookbook](https://github.com/agno-agi/phidata/tree/main/cookbook) and run it from there.

## Agents

<CardGroup cols={3}>
  <Card title="Web Search" icon="globe" iconType="duotone" href="/examples/agents/web-search">
    An Agent that can search the web.
  </Card>

  <Card title="Recipe Creator Agent" icon="chart-line" iconType="duotone" href="/examples/agents/recipe-creator-agent">
    An Agent that can recommend recipes.
  </Card>

  <Card title="Books Recommendation Agent" icon="chart-line" iconType="duotone" href="/examples/agents/books-recommendation-agent">
    An Agent that gives personalised book recommendations to read.
  </Card>

  <Card title="Shopping Agent" icon="chart-line" iconType="duotone" href="/examples/agents/shopping-partner-agent">
    An Agent that helps you shop online.
  </Card>

  <Card title="Weekend Planner Agent" icon="chart-line" iconType="duotone" href="/examples/agents/timeout-agent">
    An Agent to plan out your weekend with fun activities.
  </Card>

  <Card title="Agent Team" icon="users" iconType="duotone" href="/examples/agents/agent-team">
    A Team of Agents that can work together.
  </Card>

  <Card title="Reasoning Agent" icon="brain" iconType="duotone" href="/examples/agents/reasoning-agent">
    An Agent that can reason and provide a step-by-step solution.
  </Card>

  <Card title="Python Agent" icon="python" iconType="duotone" href="/examples/agents/python-agent">
    An Agent that can write and run python code.
  </Card>

  <Card title="Data Analyst" icon="chart-line" iconType="duotone" href="/examples/agents/data-analyst">
    An Agent that can analyze data using DuckDB.
  </Card>

  <Card title="Structured Output" icon="code" iconType="duotone" href="/examples/agents/structured-output">
    An Agent that can respond with pydantic objects.
  </Card>

  <Card title="Python Function Agent" icon="code" iconType="duotone" href="/examples/agents/python-function-as-tool">
    An Agent that can call python functions.
  </Card>

  <Card title="Image Agent" icon="eye" iconType="duotone" href="/examples/agents/image-agent">
    An Agent that can use an image as input.
  </Card>

  <Card title="Generate Image Agent" icon="eye" iconType="duotone" href="/examples/agents/generate-image-agent">
    An Agent that can generate an image.
  </Card>

  <Card title="Cal.com Agent" icon="calendar" iconType="duotone" href="/examples/agents/calcom-agent">
    An Agent that can use Cal.com to schedule meetings.
  </Card>

  <Card title="Image to Text Agent" icon="eye" iconType="duotone" href="/examples/agents/image-to-text">
    An Agent that takes an input image and generates results.
  </Card>

  <Card title="Research Agent" icon="book" iconType="duotone" href="/examples/agents/research-agent">
    An Agent that can research and write articles.
  </Card>

  <Card title="ModelsLabs Agent" icon="video" iconType="duotone" href="/examples/agents/models-labs-agent">
    An Agent that can generate videos using ModelsLabs.
  </Card>

  <Card title="Slack Agent" icon="slack" iconType="duotone" href="/examples/agents/slack-agent">
    An Agent that can interact with Slack.
  </Card>

  <Card title="Discord Agent" icon="discord" iconType="duotone" href="/examples/agents/discord-agent">
    An Agent that can interact with Discord.
  </Card>

  <Card title="Firecrawl Agent" icon="code" iconType="duotone" href="/examples/agents/firecrawl-agent">
    An Agent that can search the web using Firecrawl.
  </Card>

  <Card title="Github Agent" icon="github" iconType="duotone" href="/examples/agents/github-agent">
    An Agent that can interact with Github.
  </Card>

  <Card title="RAG Agent" icon="brain" iconType="duotone" href="/examples/agents/rag-agent">
    An Agent that can use a knowledge base to answer questions.
  </Card>

  <Card title="Popcorn Pal Agent" icon="video" iconType="duotone" href="/examples/agents/popcorn-pal-agent">
    An Agent that can recommend movies.
  </Card>

  <Card title="Globe Hopper Agent" icon="globe" iconType="duotone" href="/examples/agents/globe-hopper-agent">
    An Agent that can plan travel itineraries.
  </Card>

  <Card title="Baidu Search Agent" icon="magnifying-glass" iconType="duotone" href="/examples/agents/baidu-search-agent">
    An Agent that can search the web using Baidu.
  </Card>

  <Card title="Youtube Timestamp Agent" icon="youtube" iconType="duotone" href="/examples/agents/youtube-timestamp-agent">
    An Agent that can extract the timestamps with summary from a Youtube video.
  </Card>

  <Card title="Study Scout Agent" icon="book" iconType="duotone" href="/examples/agents/study-scout-agent">
    An Agent that can help you learn about a topic with a detailed study plan
    and resources.
  </Card>
</CardGroup>
