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

# Welcome to PandaAGI

> Build powerful AI-powered applications with the PandaAGI SDK. Full control over your experience while we handle the complexity.

<Note>
  PandaAGI SDK is the easiest way to build and deploy agentic AI applications with complete control over your execution environment. Learn how to [get started](/quickstart) in minutes.
</Note>

<img className="block dark:hidden" src="https://mintcdn.com/sinaptik-0f582301/txkqljXddBbQ6cuN/images/panda_agi_hero.png?fit=max&auto=format&n=txkqljXddBbQ6cuN&q=85&s=bf915f7ec4f9f9aa5006b7a49700983d" alt="PandaAGI SDK" width="1536" height="1024" data-path="images/panda_agi_hero.png" />

<img className="hidden dark:block" src="https://mintcdn.com/sinaptik-0f582301/txkqljXddBbQ6cuN/images/panda_agi_hero.png?fit=max&auto=format&n=txkqljXddBbQ6cuN&q=85&s=bf915f7ec4f9f9aa5006b7a49700983d" alt="PandaAGI SDK" width="1536" height="1024" data-path="images/panda_agi_hero.png" />

## What is PandaAGI?

PandaAGI is a powerful SDK that lets you build AI applications with **agentic capabilities**. We redefine AGI as **Agentic General Intelligence**: AI that accomplishes tasks through tools rather than mimicking human thought.

<CardGroup cols={2}>
  <Card title="Development Framework" icon="hammer" color="#0285c7">
    Build AI-powered applications without deep AI expertise
  </Card>

  <Card title="Local Orchestration" icon="server" color="#16a34a">
    All execution happens in your environment with full control
  </Card>

  <Card title="Universal Capability" icon="infinity" color="#dc2626">
    Create solutions for any domain or use case
  </Card>

  <Card title="Developer-First" icon="code" color="#8b5cf6">
    Focus on user experience while we handle AI complexity
  </Card>
</CardGroup>

## Why Choose PandaAGI?

Building reliable agentic systems involves solving numerous complex challenges:

<Steps>
  <Step title="Context Management">
    Efficiently handle large context windows without token waste
  </Step>

  <Step title="Error Resilience">
    Gracefully manage execution failures and edge cases
  </Step>

  <Step title="Hallucination Prevention">
    Stop AI agents from entering costly hallucination loops
  </Step>

  <Step title="Cost Optimization">
    Minimize token usage to keep your applications affordable
  </Step>

  <Step title="State Persistence">
    Maintain consistent state across multiple interactions
  </Step>
</Steps>

PandaAGI handles all this complexity for you. Our infrastructure makes agentic AI accessible and cost-effective, with optimizations that would otherwise require months of engineering effort.

## Who is PandaAGI for?

<Tabs>
  <Tab title="Software Engineers">
    Build custom AI tools that integrate seamlessly with your existing systems while maintaining complete control over implementation.
  </Tab>

  <Tab title="Product Engineers">
    Create AI-powered features that enhance your product without sacrificing user experience or control.
  </Tab>

  <Tab title="Technical Founders">
    Rapidly prototype and deploy AI capabilities that can become the foundation of your next billion-dollar product.
  </Tab>
</Tabs>

## What Can You Build?

PandaAGI empowers you to create the next generation of AI-powered applications with complete control over the user experience.

<AccordionGroup>
  <Accordion title="Development Tools" icon="code">
    Build AI coding assistants, workflow automation tools, and development environments that understand your codebase and help developers work more efficiently.
  </Accordion>

  <Accordion title="Business Intelligence" icon="chart-line">
    Create research platforms and competitive analysis tools that can gather, analyze, and synthesize information from multiple sources.
  </Accordion>

  <Accordion title="Content Systems" icon="file-lines">
    Develop automated documentation generators, content creation assistants, and publishing workflows that maintain your brand voice.
  </Accordion>

  <Accordion title="Enterprise Solutions" icon="building">
    Build custom AI tools tailored to specific business processes, integrating with existing systems and workflows.
  </Accordion>
</AccordionGroup>

## How PandaAGI Works

PandaAGI is built on three core components that work together to provide a seamless development experience:

<Frame caption="PandaAGI Architecture">
  <img src="https://mintcdn.com/sinaptik-0f582301/txkqljXddBbQ6cuN/images/architecture.png?fit=max&auto=format&n=txkqljXddBbQ6cuN&q=85&s=8383edb7d351215bdaa854f072f34260" alt="PandaAGI Architecture" width="930" height="984" data-path="images/architecture.png" />
</Frame>

1. **The API**: A bidirectional WebSocket connection enabling real-time, stateful interaction between your application and AI agents

2. **The SDK**: Handles all the complex orchestration, agent state management, and communication so you can focus on building your application

3. **The Execution Environment**: A secure, isolated context where agents can safely run code and interact with external systems

## Built-in Agent Capabilities

Every PandaAGI agent comes with powerful execution capabilities out of the box:

| Capability             | Purpose               | Benefits                                          |
| :--------------------- | :-------------------- | :------------------------------------------------ |
| 🌐 **Internet Access** | Information gathering | Always up-to-date data from any source            |
| 🗂️ **File System**    | Asset management      | Create, modify and organize files seamlessly      |
| 💻 **Code Execution**  | Dynamic programming   | Run code in multiple languages with full security |
| 🚀 **Deployment**      | Web servers & APIs    | Deploy applications directly from your agent      |

## Get Started in Minutes

Ready to build your first AI-powered application? Our quickstart guide will help you integrate PandaAGI into your development workflow in minutes.

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="play" href="/quickstart" color="#0285c7">
    Install the SDK and build your first AI application in under 10 minutes
  </Card>

  <Card title="Architecture & Philosophy" icon="diagram-project" href="/concepts/architecture" color="#8b5cf6">
    Understand the principles behind PandaAGI's approach to AI development
  </Card>
</CardGroup>
