# Endpoints

- [Ranker](https://docs.panora.cc/api/endpoints/ranker.md): The Ranker Endpoint allows you to programmatically manage rank promotions in your Roblox group via the Panora API. This endpoint is part of the Elite Plan features and requires a valid API key.
- [API Key](https://docs.panora.cc/api/endpoints/apikey.md): The API Key Endpoint allows you to verify whether an Elite Plan API key is valid and whether a Roblox game is whitelisted for use with Panora services. This is essential for secure integrations.


---

# 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.panora.cc/api/endpoints.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.
