> For the complete documentation index, see [llms.txt](https://botworld.gitbook.io/wordseek/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://botworld.gitbook.io/wordseek/features/commands-overview.md).

# Commands Overview

{% hint style="info" %}
**Tip:** All commands are **slash commands**, so just type `/` in any channel where the bot is active to see suggestions.
{% endhint %}

### Gameplay Commands

**`/wordseek`**: Start a new word puzzle or view the current one in your server.

**`/wordrush`**: Play **WordRush**, a 60-second speed round where you try to find as many words as possible before time runs out.

### Leaderboard & Stats

**`/bestusers`:** See the top players across all servers based on points earned. Can you make it to the top?

**`/bestservers`:** Shows which servers have earned the most points playing WordSeek or the highest level.

**`/bestmembers`:** Displays the top players in your server.

**`/user`:** View your own stats or check another user’s progress.

**`/server`:** See stats for the entire server.

### Coins & Voting

**`/vote`:** Support the bot by voting and earn **coins** in return!\
Voting links will be shown when you run this command.

**`/sendcoin`:** Send coins to another user. Great for saying thanks or encouraging more games!

### Settings

**`/settings`:** Opens the bot’s user settings.

**Server-Team Only: `/settings` and `Switch to Server Settings`:** Opens the bot’s server settings.

{% hint style="info" %}
The **Server-Team Only** Commands require **Manage Server** permission.
{% endhint %}


---

# 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:

```
GET https://botworld.gitbook.io/wordseek/features/commands-overview.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.
