# Introduction

[AppfigurateSE macOS](#macos-installation) app has easy 1 click installation of the [iOS Simulator](/appfigurate-se-user-guide/setup-ios-simulator-app.md) app, easy 1 click installation of the iOS pre-packaged app for [real device cloud testing services](/appfigurate-se-user-guide/real-device-cloud-testing-services.md), [manual encryption](/appfigurate-se-user-guide/manual-encryption.md) of strings, and [Xcode source editor extension](/appfigurate-se-user-guide/xcode-source-editor-extension.md) for automated encryption of strings.

## macOS Installation

AppfigurateSE is [available](/getting-started/getting-started.md#appfiguratese-macos-and-windows-app) in either a x86\_64 binary for Intel based Mac computers or an arm64 binary for Apple Silicon based Mac computers. You must download the correct binary that matches your computers architecture.

Double click the `AppfigurateSE-[version]-[arch].dmg` to open the disk image. You must accept the [license agreement](/legal/license-agreement.md) to continue:

<figure><img src="/files/DXNcQ6LQjbRfJ7KzrZNf" alt=""><figcaption><p>macOS AppfigurateSE license agreement</p></figcaption></figure>

&#x20;Drag the AppfigurateSE app icon into the Applications folder:

<figure><img src="/files/v38AdEb51FMxRAc9PL18" alt=""><figcaption><p>macOS AppfigurateSE install</p></figcaption></figure>

## Running

Run the application by double clicking the AppfigurateSE app in the Applications folder:

<figure><img src="/files/a86ZojlBHws2xyvCJiX9" alt=""><figcaption><p>macOS AppfigurateSE app</p></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.electricbolt.co.nz/appfigurate-se-user-guide/introduction.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.
