# Pull changes from Make

Once you finish the development of new changes and components in Make, you can push the changes to the local app.&#x20;

{% stepper %}
{% step %}
In Visual Studio Code, open the local directory with the local app file.
{% endstep %}

{% step %}
Locate the **makecomapp.json** file and right-click. Select **Pull All Components from Make (beta)** option.

<div align="left"><figure><img src="/files/fY6hY3mq0oIruCESARnd" alt="" width="449"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Select the testing app origin.

<div align="left"><figure><img src="/files/GoMwfhfgScT3fkVlJB32" alt="" width="466"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

All changes in the existing components will be pulled into the local components. If there is a new component, a dialog will appear. Either confirm the creation of the component by pressing **Enter** or click **Ignore permanently/do not map with the remote** option.

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


---

# 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/pull-changes-from-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.
