# References

Documentation

{% embed url="<https://developer.apple.com/documentation/SwiftUI>" %}
**SwitUI**
{% endembed %}

{% embed url="<https://developer.apple.com/documentation/charts>" %}
**Swift Charts**
{% endembed %}

Examples&#x20;

* [Bring multiple windows to your SwiftUI app](https://developer.apple.com/videos/play/wwdc2022/10061)

* [Build a productivity app for Apple Watch](https://developer.apple.com/videos/play/wwdc2022/10133)

* [Compose custom layouts with SwiftUI](https://developer.apple.com/videos/play/wwdc2022/10056)

* [Hello Swift Charts](https://developer.apple.com/videos/play/wwdc2022/10136)

* [Integrate your custom collaboration app with Messages](https://developer.apple.com/videos/play/wwdc2022/10093)

* [Swift Charts: Raise the bar](https://developer.apple.com/videos/play/wwdc2022/10137)

* [SwiftUI on iPad: Add toolbars, titles, and more](https://developer.apple.com/videos/play/wwdc2022/110343)

* [SwiftUI on iPad: Organize your interface](https://developer.apple.com/videos/play/wwdc2022/10058)

* [The SwiftUI cookbook for navigation](https://developer.apple.com/videos/play/wwdc2022/10054)

* [Use Xcode to develop a multiplatform app](https://developer.apple.com/videos/play/wwdc2022/110371)

* [What's new in Xcode](https://developer.apple.com/videos/play/wwdc2022/110427)

* <https://developer.apple.com/documentation/swiftui/window>

* <https://developer.apple.com/documentation/coretransferable/transferable>


---

# 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://betty-dev.gitbook.io/cutting-edge-swiftui-apps/references.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.
