# Setup iOS Simulator app

## Requirements

In order to install Appfigurate Simulator app into an iOS Simulator, AppfigurateSE runs the Xcode `simctl` tool in:

```bash
/Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/bin/simctl
```

## Install app

To install the Appfigurate Simulator app into an iOS Simulator, tap the `iOS Simulator` tab. If no iOS Simulators are detected then the following message is shown:

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

Launch your chosen iOS Simulator using Xcode.

Once the iOS Simulator has launched, AppfigurateSE will display the following screen:

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

Tap the `Install Appfigurate Simulator` button to install into your chosen iOS Simulator.

## Upgrade app

Any previous version of Appfigurate Simulator can be upgraded by tapping the `Upgrade Appfigurate Simulator` button.

## Uninstall app

In the iOS Simulator, from the home screen, long press the Appfigurate Simulator app icon, then tap `Remove App`.


---

# 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.electricbolt.co.nz/appfigurate-se-user-guide/setup-ios-simulator-app.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.
