# 🪢 Integrations

- [HTML](https://guide.swiftxr.io/integrations/html.md): Add or embed 3D, Augmented Reality (AR), and Virtual Reality (VR) content/design to your HTML website.
- [React and Next.js](https://guide.swiftxr.io/integrations/react-and-next.js.md): Add or embed 3D, Augmented Reality (AR), and Virtual Reality (VR) content/design to your React or Next.js website.
- [Svelte](https://guide.swiftxr.io/integrations/svelte.md): Add or embed 3D, Augmented Reality (AR), and Virtual Reality (VR) content/design to your Svelte website.
- [Angular](https://guide.swiftxr.io/integrations/angular.md): Add or embed 3D, Augmented Reality (AR), and Virtual Reality (VR) content/design to your Angular website.
- [Vue](https://guide.swiftxr.io/integrations/vue.md): Add or embed 3D, Augmented Reality (AR), and Virtual Reality (VR) content/design to your Vue website.
- [Swift](https://guide.swiftxr.io/integrations/swift.md): Add or embed 3D, Augmented Reality (AR), and Virtual Reality (VR) content/design to your Swift application.


---

# 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://guide.swiftxr.io/integrations.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.
