# /suggest

```
/suggest <suggestion>
```

Golden Bot is rapidly expanding and adding features that are one-of-a-kind moderation and utility tools never before seen. If you have ANY ideas for the bot please read over the planned features list to make sure the feature isn't already planned or in progress and use the above command ("/suggest \<suggestion>") in order to send a feature suggestion directly to the bot dev(s). Thanks.

{% 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: I read over all suggestions myself :)
{% endhint %}

<details>

<summary>suggestion</summary>

#### Required: true,

#### Value: string (a nice bot suggestion to the bot dev(s))

</details>

<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

#### How the bot permissions work:

The bot only needs SEND\_MESSAGES in order to be able to reply to the member with a hidden confirmation message to inform them that their suggestion was sent along to the dev(s) but nothing more.

</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/suggest.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.
