# Deploy Action

The Deploy action (button) launches a dialog for initiating and monitoring a deployment to Salesforce. Deployments consist of three stages:

* Review/update the options controlling the deployment.
* Review the deployment plan.
* Run the deployment.

Generally the only step a user needs to do is click on the “Deploy” button.

## Deployment Options

The Deployment Options tab controls how the deployment is executed.

![](https://2924009365-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5FyPmqVkPxhj2oT8fbgB%2Fuploads%2Fgit-blob-f4a85e33a58a1b2cacbac3a9fab8dc25cf58dd48%2F5acaf123-DeployPicture1.png?alt=media)

## Deployment Plan

The Deploy Plan tab lists a summary of all metadata objects that will be deployed. This is used as a final review prior to launching the deployment.

![](https://2924009365-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5FyPmqVkPxhj2oT8fbgB%2Fuploads%2Fgit-blob-88d39516965360c5fc0be56383c05d65b0baadf7%2F4f8f15ef-DeployPicture2.png?alt=media)

## Deployment Log

The Deploy Log tab shows the progress of the deployment as it happens and provides a way to cancel an active deployment.

During a deployment this tab may look like the following:

![](https://2924009365-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5FyPmqVkPxhj2oT8fbgB%2Fuploads%2Fgit-blob-8aee4b71eabc7f6ccae3708608a6259dbe77c5de%2F47728ff5-DeployPicture3.png?alt=media)

When the deployment is complete the log tab will show the final status of the deployment:

![](https://2924009365-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5FyPmqVkPxhj2oT8fbgB%2Fuploads%2Fgit-blob-08eea052da4eeddff9db601b61edfd89d3cd2c66%2Fe4aeda3a-DeployPicture4.png?alt=media)


---

# 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://learn.capstorm.com/copystorm-restore/reference/meta-data-tab/deploy-action.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.
