> ## 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.

# Introduction

> Introduction to Mira Flows SDK

## What is Mira Flows SDK?

Mira Flows SDK is a powerful Python toolkit that enables developers to programmatically create, manage, and deploy AI-powered flows. From simple chat interfaces to complex multi-stage AI pipelines, the SDK provides a seamless interface to build sophisticated AI applications by combining Large Language Models (LLMs) with custom knowledge bases and configurable workflows.

## Key Features

<CardGroup cols={3}>
  <Card title="Flow Management" icon="gears">
    Create, test, and deploy AI flows with minimal setup using straightforward YAML configurations - from basic chatbots to complex multi-stage pipelines
  </Card>

  <Card title="RAG Integration" icon="database">
    Enhance your flows with custom knowledge through easy integration of PDFs, markdown files, URLs, and more for context-aware AI solutions
  </Card>

  <Card title="Marketplace Access" icon="store">
    Discover, use, and customize pre-built flows from our growing marketplace of AI solutions to accelerate development
  </Card>
</CardGroup>

## SDK Capabilities

* **Simple to Complex**: Build everything from basic Q\&A flows to sophisticated multi-stage processing pipelines

* **Actionable Flows**: Transform your flows into autonomous agents that can interact with external tools and APIs

* **Custom Knowledge Integration**: Enhance flows with domain-specific knowledge through RAG capabilities

* **Flow Composition**: Combine multiple flows to create complex AI workflows and processing chains

* **Extensible Design**: Add custom tools and integrations to expand your flows' capabilities

* **Scalable Architecture**: Handle increasing workloads with built-in scaling capabilities

## Getting Started

<CardGroup cols={2}>
  <Card title="1. Create Your Account" icon="key" href="https://console.mira.network/">
    Sign up for a Mira Flows account to begin your AI development journey.
  </Card>

  <Card title="2. Install the SDK" icon="download" href="/documentation/get-started/installation">
    Set up the Mira Flows SDK in your development environment.
  </Card>

  <Card title="3. Explore the Platform" icon="globe" href="https://console.mira.network/">
    Discover available flows and explore the possibilities in our marketplace of AI solutions.
  </Card>

  <Card title="4. Join the Community" icon="messages" href="https://discord.com/invite/mira-network">
    Connect with developers, and stay updated through our vibrant Discord community.
  </Card>
</CardGroup>

Start building powerful AI applications with Mira Flows SDK today! Follow our [installation guide](./installation.md) to begin your journey.
