# Deploying Using Standard Credentials

Deployment helps to migrate objects (kanban, forms, actions) with their dependencies between organizations.

This method of deployment uses standard credentials authentication mechanism. This way require you to store target Salesforce Org credentials in a Salesforce Source Org.

{% hint style="info" %}
Before deploying please make sure you have set up in both organizations CSP Trusted Site URLs and CORS URLs.&#x20;

See details at [Setup Application](/references/application-settings.md).
{% endhint %}

Select components for the deployment and click Deploy button:

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

Deployment form will be shown. Select server and enter login information:

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

Server: select type of the target organization - Sandbox, Production/Developmer 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".

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

Enter User Name and Password. You may need to add also your security token to the password if your IP address is not in the trusted list.

Click Next.

{% hint style="info" %}
Deployment tool will collect all related items and suggest them in the deploy list.&#x20;

You can deploy all from suggested list or select required items.&#x20;
{% endhint %}

{% hint style="success" %}
When you select some item all sub-items are selected automatically. If you need to select only one item use alt/option click.&#x20;
{% endhint %}

For existing items you can select to create new or overwrite the existing one.

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

After the deployment you will see deployment result in Status column.&#x20;

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


---

# 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.flexikanban.ai/references/deployment/deploying-using-standard-credentials.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.
