> For the complete documentation index, see [llms.txt](https://documentation.botghost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.botghost.com/custom-commands-and-events/actions/other-actions.md).

# 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](/custom-commands-and-events/actions/other-actions/wait-before-running-another-action.md) | This action block can force the bot to wait some time before performing another action.                               |
| [Manipulate some text](/custom-commands-and-events/actions/other-actions/manipulate-some-text.md)                             | This block can be used to manipulate text in certain ways to fit your needs.                                          |
| [Send a error log message](/custom-commands-and-events/actions/other-actions/send-an-error-log-message.md)                    | With this block you will be able to send an error log message to your BotGhost dashboard.                             |
| [Set a unique variable](/custom-commands-and-events/actions/other-actions/set-a-unique-variable.md)                           | 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](/custom-commands-and-events/actions/other-actions/change-the-bots-status.md)                        | Using this block you are able to update your bot's status. (Premium only)                                             |
| [Note](/custom-commands-and-events/actions/other-actions/note.md)                                                             | Allows you to place a note inside of your command or event builder, useful for saving information.                    |
