# Project History

The Project History page shows details about the following changes to your project:

* Deployments and CI/CD flow deployments.
* Pulling and pushing changes between a flexible environment and its mainline environment.
* Adding or removing environments.
* Project plan changes.
* Transitions between shared and dedicated resources.
* Database restores.
* Product upgrades (manual and automatic).

This is to provide you with better oversight and control over your project.

<figure><img src="https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-06d0711a316d3e46c814742c3e824fc919cc35b8%2Fproject-history-overview.png?alt=media" alt="Project History overview"><figcaption><p>Project History page</p></figcaption></figure>

## Viewing Activity Details

To get a detailed view of an activity, click the button on the right side of the entry.

For each activity, you can see the following information:

* The type of activity
* Information about the activity
* Who started the activity
* When the activity was started
* When the activity ended
* The status of the activity (In Progress, Completed, or Failed)

You can copy the activity ID to your clipboard using the clipboard icon on each entry. This is useful when contacting support.

For deployments, CI/CD flow deployments, pull/push changes, and upgrades, clicking **See more** opens a detail page with logs, timestamps, and error information.

<figure><img src="https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-ca388523cc4e7b54cc5875b3f0de233c2141587b%2Fproject-history-deployment-details.png?alt=media" alt="Deployment details"><figcaption><p>Deployment details</p></figcaption></figure>

For upgrades, clicking **See more** redirects to an Upgrade Details page where you can see details about how the upgrade went.

<figure><img src="https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-9ae7664cf4ff0908d332deec60b3872d4fa37832%2Fproject-history-automatic-upgrades-details.png?alt=media" alt="Upgrade details"><figcaption><p>Upgrade details</p></figcaption></figure>

Click **See activity** to view a dialog showing the stages and tasks for environment changes, plan updates, resource moves, or database restores.

<figure><img src="https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-0f65da4e2f49b3353bedd17ccf99caf3a0ad9b41%2Fproject-history-add-environement-activity.png?alt=media" alt="Activity dialog"><figcaption><p>Activity details dialog</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/project-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
