> 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/references/deployment/deploying-using-standard-credentials.md).

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