> 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/capabilities/manage-community/stages.md).

# Stages Explained

## **What are Stages?**

Stages is a thread tagging system that users & admins alike can use to filter for relevant content across the entire forum or specific forum topics. While stages can be used for any type of tagging system that you can think of, we’ve mainly seen communities use the system to document which governance stage the thread is in.

For more information of stage use cases, examples, and best practices visit the stages page under community best practices [**here**](/commonwealth/community-overview/community-best-practices/using-stages.md).

## **How do I Setup Stages?**

To create stages for your community, navigate to the “Stages” field in the community profile page. Follow this format to input the stage names (tags) that you would like.

\[”Stage 1”,”Stage 2”,”Stage 3”]

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

## **How do I Assign a Stage to a Thread?**

Once the thread is published, navigate to the thread’s preview in either the “All” view of the forum or the forum topic and click on the ellipses button.

{% embed url="<https://www.loom.com/share/d2cb8a95fecb43baa89a1fd660c7ff2c?sid=90aa55cb-1417-4e5a-acf9-7c1aa1bf7128>" %}

Note: Only thread authors, community moderators, and community admins can assign a stage to a thread.

## **How Can I Filter Using Stages?**

In either the “All” forum view or topic view, there is an option on the top right of the page to filter with stages.

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


---

# 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/capabilities/manage-community/stages.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.
