# /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: 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.hidencloud.com/discord/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.
