# 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](https://botghost.com/docs/custom-commands-and-events/actions/thread-and-forum-actions/create-a-thread) | This block will create a certain type of thread in a forum or other channel. A [variable](https://botghost.com/docs/custom-commands-and-events/variables) will be given to use as well. |
| [Edit a Thread](https://botghost.com/docs/custom-commands-and-events/actions/thread-and-forum-actions/edit-a-thread)     | This block will edit a existing thread. You can make all kinds of new modifications as needed.                                                                                          |
| [Delete a Thread](https://botghost.com/docs/custom-commands-and-events/actions/thread-and-forum-actions/delete-a-thread) | This block will delete a existing thread. You may target a specific channel as well.                                                                                                    |
