> For the complete documentation index, see [llms.txt](https://docs.flexikanban.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexikanban.ai/components/actions-action-groups/best-practices/deployment-actions-action-groups.md).

# !! Deployment Actions/Action Groups

Deployment helps to migrate Actions/Actions Group with their dependencies between organizations.

### Deployment

To deploy:

* Select Actions/Action Group and click "Deploy" button. A deployment wizard page will be opened in a new tab.

<img src="/files/5SfWGoUchMOftKv7VEE0" alt="" class="gitbook-drawing">

* At the first step in deployment wizard select Server, enter user credentials and click "Next" button:

<img src="/files/rOj3lSDIR0qYBKOfTULX" alt="" class="gitbook-drawing">

{% hint style="info" %}
Server: type of the target organization - Sandbox, Production/development or Other .&#x20;

Other is used when there are issues with login and you may need to manually enter your target organization Salesforce base URL. To get it go to your target org, switch to the classic mode. Base URL is the part which ends with "salesforce.com".
{% endhint %}

* System will search for references for the actions for a some time:

<img src="/files/ruKA9SACzbMlcpQ1jCy3" alt="" class="gitbook-drawing">

* At the second step of deployment wizard check items to be deployed. Select necessary actions and click "Deploy" button.

<img src="/files/ezmMQaOUBLCJVSo2zv62" alt="" class="gitbook-drawing">

* Click "OK" in confirmation message.
* System will display a deployment progress:

<img src="/files/IOvQCwyH2aW7GP2Lit60" alt="" class="gitbook-drawing">

* After deployment is finished, system will show results in "Status" column. And, if there were no errors or fails, system will show a success confirmation message:

<img src="/files/UBLA76dpoRphQjA5Mxdu" alt="" class="gitbook-drawing">

Deployment is finished. Target organization should now have all deployed objects.

### Deployment Actions

#### Object Does Not Exist in Target Organization

If the Action/Action Groups does not exist in target organization, they will have "Create" action available only.

After deployment is done, new Action is added to the target organization along with other referenced objects.

#### Object Exists in Target Organization

If the Action/Action Groups already exists in the target organization, deployment wizard will allow user to choose between "Create" and "Overwrite" actions. "Overwrite" is offered by default:

<img src="/files/Y1gzMBJYqbFDjE5g7nTz" alt="" class="gitbook-drawing">

**Create**:

In this case, if user selects "Create" for any object, new object of proper type will be deployed to the target organization.

**Overwrite**:

If user selects "Overwrite", proper objects will be overwritten during deployment.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.flexikanban.ai/components/actions-action-groups/best-practices/deployment-actions-action-groups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
