# Developer Resources

- [Authenticating users with the portal API](https://docs.domino.run/docs/developer-resources/authenticating-users-with-the-portal-api.md)
- [Portal Leaderboard API](https://docs.domino.run/docs/developer-resources/portal-leaderboard-api.md)
- [Embedding the portal in Telegram Mini Apps](https://docs.domino.run/docs/developer-resources/embedding-the-portal-in-telegram-mini-apps.md): Learn how to embed your Domino community portal within Telegram Mini Apps, handle authentication properly, and configure the necessary settings for seamless integration.
- [Launching a new Telegram Mini App for Domino Quests](https://docs.domino.run/docs/developer-resources/launching-a-new-telegram-mini-app-for-domino-quests.md): Launch a Telegram mini app from Zero using only Domino


---

# 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.domino.run/docs/developer-resources.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.
