# Step 5 – Add an App Icon

You can add icons to your app in the App Icons and Launch Images section of the Xcode General panel. To add icons click on the **arrow** icon and open the asset catalog

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

> Tip: Follow the [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/) when creating the app icon. You can use the [App Icon Generator](https://makeappicon.com/) tool.

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

In the **Finder**, drag variations of your app icon to the wells in the detail area match their resolutions

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/app65.png)

Alternatively, select the asset catalog containing your app icon set in the [Project navigator](https://help.apple.com/xcode/mac/current/#/dev7d7220fbb) and drag variations to the wells.

Finally, review the icon set has been applied by running your app using Xcode device simulator

Tip: For a detailed overview of using simulator, see the [Run your app in Simulator from Xcode.](https://help.apple.com/xcode/mac/current/#/dev2809b6cff)


---

# 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.stylemixthemes.com/motors-app-documentation/ios-app-build/add-app-icon.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.
