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

# Deployment History

> View past deployment executions

You can access the deployment history from the **Deployments** tab on any environment or service page.

<img src="https://mintcdn.com/qovery/zHP3ckv_hq3X_yYK/images/deployment/deployment_history.png?fit=max&auto=format&n=zHP3ckv_hq3X_yYK&q=85&s=7983c5c4aeb1b861923e3dc8ccc84eb9" alt="Deployment History" width="2784" height="1820" data-path="images/deployment/deployment_history.png" />

## Information Available

The deployment history shows the following information for each past deployment trigger:

### Execution ID

An internal ID assigned to each deployment. This ID can be shared with the Qovery support team when troubleshooting deployment issues.

### Service Details

Each service deployed during the execution is listed with:

* Deployment status
* Version deployed (commit hash or image tag)

## Next Steps

<CardGroup cols={2}>
  <Card title="Deployment Logs" icon="file-lines" href="/configuration/deployment/logs">
    Access deployment logs
  </Card>

  <Card title="Deployment Actions" icon="gears" href="/configuration/deployment/actions">
    Control your deployments
  </Card>

  <Card title="Deployment Statuses" icon="circle-info" href="/configuration/deployment/statuses">
    Understand deployment statuses
  </Card>

  <Card title="Deployment Pipeline" icon="diagram-project" href="/configuration/deployment/pipeline">
    Configure deployment stages
  </Card>
</CardGroup>
