> For the complete documentation index, see [llms.txt](https://app.ios-themes.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://app.ios-themes.co/guide/icons.md).

# Icons Setup

{% hint style="warning" %}
Please note that icons do not change your actual app icons. These icons are for a custom shortcut using Shortcuts App.
{% endhint %}

## How to Install Icons from a Theme

{% hint style="info" %}
The steps below should be done for every icon you want to add to Home Screen.
{% endhint %}

Here's video tutorial describing how to install icons from a theme.

{% embed url="<https://youtu.be/Uvp0njO-JbI>" %}

### Step 1. Open Shortcuts app:

<div align="center"><img src="/files/-MJGYF8LaMVSuZG6OgR7" alt=""></div>

### Step 2. Add new shortcut:

<div align="center"><img src="/files/-MJGYVXw8yT5neQOePzl" alt=""></div>

### Step 3. Tap `Add Action` button:

![](/files/8CpWHwi6S5zF9SreeYcS)

### Step 4. Select `Scripting` option

![](/files/8sNkk7Y6wGKcD1gA3mjN)

### Step 5. Choose `Open App`

![](/files/RVMHGa1UyphcGgxumrh7)

### Step 6. Select the app you want to add:

![](/files/lox7G06rpchtlRurXA1Q)

### Step 7. Click on `More` button

![](/files/Yhcbrb4vxqu2UEECdjYL)

### Step 8. Tap on `Add to Home Screen`:

![](/files/tLDbki0H4So4nuS9XTNm)

### Step 9. Type the app name and tap on app icon:

![](/files/LFfR58uzbNmPv9819RRt)

### Step 10. Select the `Choose Photo` or `Choose File` option:

![](/files/OlhxDrvST9fjmSszh86U)

### Step 11. Select desired app icon:

![](/files/-MJGas5QChs1bZXNS8sh)

### Step 12. Tap `Add` button:

![](/files/-MJGbJzoNgv1s8T5rkov)

### Step 13. Hooray! Custom app icon should be at Home Screen:

![](/files/-MJGbSZIH_Eb5fVLIx3B)


---

# 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, and the optional `goal` query parameter:

```
GET https://app.ios-themes.co/guide/icons.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
