# dApp Integration

- [dAPI Integration](https://docs.ont.io/guides-and-tutorials/integration-guides/dapps/dapi-integration.md): General integration methods and functionalities
- [Chrome Plugin](https://docs.ont.io/guides-and-tutorials/integration-guides/dapps/dapi-integration/chrome-plugin.md): Integrating the Google Chrome Cyano wallet plugin
- [Mobile wallet dApp](https://docs.ont.io/guides-and-tutorials/integration-guides/dapps/dapi-integration/mobile-wallet-dapp.md): Launching the dApp inside the mobile wallet
- [QR code mechanism](https://docs.ont.io/guides-and-tutorials/integration-guides/dapps/dapi-integration/qr-code-mechanism.md): Mobile wallet QR code functionality
- [Wake call mechanism](https://docs.ont.io/guides-and-tutorials/integration-guides/dapps/dapi-integration/wake-call-mechanism.md): Applications wake the wallet service
- [Cocos 2D-x](https://docs.ont.io/guides-and-tutorials/integration-guides/dapps/cocos-2d.md)
- [Unity 3D applications](https://docs.ont.io/guides-and-tutorials/integration-guides/dapps/unity-3d.md): Integrating Ontology's dAPI in Unity based games


---

# 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.ont.io/guides-and-tutorials/integration-guides/dapps.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.
