# admin

Learn how to open the admin panel.

This command generates a magic link to the [admin app](https://app.croct.com) and opens it in your default browser. This allows you to quickly access the admin panel without needing to log in manually.

You can optionally specify a page to navigate to. The CLI accepts partial page names and will try to open the best match. If no match is found, it will ask you to choose from a list of available pages.

## Usage

This command has the following syntax:

```sh
croct admin <page>
```

## Examples

Open the admin panel:

```sh
croct admin
```

Open the workspace settings page:

```sh
croct admin workspace settings
```

## Arguments

- `page`: `string` (optional)

  The page to navigate to after opening the admin app.

  Here are some examples of valid page names:

  | Argument                    | Description                               |
  | --------------------------- | ----------------------------------------- |
  | `home`                      | The admin home page.                      |
  | `personal settings`         | Your personal settings.                   |
  | `organization`              | Your organization overview.               |
  | `organization settings`     | Your organization settings.               |
  | `organization members`      | The list of members in your organization. |
  | `workspace`                 | Your workspace overview.                  |
  | `workspace settings`        | Your workspace settings.                  |
  | `workspace members`         | The list of members in your workspace.    |
  | `dev application`           | Your development application overview.    |
  | `prod application`          | Your production application overview.     |
  | `dev application settings`  | Your development application settings.    |
  | `prod application settings` | Your production application settings.     |
  | `slots`                     | The list of your slots.                   |
  | `components`                | The list of your components.              |
  | `experiences`               | The list of your experiences.             |

## Options

This command only accepts [global options](../global-options).

## Explore

- [Login](/reference/cli/commands/login): Learn how to authenticate your session.
- [Deep links](/reference/cli/deep-links): Learn how to run CLI commands from the browser.
