# dApp Developers

- [WalletConnect](https://docs.hashpack.app/dapp-developers/walletconnect.md)
- [Dapp Browser](https://docs.hashpack.app/dapp-developers/dapp-browser.md)
- [Deeplinks](https://docs.hashpack.app/dapp-developers/deeplinks.md)
- [User Profiles](https://docs.hashpack.app/dapp-developers/user-profiles.md)
- [Profile API](https://docs.hashpack.app/dapp-developers/user-profiles/profile-api.md): How to interact with Hedera profiles
- [Get Single Profile](https://docs.hashpack.app/dapp-developers/user-profiles/profile-api/get-single-profile.md): User profile API details
- [Get Multiple Profiles](https://docs.hashpack.app/dapp-developers/user-profiles/profile-api/get-multiple-profiles.md): User profile API details
- [Update Profile](https://docs.hashpack.app/dapp-developers/user-profiles/profile-api/update-profile.md)
- [Token Gating](https://docs.hashpack.app/dapp-developers/token-gating.md)
- [Tutorials](https://docs.hashpack.app/dapp-developers/tutorials.md): A collection of tutorials for building with HashConnect
- [Case Studies](https://docs.hashpack.app/dapp-developers/case-studies.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.hashpack.app/dapp-developers.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.
