> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-studio-tools-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Examples for team workflows.

| Example                                                                               | Description                                                                              |
| ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Basic Coordination](/examples/teams/basics/basic-coordination)                       | Demonstrates coordinated team workflows for both sync and async execution patterns.      |
| [Respond Directly Router Team](/examples/teams/basics/respond-directly-router-team)   | Demonstrates routing multilingual requests to specialized members with direct responses. |
| [Delegate To All Members](/examples/teams/basics/delegate-to-all-members)             | Demonstrates collaborative team execution with delegate-to-all behavior.                 |
| [Respond Directly With History](/examples/teams/basics/respond-directly-with-history) | Demonstrates direct member responses with team history persisted in SQLite.              |
| [Team History](/examples/teams/basics/team-history)                                   | Demonstrates sharing team history with member agents across a session.                   |
| [History Of Members](/examples/teams/basics/history-of-members)                       | Demonstrates member-level history where each member tracks its own prior context.        |
| [Share Member Interactions](/examples/teams/basics/share-member-interactions)         | Demonstrates sharing interactions among team members during execution.                   |
| [Concurrent Member Agents](/examples/teams/basics/concurrent-member-agents)           | Demonstrates concurrent delegation to team members with streamed member events.          |
| [Broadcast Mode](/examples/teams/basics/broadcast-mode)                               | Demonstrates delegating the same task to all members using TeamMode.broadcast.           |
| [Nested Teams](/examples/teams/basics/nested-teams)                                   | Demonstrates using teams as members in a higher-level coordinating team.                 |
| [Task Mode](/examples/teams/basics/task-mode)                                         | Demonstrates autonomous task decomposition and execution using TeamMode.tasks.           |
| [Caching](/examples/teams/basics/caching/overview)                                    | Examples for team response caching in basic flows.                                       |
