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

# Examples Gallery

> Explore Agno's example gallery showcasing everything from single-agent tasks to sophisticated multi-agent workflows.

Welcome to Agno's example gallery! Here you'll discover examples showcasing everything from **single-agent tasks** to sophisticated **multi-agent workflows**. You can either:

* Run the examples individually
* Clone the entire [Agno cookbook](https://github.com/agno-agi/agno/tree/main/cookbook)

Have an interesting example to share? Please consider [contributing](https://github.com/agno-agi/agno-docs) to our growing collection.

## Getting Started

If you're just getting started, follow the [Getting Started](/examples/getting-started) guide for a step-by-step tutorial. The examples build on each other, introducing new concepts and capabilities progressively.

## Use Cases

Build real-world applications with Agno.

<CardGroup cols={3}>
  <Card title="Simple Agents" icon="user-astronaut" iconType="duotone" href="/examples/agents">
    Simple agents for web scraping, data processing, financial analysis, etc.
  </Card>

  <Card title="Advanced Workflows" icon="diagram-project" iconType="duotone" href="/examples/workflows">
    Advanced workflows for creating blog posts, investment reports, etc.
  </Card>

  <Card title="Full stack Applications" icon="brain-circuit" iconType="duotone" href="/examples/applications">
    Full stack applications like the LLM OS that come with a UI, database etc.
  </Card>
</CardGroup>

## Agent Concepts

Explore Agent concepts with detailed examples.

<CardGroup cols={3}>
  <Card title="Multimodal" icon="image" iconType="duotone" href="/examples/concepts/multimodal">
    Learn how to use multimodal Agents
  </Card>

  <Card title="RAG" icon="book-bookmark" iconType="duotone" href="/examples/concepts/rag">
    Learn how to use Agentic RAG
  </Card>

  <Card title="Knowledge" icon="brain-circuit" iconType="duotone" href="/examples/concepts/knowledge">
    Add domain-specific knowledge to your Agents
  </Card>

  <Card title="Async" icon="bolt" iconType="duotone" href="/examples/concepts/async">
    Run Agents asynchronously
  </Card>

  <Card title="Hybrid search" icon="magnifying-glass-plus" iconType="duotone" href="/examples/concepts/hybrid-search">
    Combine semantic and keyword search
  </Card>

  <Card title="Memory" icon="database" iconType="duotone" href="/examples/concepts/memory">
    Let Agents remember past conversations
  </Card>

  <Card title="Tools" icon="screwdriver-wrench" iconType="duotone" href="/examples/concepts/tools">
    Extend your Agents with 100s or tools
  </Card>

  <Card title="Storage" icon="hard-drive" iconType="duotone" href="/examples/concepts/storage">
    Store Agents sessions in a database
  </Card>

  <Card title="Vector Databases" icon="database" iconType="duotone" href="/examples/concepts/vectordb">
    Store Knowledge in Vector Databases
  </Card>

  <Card title="Embedders" icon="database" iconType="duotone" href="/examples/concepts/embedders">
    Convert text to embeddings to store in VectorDbs
  </Card>
</CardGroup>

## Models

Explore different models with Agno.

<CardGroup cols={3}>
  <Card title="OpenAI" icon="network-wired" iconType="duotone" href="/examples/models/openai">
    Examples using OpenAI GPT models
  </Card>

  <Card title="Ollama" icon="laptop-code" iconType="duotone" href="/examples/models/ollama">
    Examples using Ollama models locally
  </Card>

  <Card title="Anthropic" icon="network-wired" iconType="duotone" href="/examples/models/anthropic">
    Examples using Anthropic models like Claude
  </Card>

  <Card title="Cohere" icon="brain-circuit" iconType="duotone" href="/examples/models/cohere">
    Examples using Cohere command models
  </Card>

  <Card title="DeepSeek" icon="circle-nodes" iconType="duotone" href="/examples/models/deepseek">
    Examples using DeepSeek models
  </Card>

  <Card title="Gemini" icon="google" iconType="duotone" href="/examples/models/gemini">
    Examples using Google Gemini models
  </Card>

  <Card title="Groq" icon="bolt" iconType="duotone" href="/examples/models/groq">
    Examples using Groq's fast inference
  </Card>

  <Card title="Mistral" icon="wind" iconType="duotone" href="/examples/models/mistral">
    Examples using Mistral models
  </Card>

  <Card title="Azure" icon="microsoft" iconType="duotone" href="/examples/models/azure">
    Examples using Azure OpenAI
  </Card>

  <Card title="Fireworks" icon="sparkles" iconType="duotone" href="/examples/models/fireworks">
    Examples using Fireworks models
  </Card>

  <Card title="AWS" icon="aws" iconType="duotone" href="/examples/models/aws">
    Examples using Amazon Bedrock
  </Card>

  <Card title="Hugging Face" icon="face-awesome" iconType="duotone" href="/examples/models/huggingface">
    Examples using Hugging Face models
  </Card>

  <Card title="NVIDIA" icon="microchip" iconType="duotone" href="/examples/models/nvidia">
    Examples using NVIDIA models
  </Card>

  <Card title="Nebius" icon="people-group" iconType="duotone" href="/examples/models/nebius">
    Examples using Nebius AI models
  </Card>

  <Card title="Together" icon="people-group" iconType="duotone" href="/examples/models/together">
    Examples using Together AI models
  </Card>

  <Card title="xAI" icon="brain-circuit" iconType="duotone" href="/examples/models/xai">
    Examples using xAI models
  </Card>

  <Card title="LangDB" icon="rust" iconType="duotone" href="/examples/models/langdb">
    Examples using LangDB AI Gateway.
  </Card>
</CardGroup>
