# Other Actions

This section of actions are other actions that don't really fall under a specific category but are very useful in creating a command or event and can help with specific systems or projects.

| Block                                                                                                                                                        | Information                                                                                                           |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| [Wait before running another action](https://documentation.botghost.com/custom-commands-and-events/actions/other-actions/wait-before-running-another-action) | This action block can force the bot to wait some time before performing another action.                               |
| [Manipulate some text](https://documentation.botghost.com/custom-commands-and-events/actions/other-actions/manipulate-some-text)                             | This block can be used to manipulate text in certain ways to fit your needs.                                          |
| [Send a error log message](https://documentation.botghost.com/custom-commands-and-events/actions/other-actions/send-an-error-log-message)                    | With this block you will be able to send an error log message to your BotGhost dashboard.                             |
| [Set a unique variable](https://documentation.botghost.com/custom-commands-and-events/actions/other-actions/set-a-unique-variable)                           | This block allows one to set a unique variable that can only be used in later actions of an event or command builder. |
| [Change the Bot's Status](https://documentation.botghost.com/custom-commands-and-events/actions/other-actions/change-the-bots-status)                        | Using this block you are able to update your bot's status. (Premium only)                                             |
| [Note](https://documentation.botghost.com/custom-commands-and-events/actions/other-actions/note)                                                             | Allows you to place a note inside of your command or event builder, useful for saving information.                    |


---

# 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://documentation.botghost.com/custom-commands-and-events/actions/other-actions.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.
