> For the complete documentation index, see [llms.txt](https://docs.valorantlabs.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valorantlabs.xyz/commands.md).

# Commands - Non Admin

- [Agent](https://docs.valorantlabs.xyz/commands/agent.md): Shows agent details for an specific agent
- [API](https://docs.valorantlabs.xyz/commands/api.md): Get information about the backend API that is party used
- [Botinfo](https://docs.valorantlabs.xyz/commands/botinfo.md): Get information about the bot
- [Feedback](https://docs.valorantlabs.xyz/commands/feedback.md): Send feedback to the developer
- [Game](https://docs.valorantlabs.xyz/commands/game.md): Will give you an advanced overview over a specific match, Game Keys can be found in the stats command
- [Help](https://docs.valorantlabs.xyz/commands/help.md): Shows the help message
- [Link](https://docs.valorantlabs.xyz/commands/link.md): Link your Riot Account with the Bot
- [Map](https://docs.valorantlabs.xyz/commands/map.md): Shows map details for a specific map
- [MMR](https://docs.valorantlabs.xyz/commands/mmr.md): Shows MMR Data per Episode/Act and current data
- [Patch](https://docs.valorantlabs.xyz/commands/patch.md): Shows the latest Patch in your set language
- [Private](https://docs.valorantlabs.xyz/commands/private.md): Set's the connected account to a private state
- [Stats](https://docs.valorantlabs.xyz/commands/stats.md): Shows the stats of the requested user if privacy is set to public, if not then not :O
- [Status](https://docs.valorantlabs.xyz/commands/status.md): Shows the server status of the requested server region in your set language
- [Vote](https://docs.valorantlabs.xyz/commands/vote.md): Get the Vote Link
- [Weapon](https://docs.valorantlabs.xyz/commands/weapon.md): Shows information about a specific weapon
- [Weapons](https://docs.valorantlabs.xyz/commands/weapons.md): Shows information about all weapons ingame


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.valorantlabs.xyz/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
