> For the complete documentation index, see [llms.txt](https://docs.hidencloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidencloud.com/discord/suggest.md).

# /suggest command

### **Instructions for Suggestions**

**Exclusive Use in Designated Channel:** This command can only be used in the suggestions channel of HidenCloud on Discord. Access the channel using the following link: [Suggestions Channel](https://discord.com/channels/1015093239092625410/1192191351190737006)

**Command Format:**

```
/suggest titulo-title:[Your Title Here] sugerencia-suggestion:[Your Suggestion Here]
```

**Example:**

```
/suggest titulo-title:Bot Improvements sugerencia-suggestion:Add a new functionality for...
```

1. **Details:**

   * **titulo-title:** Place the title of your suggestion after "title:". It should be brief and descriptive.
   * **sugerencia-suggestion:** Enter the details of your suggestion after "suggestion:". Provide the necessary information to understand your proposal.

2. **Status Notification:**

   * You will receive a direct notification if your suggestion is accepted, rejected, or implemented.
   * Ensure that direct messages (DM) are enabled to receive notifications.

   **Example:**

   ```
   [DM]: Your suggestion "Bot Improvements" has been accepted and will be considered for future updates. Thank you for your contribution!
   ```

3. **Important:**

   * Please avoid sending suggestions that are out of context or violate server rules.

   Thank you for contributing to the improvement of the server! If you have any questions, feel free to contact the moderators.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hidencloud.com/discord/suggest.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
