# Thread Interactions

#### Interactions

* [Thread Top Bar](#thread-top-bar)
* [Thread Bottom Bar](#thread-bottom-bar)
* [Three Dot Menu](#three-dot-menu)
* [Share Post](#share-the-post)
* [Creating a Thread](#creating-a-thread)
* [Adding Images](#adding-images)
* [Quoting](#quoting)
* [Tagging](#tagging)
* [Upvoting & Replying](#upvoting-and-replying)

When you view a **Thread**, you can interact with it in a few ways.

### **Thread Top Bar**

Clicking on the Author Name will take you to their profile page

<figure><img src="/files/mg6kET681EYX0cISNrGX" alt=""><figcaption></figcaption></figure>

Hover over the date to see the timestamps of History of Edit versions within the thread:&#x20;

<figure><img src="/files/VDdpEcMFH5pNbSJaDFMW" alt=""><figcaption></figcaption></figure>

### **Thread Bottom Bar**

**Functions of the Bottom Bar:**&#x20;

* Check who upvoted & Commented
* Share the link to the thread or share on X
* Subscribe to updates/notifications to the thread

<figure><img src="/files/tEerJ4mMbce0bUmwdues" alt=""><figcaption><p>On the bottom bar of the thread you can see who upvoted and commented as well as manage the thread through the three dot icon.</p></figcaption></figure>

### Three Dot Menu

<div align="center"><figure><img src="/files/r0hWWclwZ6PVnQp99F7i" alt="" width="252"><figcaption></figcaption></figure></div>

**Actions this menu:**

* **Edit:** make changes to the thread
* [**Edit collaborators**](/commonwealth/community-overview-1/creating-threads/actions-on-threads.md)**:** Add authors to help you write the thread
* **Pin:** Mods & Admins can pin posts to the top of the topic
* **Lock:** Make sure no changes can happen within the thread
* **Archive:** Archive posts that are not needed anymore rather than deleting
* **Download as Markdown:** Bring proposals to other text editors in markdown
* **Update Status:** change the status or stage of the thread to make sure its in the right spot within the forum
* **Flag as spam:** Moderators can flag posts to warn the community about bad actors or posts
* **Delete:** Delete spam or unwanted posts. Only admins have the ability to delete

#### **Share the Post**

Clicking on the **Share Icon** will allow you to

1. Copy the thread URL for sharing
2. Share the thread to Twitter

<figure><img src="/files/q0jIhP8dz3gOkPkpKwy8" alt=""><figcaption></figcaption></figure>

### **Creating a Thread**

community members can create a thread by clicking the “create thread” button in the top right corner of the forum header. Thread creators can add in a topic, polling, and more

### **Adding Images**

Images can be added in both the comments and post itself in threads.

### **Quoting**

Within threads, users can quote what other community members said previously in the discussion.

### **Tagging**

Users can tag other community members during the discussion happening in a thread

### **Upvoting & Replying**

Similar to Reddit, upvoting and replying is supported in Common posts. See below as an example:

<figure><img src="/files/EFvxt4ekmOOkGqFOw7FJ" alt=""><figcaption></figcaption></figure>


---

# 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://docs.common.xyz/commonwealth/community-overview-1/creating-threads/thread-interactions.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.
