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

# Organizations

> Create and manage organizations to organize your team's discovery efforts.

Organizations are the top-level containers in Founder Sherpa. Each organization holds projects, members, and settings independently — making them ideal for separating teams, departments, or clients.

## Creating an organization

1. Click the organization switcher in the sidebar
2. Select **Create Organization**
3. Enter an organization name — the URL slug is generated automatically
4. Click **Create**

You become the **Owner** of any organization you create.

## Switching between organizations

Use the **organization switcher** in the sidebar header to move between organizations. Your active organization is remembered across sessions.

When you switch organizations, all navigation (projects, settings) updates to show content from the selected organization.

## Organization settings

Owners and admins can update organization settings by navigating to **Organization Settings** from the sidebar. The settings page is organized into tabs (owners and admins see additional tabs such as **Billing** and **AI & Models**):

### General tab

* **Name** — The display name shown in the sidebar and navigation
* **Slug** — The URL-friendly identifier (set at creation)

The **Danger Zone** (delete organization) is in the General tab. Only organization **Owners** can see and use it.

### Members tab

Manage team membership: invite new members, change roles, and remove members. See [Team Collaboration](/docs/features/team-collaboration) for details.

### AI & Models tab

Choose how AI inference is powered for the organization — metered credits (default) or your own OpenAI/Anthropic API key. See [AI Models & Bring-Your-Own-Key](/docs/features/bring-your-own-key) for details. Owners and admins only.

## Deleting an organization

<Warning>
  Deleting an organization permanently removes all projects, evidence, personas, hypotheses, and member associations within it. This action cannot be undone.
</Warning>

Only organization **Owners** can delete an organization. Navigate to the organization settings **General** tab and confirm deletion in the Danger Zone.

## Next steps

<Card title="Team Collaboration" icon="users" href="/docs/features/team-collaboration">
  Learn about inviting members and managing roles.
</Card>
