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

# Introduction

> Get started with multi-agent orchestration and automate workflows

## What is Maadify

Maadify is a multi-agent orchestration platform. You connect applications, configure agents, and use chat or automated triggers to run workflows that combine standard integrations with agentic actions.

<Frame>
  <img src="https://mintcdn.com/maadify/K7CT7HZ-nt5ok2U5/images/dashboard.png?fit=max&auto=format&n=K7CT7HZ-nt5ok2U5&q=85&s=cb3dc8221c588c92f33133c843e6a3da" alt="Maadify dashboard showing recent agent activity and alerts" width="1885" height="977" data-path="images/dashboard.png" />
</Frame>

## Why teams choose Maadify

Maadify is built for organizations that run agents across many tenants and partners, need strict control over what actions agents can take, and want a complete record of every workflow. The pillars below cover how Maadify combines secure multi-tenant sharing, hybrid orchestration, built-in execution environments, durable context, human-in-the-loop approvals, and full auditability.

<CardGroup cols={2}>
  <Card title="Multi-tenant by design" icon="building" href="/companies">
    Operate across organizations and internal workspaces from one platform. Use **Supplier**, **Channel**, or your own **Workspace** to scope which agents and tools each tenant can see, run, and configure — then deploy parent agents per relationship with their own visibility and tool defaults.
  </Card>

  <Card title="Share agents and tools securely" icon="share-2" href="/connectors">
    Share a tool with a connected company without handing over the connector. Provide **View**, **Use**, or **Full** tool access, lock default field values so partners cannot change sensitive inputs, and revoke access to remove the tool from every dependent agent at once.
  </Card>

  <Card title="Deterministic and LLM-driven steps" icon="git-branch" href="/agents/parent-agent-rules">
    Combine non-deterministic LLM reasoning with deterministic rules, conditions, and tool executions. Route on tool output, runtime inputs, last agent, or last tool, branch with nested condition groups, and add fallback rules so every workflow has a predictable next step.
  </Card>

  <Card title="Built-in code and browser execution" icon="terminal" href="/agents/code-execution">
    Run sandboxed Python for parsing, math, validation, and tool chaining, or use the [Maadify Browser Agent](/agents/browser-agent) to log in, navigate, and extract data from sites with no API. Both are first-class workflow steps with their own resource limits and replay support.
  </Card>

  <Card title="Context, memory, and compression" icon="database" href="/index-data-store">
    Ground agents on internal knowledge with [index data stores](/index-data-store), and tune per-sub-agent [memory and context window](/agents/parent-agent-sub-agents#memory-configuration-assistant-only) across **Thread**, **Agent**, and **Tenant** scopes with configurable TTLs, message compression thresholds, and trim modes so long-running conversations stay efficient without losing recoverable detail.
  </Card>

  <Card title="Approvals and full audit trail" icon="shield-check" href="/agents/agent-activity">
    Pause workflows for human approval before sensitive actions, then review every agent step, tool input and output, source, file, and browser session replay in [Agent activity](/agents/agent-activity). Each transition shows the rule that routed it, with user and timestamp context for compliance.
  </Card>
</CardGroup>

## Start here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Connect your first app, create an agent, and test it in chat.
  </Card>

  <Card title="Platform overview" icon="compass" href="/getting-started/platform-overview">
    Learn how connectors, agents, chat, data stores, and monitoring fit together.
  </Card>

  <Card title="Connectors" icon="plug" href="/connectors">
    Connect applications and make tools available to agents.
  </Card>

  <Card title="Parent agents" icon="bot-message-square" href="/agents/parent-agents">
    Build workflows that users can run from chat or automated triggers.
  </Card>
</CardGroup>

## How the platform is organized

* **Connectors** store app authentication and expose tools for agents to use.
* **Chat** is where users test agents, choose workflows, run Universal Search, and review workflow steps.
* **Agents** orchestrate workflows using sub-agents, prompts, tools, and rules.
* **Companies** (tenants) define relationships and control tool and agent access.
* **Index data stores** provide internal knowledge to agents.

## Next steps

Follow this path when you are setting up Maadify for the first time.

<CardGroup cols={2}>
  <Card title="1. Invite users and set roles" icon="users" href="/users">
    Add users, assign roles, and control who can access the admin portal or chat.
  </Card>

  <Card title="2. Connect applications" icon="plug" href="/connectors">
    Configure connectors, add tools, and lock default tool settings when needed.
  </Card>

  <Card title="3. Build parent agents" icon="bot-message-square" href="/agents/parent-agents">
    Create parent agents, add sub-agents, configure tools, and define routing rules.
  </Card>

  <Card title="4. Test in chat" icon="messages-square" href="https://app.maadify.com/chat">
    Route questions to agents, run Universal Search, and inspect workflow steps.
  </Card>
</CardGroup>

## Optional next steps

Use these when you need deeper coverage or automation.

<CardGroup cols={2}>
  <Card title="Add internal knowledge" icon="database" href="/index-data-store">
    Create index data stores so agents and Universal Search can reference internal data.
  </Card>

  <Card title="Configure browser actions" icon="globe" href="/agents/browser-agent">
    Set up browser tools when an agent needs to navigate a website and take action.
  </Card>

  <Card title="Agent activity" icon="activity" href="/agents/agent-activity">
    Review completed runs, tool inputs and outputs, sources, errors, and browser replays.
  </Card>

  <Card title="Notifications" icon="bell" href="/notifications">
    Track approvals, errors, and alerts that need user attention.
  </Card>
</CardGroup>
