# HenrikDev API

## HenrikDev API

- [Hello and welcome :D](https://docs.henrikdev.xyz/hello-and-welcome-d.md): Here you can find all information about each API that exists right now.
- [Authentication & Authorization](https://docs.henrikdev.xyz/authentication-and-authorization.md)
- [General](https://docs.henrikdev.xyz/valorant/general.md): Quick overview of the VALORANT API
- [Changes](https://docs.henrikdev.xyz/valorant/changes.md)
- [v4.6.1](https://docs.henrikdev.xyz/valorant/changes/v4.6.1.md): Notes for v4.6.1
- [v4.6.0](https://docs.henrikdev.xyz/valorant/changes/v4.6.0.md): Notes for v4.6.0
- [v4.5.0](https://docs.henrikdev.xyz/valorant/changes/v4.5.0.md): Notes for v4.5.0
- [v4.3.0](https://docs.henrikdev.xyz/valorant/changes/v4.3.0.md): Notes for v4.3.0
- [v4.2.0](https://docs.henrikdev.xyz/valorant/changes/v4.2.0.md): Notes for v4.2.0
- [v4.1.0](https://docs.henrikdev.xyz/valorant/changes/v4.1.0.md): Notes for v4.1.0
- [v4.0.1](https://docs.henrikdev.xyz/valorant/changes/v4.0.1.md): Notes for v4.0.1
- [v4.0.0](https://docs.henrikdev.xyz/valorant/changes/v4.0.0.md): Notes for v4.0.0
- [Error Codes](https://docs.henrikdev.xyz/valorant/error-codes.md)
- [API Reference](https://docs.henrikdev.xyz/valorant/api-reference.md)
- [Accounts](https://docs.henrikdev.xyz/valorant/api-reference/accounts.md)
- [Content](https://docs.henrikdev.xyz/valorant/api-reference/content.md)
- [Crosshair](https://docs.henrikdev.xyz/valorant/api-reference/crosshair.md)
- [Esports](https://docs.henrikdev.xyz/valorant/api-reference/esports.md)
- [Leaderboard](https://docs.henrikdev.xyz/valorant/api-reference/leaderboard.md)
- [Matchlist](https://docs.henrikdev.xyz/valorant/api-reference/matchlist.md)
- [Match](https://docs.henrikdev.xyz/valorant/api-reference/match.md)
- [MMR History](https://docs.henrikdev.xyz/valorant/api-reference/mmr-history.md)
- [MMR](https://docs.henrikdev.xyz/valorant/api-reference/mmr.md)
- [Premier](https://docs.henrikdev.xyz/valorant/api-reference/premier.md)
- [Queue Status](https://docs.henrikdev.xyz/valorant/api-reference/queue-status.md)
- [Raw](https://docs.henrikdev.xyz/valorant/api-reference/raw.md)
- [Status](https://docs.henrikdev.xyz/valorant/api-reference/status.md)
- [Stored Data](https://docs.henrikdev.xyz/valorant/api-reference/stored-data.md)
- [Store (no daily stores)](https://docs.henrikdev.xyz/valorant/api-reference/store-no-daily-stores.md)
- [Version](https://docs.henrikdev.xyz/valorant/api-reference/version.md)
- [Website](https://docs.henrikdev.xyz/valorant/api-reference/website.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.henrikdev.xyz/hello-and-welcome-d.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.
