# Getting Started

- [Getting Started](https://docs.electricbolt.co.nz/getting-started/getting-started.md)
- [Examples](https://docs.electricbolt.co.nz/getting-started/examples.md)
- [Upgrade guide](https://docs.electricbolt.co.nz/getting-started/upgrade-guide.md)
- [v1.4.0 to v2.2.0](https://docs.electricbolt.co.nz/getting-started/upgrade-guide/v1.4.0-to-v2.2.0.md)
- [v2.1.1 to v2.2.0](https://docs.electricbolt.co.nz/getting-started/upgrade-guide/v2.1.1-to-v2.2.0.md)
- [v2.2.1 to v3.0.0](https://docs.electricbolt.co.nz/getting-started/upgrade-guide/v2.2.1-to-v3.0.0.md)
- [v3.2.1 to v4.0.0](https://docs.electricbolt.co.nz/getting-started/upgrade-guide/v3.2.1-to-v4.0.0.md)
- [v4.0.0 to v5.0.0](https://docs.electricbolt.co.nz/getting-started/upgrade-guide/v4.0.0-to-v5.0.0.md)
- [iOS native app integration](https://docs.electricbolt.co.nz/getting-started/ios-native-app-integration.md): Integrating Appfigurate Library into iOS native apps
- [iOS app extension integration](https://docs.electricbolt.co.nz/getting-started/ios-native-app-integration/ios-app-extension-integration.md): Integrating Appfigurate Library into iOS app extensions
- [watchOS app integration](https://docs.electricbolt.co.nz/getting-started/watchos-app-integration.md): Integrating Appfigurate Library into watchOS apps
- [watchOS app extension integration](https://docs.electricbolt.co.nz/getting-started/watchos-app-integration/watchos-app-extension-integration.md): Integrating Appfigurate Library into watchOS app extensions
- [Flutter integration](https://docs.electricbolt.co.nz/getting-started/flutter-integration.md): Integrating Appfigurate Library into a Flutter app
- [Flutter iOS](https://docs.electricbolt.co.nz/getting-started/flutter-integration/flutter-ios.md)
- [React Native integration](https://docs.electricbolt.co.nz/getting-started/react-native-integration.md)
- [iOS native module integration](https://docs.electricbolt.co.nz/getting-started/react-native-integration/ios-native-module-integration.md)
- [JavaScript integration](https://docs.electricbolt.co.nz/getting-started/react-native-integration/javascript-integration.md)
- [Third party remote configuration providers](https://docs.electricbolt.co.nz/getting-started/third-party-remote-configuration-providers.md)
- [Firebase Remote Config](https://docs.electricbolt.co.nz/getting-started/third-party-remote-configuration-providers/firebase-remote-config.md): Tested with Firebase version 12.2.0 (iOS)
- [Launch Darkly](https://docs.electricbolt.co.nz/getting-started/third-party-remote-configuration-providers/launch-darkly.md): Tested with Launch Darkly version 9.12.0 (iOS)
- [Other third party remote configuration providers](https://docs.electricbolt.co.nz/getting-started/third-party-remote-configuration-providers/other-third-party-remote-configuration-providers.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/getting-started.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.
