# Basic commands

{% hint style="info" %}
Anyone can use these commands, We may add options to turn on/off these features very soon
{% endhint %}

## Help command

Run this command in your channels to see a full list of commands

```
>help
```

## Bot info

Shows information about the bot that some might find useful

```
>botinfo
```

## Server info

Shows important information about the server

```
>serverinfo
```

## Terms

Command to show our terms on global banning & bot usage

```
>terms
```

## Invite

Sends an invite to the support server

```
>invite
```

## Donate

Gives a donation link to support development

```
>donate
```

## Bot uptime

Gives the bots uptime

```
>uptime
```

## User info

Gives information on the user

```
>user @user
```


---

# 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://spino.gitbook.io/spino/v1.2/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.
