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

# Organization charts

> Model your team structure and assign AI agents to roles.

## Overview

The **Organization** feature lets you build a visual org chart for your company and assign AI agents to positions within it. This helps large teams track which agents are being used across the organization.

## Creating a team

<Steps>
  <Step title="Go to Organization">
    Navigate to **Organization** in the sidebar.
  </Step>

  <Step title="Create a team">
    Click **New team** and give it a name (e.g. "Customer Support", "Finance").
  </Step>

  <Step title="Add positions">
    Within the team, add positions in a hierarchical tree. Each position can have:

    * A name/title
    * An assigned user (from your company members)
    * An assigned AI agent
    * A parent position (for hierarchy)
  </Step>
</Steps>

## Assigning agents

When adding or editing a position, you can assign an AI agent from the catalog. This is a reference assignment — it doesn't automatically start a session, it just tracks which agent is designated for that role.

## Hierarchy

Positions form a tree: each position can have a `parent` position. This mirrors real-world org structures like:

```
CEO
  └─ CTO
       ├─ Engineering Lead
       └─ Data Science Lead  ←── AI Agent: "Analytics Agent"
```

## Permissions

| Action             | Required role                    |
| ------------------ | -------------------------------- |
| View org chart     | Any company member               |
| Create/edit teams  | Company admin                    |
| Add/edit positions | Team creator                     |
| Delete positions   | Team creator (cascades children) |
