> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/setting-apps-logo-in-vs-code.md).

# Set the app icon in VS Code

Before setting the app icon in VS Code, make sure that your icon meets [Make's app logo requirements](/custom-apps-documentation/create-your-first-app/app-logo.md).

To set the app icon:

{% stepper %}
{% step %}
Right-click the app name and select **Edit icon**.

<div align="left"><figure><img src="/files/07VjO06bkSHClUJuc5fV" alt="" width="205"><figcaption></figcaption></figure></div>

You will see a preview of the current app's icon inside the app module.
{% endstep %}

{% step %}
Click **Change icon**.

In the file upload dialog box, select your icon to upload to Make.
{% endstep %}
{% endstepper %}

The change icon view closes and the new icon appears in the left tree.


---

# 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:

```
GET https://developers.make.com/custom-apps-documentation/get-started/make-apps-editor/apps-sdk/setting-apps-logo-in-vs-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.
