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

# Manual Install

{% hint style="warning" %}
Unfortunately, some icons must be installed manually due to Apple restrictions. The tutorial describes how to do this.
{% endhint %}

### How to Install Icons Manually?

#### Open Shortcuts app:

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

#### Tap Plus button:

![](/files/-McW7zGFk5csMGkqVnbr)

#### Tap Add Action:

![](/files/-McW8A9NcC241Jevlaie)

#### Select Scripting:

![](/files/-McW8H2uwhm4uPCOslC9)

#### Choose Open App:

![](/files/-McW8bHk0mORr-1maQir)

#### Choose desired app:

![](/files/-McW8gDaa0yy5GAfSWRo)

#### Tap More:

![](/files/-McW8kpdNDFxpytg5-k5)

#### Enter the app name:

![](/files/-McW8s0vJQZFUZaFXIwR)

#### Tap Add to Home Screen:

![](/files/-McW8ybeX-mbHeQy_7ur)

#### Enter the app name again:

![](/files/-McW92pW3XaTvSzhXkC2)

#### Tap the app icon:

![](/files/-McW9AQe3fUmnHlI2Rfq)

#### Tap on Choose File:

![](/files/-McW9GLqJOixBzPyuufD)

#### Find On My iPhone folder:

![](/files/-McW9MPmob-SrHSeCf3B)

#### Open Themely folder:

![](/files/-McW9RRZcgllxrnVwZc8)

#### Find and open desired theme:

![](/files/-McW9WA1MEzEPjTe3j7w)

#### Choose app icon:

![](/files/-McW9aa27IZi0fEpaQ_p)

#### Tap Add:

![](/files/-McW9fhPVjzoqK-jYwls)

#### All set:

![](/files/-McW9lOa3XQzTZYDD1Py)

{% hint style="info" %}
Repeat these steps for each icon with manual installation you want to install.
{% endhint %}


---

# 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://guide.themely.cc/how-to/icons/manual.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.
