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

# Introduction

> Build, test, and deploy AI agent workflows without writing code.

The AI Planet Platform is a no-code workspace for building AI agent workflows. You design a workflow visually on a canvas, connect AI agents to the tools and knowledge they need, test it interactively, and deploy it so your team or your applications can run it.

If you have ever wanted an AI assistant that can answer questions from your own documents, call external services, and follow rules you define — this is where you build it, without engineering work.

## What you can build

<CardGroup cols={2}>
  <Card title="Document assistants" icon="book-open">
    Agents that answer questions grounded in your uploaded files and knowledge sources.
  </Card>

  <Card title="Tool-using agents" icon="wrench">
    Agents that take action — sending messages, fetching data, updating records in connected apps.
  </Card>

  <Card title="Multi-step workflows" icon="diagram-project">
    Chains of agents and steps that pass results from one to the next to handle complex tasks.
  </Card>

  <Card title="API-powered features" icon="code">
    Workflows you call from your own product through a simple API.
  </Card>
</CardGroup>

## How it works

A workflow is a diagram you build on a visual canvas. You drag in **nodes** — building blocks like an Input, an Agent, or an Output — and connect them to define how information flows.

The core building block is the **Agent**: an AI step you configure with instructions, a model, and optionally tools and a knowledge base. When you run the workflow, each node executes in order and passes its result onward.

<Frame caption="A workflow on the builder canvas — an Input, an Agent, and an Output node connected together.">
  <img src="https://mintcdn.com/aiplanet/Jy4Vl1U9sSF_9LZH/images/workflow-canvas.png?fit=max&auto=format&n=Jy4Vl1U9sSF_9LZH&q=85&s=89d373e5730d23e72589f59f90b79d23" alt="The workflow builder canvas" width="1920" height="1080" data-path="images/workflow-canvas.png" />
</Frame>

## The typical journey

<Steps>
  <Step title="Create a workflow">
    Start from a blank canvas and give your workflow a name.
  </Step>

  <Step title="Build it">
    Add nodes, configure your agent, and connect everything together.
  </Step>

  <Step title="Test it">
    Open the Playground and try your workflow with real inputs.
  </Step>

  <Step title="Deploy it">
    Publish the workflow so it can be run by your team or through the API.
  </Step>

  <Step title="Monitor it">
    Review every run in Tracing to see exactly what happened.
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
    Build and run your first workflow in a few minutes.
  </Card>

  <Card title="Key concepts" icon="lightbulb" href="/get-started/concepts">
    Learn the vocabulary used throughout the platform.
  </Card>
</CardGroup>
