> 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/thread-and-forum-actions.md).

# Thread and Forum Actions

The command / event builder has actions that allows the bot to modify threads. These threads can be public or private. The table below shows the available actions.

| Block                                                                                              | Information                                                                                                                                                       |
| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Create a Thread](/custom-commands-and-events/actions/thread-and-forum-actions/create-a-thread.md) | This block will create a certain type of thread in a forum or other channel. A [variable](/custom-commands-and-events/variables.md) will be given to use as well. |
| [Edit a Thread](/custom-commands-and-events/actions/thread-and-forum-actions/edit-a-thread.md)     | This block will edit a existing thread. You can make all kinds of new modifications as needed.                                                                    |
| [Delete a Thread](/custom-commands-and-events/actions/thread-and-forum-actions/delete-a-thread.md) | This block will delete a existing thread. You may target a specific channel as well.                                                                              |
