# Basic Commands

{% hint style="info" %}

#### Remember to use commands in this format >{command}

{% endhint %}

### Basic Commands:

| Command Name | Description                                                       |
| ------------ | ----------------------------------------------------------------- |
| `>status`    | Show the status of Obama. If its offline or online.               |
| `>servers`   | This shows how many servers the bot is in.                        |
| `>say`       | This command says what you said in an embed.                      |
| `>ping`      | This shows the bots latency.                                      |
| `>avatar`    | This command shows the users avatar. Ex: >avatar OR >avatar @user |
| `>whois`     | Shows information about a user. Ex: >whois OR >whois @user        |
| `>uptime`    | This shows how long the bot has been online.                      |
| `>remind`    | Reminds you for a task. Ex: >remind 20m testing.                  |
| `>poll`      | This shows a poll. Ex: >poll am I smart?                          |


---

# 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://obama-bot.gitbook.io/obama-bot/commands/basic-commands.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.
