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

# Introduction

> Overview of the Zylon Backoffice.

The Zylon Backoffice is the centralized administration environment for managing the Zylon platform. It is separated from Workspace and is used for Platform administration and API development operations.

Backoffice capabilities include:

* Account management
* Role and permission management
* Gateway management
* API token management
* Platform service status monitoring

Backoffice access requires a valid account with the appropriate role:

* **Operator** role for platform administration
* **Developer** role for API token workflows

Users can hold multiple roles on the same account. Features are made available based on the roles assigned to that account.

<CardGroup cols={2}>
  <Card title="Platform Backoffice" icon="wrench" href="/en/operator-manual/backoffice/platform-backoffice">
    Operator controls for accounts, roles, gateways, and service status.
  </Card>

  <Card title="Roles and Permissions" icon="unlock-keyhole" href="/en/operator-manual/backoffice/roles-and-permissions">
    Understand account roles, gateway roles, and access levels.
  </Card>

  <Card title="Accounts" icon="users" href="/en/operator-manual/backoffice/platform-backoffice#accounts">
    Create accounts, assign roles, and manage access.
  </Card>

  <Card title="Gateways" icon="server" href="/en/operator-manual/backoffice/platform-backoffice#gateways">
    Manage isolated software nodes for API development.
  </Card>

  <Card title="Developer Console" icon="code" href="/en/developer-manual/get-started/developer-console">
    Create and manage API tokens by gateway.
  </Card>

  <Card title="Create API Token" icon="key" href="/en/developer-manual/get-started/developer-console#create-api-token">
    Generate and securely store a one-time token secret.
  </Card>
</CardGroup>
