# 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://documentation.botghost.com/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://documentation.botghost.com/custom-commands-and-events/variables) will be given to use as well. |
| [Edit a Thread](https://documentation.botghost.com/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://documentation.botghost.com/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.                                                                                                             |


---

# 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/thread-and-forum-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.
