> ## 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

## Service Details

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

> Click a service card on the screen to enter the service page. In the service information tab, you can view the following information.

<AccordionGroup>
  <Accordion title="Deployment History">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/05_02.png" />
    </Frame>

    > You can view deployment history and build logs. Click the <Icon icon="ellipsis-vertical" size={15} color="9fa3a5" /> on the right of the deployment history to navigate to the related GitHub page or [rollback](/en/developers/rollback).
  </Accordion>

  <Accordion title="Resources">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/05_03.png" />
    </Frame>

    > You can view and manage the following details in the Resources tab.

    <AccordionGroup>
      <Accordion title="Workload">
        * Shows resource usage and description of the service. If [replicas are configured,](/en/developers/replica) you can monitor the status of each instance.
      </Accordion>

      <Accordion title="Ingress">
        * Shows the automatically assigned preview URL for the service or TCP access addresses for databases.

        <Info>
          For a guide on communication with external services, refer to the [Service Connections page](/en/developers/connect#external-and-cross-env-services).
        </Info>
      </Accordion>

      <Accordion title="Domain">
        * Shows the custom domain for the service.

        <Info>
          Click `Connect a domain` on the right to connect a custom domain. For more details, see the [Domain Connection page.](/en/developers/domain)
        </Info>
      </Accordion>

      <Accordion title="Private Network">
        * Shows hostname and port number for [communication between services in the same environment](/en/developers/connect#internal-service-connection).
      </Accordion>

      <Accordion title="Volumes">
        * For databases, you can view the connected disk capacity.
      </Accordion>
    </AccordionGroup>
  </Accordion>

  <Accordion title="Metrics">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/06_25.png" />
    </Frame>

    > You can view the metrics of the service.
  </Accordion>

  <Accordion title="Events">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/05_06.png" />
    </Frame>

    > View events that occurred in the related clusters with the service.

    <Info>
      Events may no longer be viewable over time.
    </Info>
  </Accordion>

  <Accordion title="CLI">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/05_07.png" />
    </Frame>

    > View the yaml file content for deploying the service via CLI and the workflow file content for [applying GitHub Actions.](/en/developers/githubactions)
  </Accordion>
</AccordionGroup>

## Settings

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

<br />

<AccordionGroup>
  <Accordion title="Service Information">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/05_09.png" />
    </Frame>

    > You can view the project, deployment environment, and service name the service belongs to, and change the service display name.
  </Accordion>

  <Accordion title="Deployment Settings">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/05_10.png" />
    </Frame>

    > You can view and change the settings configured during deployment.

    <Info>
      If you change the deployment settings, click the `Deploy` at the bottom to apply the changed settings.
    </Info>
  </Accordion>
</AccordionGroup>

## Update

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

> When you update your code or modify resource settings, click `Deploy` at the bottom of the settings tab of the service page to apply these changes with a new deployment.

<Tip>
  To set up automated deployments using GitHub Actions, see [the GitHub Actions page](/en/developers/githubactions).
</Tip>

## Deletion

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

> The service will be deleted by clicking `Delete a service` at the bottom of the settings tab of the service page.
