# Appfigurate SE user guide

- [Introduction](https://docs.electricbolt.co.nz/appfigurate-se-user-guide/introduction.md)
- [Manual encryption](https://docs.electricbolt.co.nz/appfigurate-se-user-guide/manual-encryption.md)
- [ENCRYPTED\_STRING macro/function](https://docs.electricbolt.co.nz/appfigurate-se-user-guide/manual-encryption/encrypted_string-macro-function.md)
- [Setup iOS Simulator app](https://docs.electricbolt.co.nz/appfigurate-se-user-guide/setup-ios-simulator-app.md): (macOS AppfigurateSE only)
- [Xcode source editor extension](https://docs.electricbolt.co.nz/appfigurate-se-user-guide/xcode-source-editor-extension.md): (macOS AppfigurateSE only)
- [Troubleshooting](https://docs.electricbolt.co.nz/appfigurate-se-user-guide/xcode-source-editor-extension/troubleshooting.md)
- [Real device cloud testing services](https://docs.electricbolt.co.nz/appfigurate-se-user-guide/real-device-cloud-testing-services.md)
- [BrowserStack](https://docs.electricbolt.co.nz/appfigurate-se-user-guide/real-device-cloud-testing-services/browserstack.md)


---

# 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.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.
