# Add to Home Screen

## Android <a href="#android" id="android"></a>

Start by opening your Thunkable mobile web app in your web browser. This example uses the Chrome browser.&#x20;

Click on the menu and then choose the "Add to Home screen" option.&#x20;

Next you must choose whether to place the app manually or automatically.&#x20;

<figure><img src="https://downloads.intercomcdn.com/i/o/195050382/6eb2bc2f8f59a8c194cb5064/part1a.png" alt=""><figcaption></figcaption></figure>

If you exit out of your browser you will see that a new icon has been added to your home screen. You app has the same name and same icon as your Thunkable project.

When you open your app, you will see that the address bar, which is usually at the top of the screen, is now gone. This give your app a more native feel, but it is still a web app, so it has all the benefits that go along with this.

<figure><img src="https://downloads.intercomcdn.com/i/o/195051194/e92d4202c6095009802377a3/part2.png" alt=""><figcaption></figcaption></figure>

If you open up your running apps you will notice that your app is running in it's own process.\
You can add as many web apps to your device as you like. If you ever want to remove an app, simply press-and-hold on the app icon and choose the "Remove" option from the menu that appears.\
​

<figure><img src="https://downloads.intercomcdn.com/i/o/195052047/59756f0d21364c905c1f274f/part3.png" alt=""><figcaption></figcaption></figure>

### iOS <a href="#ios" id="ios"></a>

Start by opening your Thunkable mobile web app in your web browser. This example uses the Safari browser.\
​\
Click on the share button and choose the "Add to Home screen" option.\
​\
Next you must choose whether to place the app manually or automatically.

<figure><img src="https://downloads.intercomcdn.com/i/o/195055798/95cc8f2db5ad886a2aaaf222/parti1.png" alt=""><figcaption></figcaption></figure>

If you exit out of your browser you will see that a new icon has been added to your home screen. You app has the same name and same icon as your Thunkable project.

When you open your app, you will see that the address bar, which is usually at the top of the screen, is now gone. This give your app a more native feel, but it is still a web app, so it has all the benefits that go along with this.

<figure><img src="https://downloads.intercomcdn.com/i/o/195056012/587a55352089d2f1403da475/parti2.png" alt=""><figcaption></figcaption></figure>

If you open up your running apps you will notice that your app is running in it's own process.\
​\
You can add as many web apps to your device as you like. If you ever want to remove an app, simply press-and-hold on the app icon and click on the "x" button that appears in the top left corner of your app icon.\
​

<figure><img src="https://downloads.intercomcdn.com/i/o/195056109/89b44c3243b10b4591fa7051/parti3.png" alt=""><figcaption></figcaption></figure>


---

# 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.thunkable.com/settings/manage-your-projects/add-to-home-screen.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.
