# Deploy changes to Make

You can partially deploy changes in components or new components to Make or the whole app can be deployed.

{% tabs %}
{% tab title="Deploy a code file" %}
To deploy only a specific code file in a component to Make, right-click the code file and select **Deploy to Make (beta)**.

<div align="left"><figure><img src="/files/5Z0QLENRgzbRZAhhKByT" alt="" width="386"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Deploy a component directory" %}
To deploy a component to Make, right-click the component directory and select **Deploy to Make (beta)**.

<div align="left"><figure><img src="/files/2e3MeS6tjCXWM7rUrhxD" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Deploy an app" %}
To deploy the whole app to Make, right-click the **makecomapp.json** file and select **Deploy to Make (beta)**.

<div align="left"><figure><img src="/files/TEKLax9HocSy87zV6AUF" alt="" width="545"><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

In the dialog, select the origin where the changes should be deployed.

<div align="left"><figure><img src="/files/gAm6MvsXbWaGrHkirKkv" alt="" width="462"><figcaption></figcaption></figure></div>

The changes or new components are now available in the Make app.

The new app version can be tested in Scenario Builder. If you use testing and production apps, you can deploy the changes or new components to the production after the testing app passes the testing phase.


---

# 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://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/local-development-for-apps/deploy-changes-from-local-app-to-make-app.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.
