# v4.0.0 to v5.0.0

## Runtime compatibility

Appfigurate app version 5.0.0 is backwardly runtime compatible with apps and app extensions linked against earlier versions of Appfigurate Library.

## iOS source compatibility

Appfigurate Library version 5.0.0 require the following source code changes to your app:

* &#x20;Existing Swift `APLConfiguration` subclasses *may* require you to add an initialiser.

New functionality:

* Displaying overridden configuration in a SwiftUI is now easier using the new [`.configurationView`](/additional-reading/displaying-overridden-configuration.md#swiftui) modifier.


---

# 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/upgrade-guide/v4.0.0-to-v5.0.0.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.
