# Suggest

{% hint style="danger" %}
This site no longer receives updates. Visit the [**new** **documentation**](https://suggester.js.org) instead.
{% endhint %}

#### Description

The `suggest` command allows any user to submit a suggestion. When this command is run, the suggestion either will be entered into the review queue or automatically sent to the suggestions channel based on your configuration.

{% hint style="warning" %}
The `suggest` command will only work if your server is configured! See `config` and `setup` for more information about configuration.
{% endhint %}

#### Required Arguments&#x20;

* `suggestion` - A string of text that is the user's suggestion.

{% hint style="info" %}
You can also specify an **attachment** with your suggestion by attaching it as a file with your suggestion message. This attachment can be a `png`, `jpg`, `jpeg` or `gif` file.&#x20;

Suggestions can have only an attachment with no content, or content without an attachment - but must have one of those.
{% endhint %}

#### Optional Arguments

None

#### Usage

```
.suggest [suggestion]
```

{% hint style="info" %}
Arguments in `[brackets]` are required, while arguments in `(parenthesis)` are optional.
{% endhint %}

Aliases: `submit`

#### Permission Required

Anyone can use this command as long as they are not blacklisted on the server or globally.


---

# 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://suggester.gitbook.io/docs/v3/all/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.
