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

# Services

> Services page allows you to view and manage all services deployed through the dashboard.

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/03_01.png" />
</Frame>

***

## Service Information

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/03_02.png" />
</Frame>

* **ID**: Unique identifier for the service.
* **Service Name / App**: User-defined service name and the language or platform used.
* **Type**: VM type (on-demand or spot).
* **Status**: Current state of the service (e.g., Running, Starting, Stopping, Stopped).
* **Deployed, Created**: Timestamps for when the service was deployed and created.

## Logs and Terminal

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/03_03.png" />
</Frame>

> Click the <Icon icon="window-maximize" iconType="thin" size={15} color="9fa3a5" /> icon on the right side of the service list to check deploy logs, runtime logs, or access the terminal.

## Dashboard Access

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/03_07.png" />
</Frame>

> Click the service name or the <Icon icon="gear" size={15} color="9fa3a5" /> icon on the right and select **Dashboard** to access the service's dashboard.

<Info>
  For databases, you can copy the connection information (hostname:port) required to communicate with other services.
</Info>

## Preview URL Access

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/03_09.png" />
</Frame>

> Click `Connect` on the right to access the service's preview domain in your browser.

## Service Block

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/03_08.png" />
</Frame>

> Click the <Icon icon="gear" size={15} color="9fa3a5" /> icon on the right of the target service and select **Block** to block the service.

<Note>
  Blocked services are immediately stopped and cannot be restarted from the dashboard. You need to unblock them to restart.
</Note>
