# /ping

```
/ping
```

Just a basic command that was originally the first ever command on the bot just to test that the bot is up and running. It should respond with "Pong!"

{% hint style="info" %}
Command not working? Make sure you read through all of the below information in order to troubleshoot and get the command to work for you or join the support server, link at top of all docs pages.\
\
Note: Responds with "Pong!"
{% endhint %}

<details>

<summary>Member Permissions Needed</summary>

SEND\_MESSAGES

#### How the permissions work:

The member sending this commands just needs send messages permission in order to use it just so they can actually send the command :)

</details>

<details>

<summary>Necessary Bot Permissions</summary>

SEND\_MESSAGES, EMBED\_LINKS

#### How the bot permissions work:

The bot only needs SEND\_MESSAGES in order to be able to reply to the member with a message that contains all of the information they may need for using the bot. As well as embed links so that the embed will show up.

</details>


---

# 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://docs.goldenbot.net/outdated-documentation/bot-commands/ping.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.
