# Deploy Cloud Code

1. In the SashiDo dashboard, go to the **Cloud Code** tab.
2. Click on **Open in GitHub** to link your app to a GitHub repository where you can manage your cloud code.
3. Clone your repository and override files in folder with the one you will download in `MainFiles.zip` from codecanyon
4. Unzip zip file and copy files in **`cloud_code`** folder and replace them in your cloned repository
5. Go to `cloud/config.js` and update with your app informations like App name,&#x20;

<figure><img src="/files/7pgk4uet0G0Qf2vjZI8Z" alt=""><figcaption><p>Note that in regular license, some files will be missing, since they are only for Extended License</p></figcaption></figure>

6. Push your cloud code to the repository. Any changes pushed to the repository will be automatically deployed to your app.
7. Now it's time to get and save your AppID, clientKey and Server Url for later use.

<figure><img src="/files/LiOMc4llfu3SWnC4Z8pc" alt=""><figcaption></figcaption></figure>

<mark style="color:purple;">**Make sure that at the end of this progress, you have  saved for later use:**</mark>

* `Application ID or`` `**`AppId`**
* `Client Key or`` `**`ClientKey`**
* `API URL Address or`` `**`ServerURL`**
* `LiveQuery URL Address or`` `**`LiveQueryURL`**


---

# 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.booms.live/parse-server-setup/deploy-cloud-code.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.
