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

# Organization

> Understand how organizations structure users and projects.

An **organization** in Fimo is the space where people and projects come together. When you sign up, Fimo automatically creates a personal organization for you. In most cases, an organization represents a team or company, where members can collaborate on shared projects.

<img src="https://mintcdn.com/strapi/qZ8QLX-L6oGgxGej/public/images/fimo-org.png?fit=max&auto=format&n=qZ8QLX-L6oGgxGej&q=85&s=b4cf7993e51cfb05a7637566394e2442" alt="Organization Homepage" width="3144" height="2020" data-path="public/images/fimo-org.png" />

## Why use an organization?

* **Centralized workspace**: All your projects live under one organization.
* **Invite teammates**: Add members to work with you on projects.
* **Flexible roles**: Assign each member a role with the right permissions.
* **Multiple organizations**: A user can belong to several organizations at once, and easily switch between them.
* **Scales with you**: Start solo, then grow into a team or company setup.

<Note>
  Every user belongs to at least one organization, either their own or one they’ve been invited to. Inviting others gives them access to the projects of your organization, but not to other organizations you belong to.
</Note>

## What’s inside an organization?

<Columns cols={2}>
  <Card title="Projects" icon="layer-group" href="/project/overview">
    Each project is an independent website, managed inside your organization.
  </Card>

  <Card title="Members" icon="people-group" href="/organization/members">
    Invite teammates, assign roles, and collaborate together.
  </Card>

  <Card title="Settings" icon="gear" href="/organization/settings">
    Configure your organization’s details and options.
  </Card>

  <Card title="Billing & usage" icon="credit-card" href="/organization/billing-usage">
    Manage your plan, usage, and invoices.
  </Card>
</Columns>

<Note>
  Roles and permissions vary between members (for example, **Member**, **Admin**, or **Owner**).\
  See the [Members page](/organization/members) for a full breakdown.
</Note>
