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

# Administration overview

> Manage users, roles, organization settings, navigation, API tokens, and preferences.

**Administration** (under Settings) is where admins configure the organization and its
people.

<CardGroup cols={2}>
  <Card title="Users, teams & roles" icon="users" href="/en/administration/users-teams-roles">
    Manage who has access and what they can do.
  </Card>

  <Card title="Organization settings" icon="building" href="/en/administration/organization-settings">
    Currency, language, data settings, and more.
  </Card>

  <Card title="Navigation templates" icon="bars-staggered" href="/en/administration/navigation-templates">
    Tailor the sidebar per role.
  </Card>

  <Card title="API tokens" icon="key" href="/en/administration/api-tokens">
    Issue tokens for integrations.
  </Card>

  <Card title="Preferences" icon="user-gear" href="/en/administration/preferences">
    Personal language and theme.
  </Card>
</CardGroup>

<Note>
  Most administration screens require admin permissions (e.g. `org.settings.edit`,
  `users.view`, `roles.assign`). Access is enforced server-side — see
  [Authentication & multi-tenancy](/en/developers/multi-tenancy).
</Note>
