> For the complete documentation index, see [llms.txt](https://docs.common.xyz/commonwealth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.common.xyz/commonwealth/community-overview-1/creating-threads/linking-proposals-to-threads.md).

# Linking to Threads

* [Linking a Poll](#linking-a-poll)
* [Linking a Proposal](#linking-a-proposal)
* [Managing Links](#managing-links)
* [Linking a Discussion](#linking-a-discussion)

### Linking a Poll

Common provides a one-member one-vote polling functionality that thread creators and admins can add to their respective threads. Authors can set whatever question they choose, along with as many answers as they wish to provide.\
\
**Community members typically add polls to threads or proposals as quick temperature checks to see whether or not the community supports the idea**

Here is a video on how to add a poll to a thread:

{% embed url="<https://www.loom.com/share/23acca4c7cc34f67b4d32c89522d066a?sid=42a2bf8f-d2c0-48c9-bb8a-50f7daf0bab5>" %}

### Linking a Proposal

Within the **'Link Proposal'** Button you can **'Edit Stage'**. Select the stage you would like the move the thread and click **'Save Changes'**

{% embed url="<https://www.loom.com/share/5445d0c7d8294913941588390ad88237>" %}

### Managing Links:

You can attach any link, such as YouTube videos, research papers, or tweets, to provide your community with added context and a deeper understanding of the inspiration behind your thread.

{% embed url="<https://www.loom.com/share/38140fc2bc1a43fdac42fa3d2683f984>" %}

### Linking a Discussion

Link previous threads to provide additional context and show the evolution of an idea. This helps your community understand the background, past discussions, and key insights that led to the current proposal or thread, creating a more informed and engaged conversation.

{% embed url="<https://www.loom.com/share/5c7e014ff22c4ec9b9bc495eabf2b4af>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.common.xyz/commonwealth/community-overview-1/creating-threads/linking-proposals-to-threads.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
