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

# Example Projects

> Explore sample projects built with Mira Flows

Discover practical implementations of Mira Flows through our curated collection of example projects. Each example includes complete source code and demonstrates different aspects of the platform.

<CardGroup cols={3}>
  <Card title="Using Marketplace Flows" icon="store" href="https://github.com/B-Venkatesh7210/using-marketplace-flows">
    Complete implementation showing how to integrate and use pre-built flows from the Mira Flows marketplace.
  </Card>

  <Card title="Building Elemental Flows" icon="cube" href="https://github.com/B-Venkatesh7210/building-your-own-flows">
    Step-by-step example of creating and deploying custom flows using the Mira Flows SDK.
  </Card>

  <Card title="Dataset Configuration" icon="database" href="https://github.com/B-Venkatesh7210/configure-datasets">
    Example project demonstrating dataset creation, management, and RAG integration with flows.
  </Card>
</CardGroup>
