> For the complete documentation index, see [llms.txt](https://docs.quicksync.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quicksync.me/stagex/q-and-a-interface/for-moderators.md).

# For Moderators

{% hint style="info" %}
Moderators will join the session through connecting their wallet, as they are whitelisted
{% endhint %}

{% hint style="info" %}
Check [Moderators Access](/stagex/partnership-dashboard/moderators-access.md) page on how to join as a moderator
{% endhint %}

Moderators are mainly to monitor the chat and make sure that everything is flowing properly and positively within the conversation.&#x20;

Besides all the user features described in [Key User Features](/stagex/q-and-a-interface/key-user-features.md), Moderators have the following functionalities:

## Pin a question

Moderators are in charge to pin the best questions within a session, giving it higher visibility for the host to interact with.&#x20;

In order to pin a question, the moderator can press on the three dots next to the question thread and "Pin it"

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

{% hint style="success" %}
Pinning a question will get it on the pinned feed in the activity bar

<img src="/files/DmjCkXJasn3ha0kKEWsF" alt="" data-size="original">
{% endhint %}

## Unpin a question

If the question is answered by the host, the moderator can unpin the question by pressing on "unpin it"

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

## Deleting a question

Moderator have the control of deleting question that are irrelevant or inappropriate for the conversation. They can do that through the "Delete" button in the drop down menu within every question thread

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

## Banning a user&#x20;

Moderators have the control of banning a user from a session. Banning a user can be done in two ways:

* From the activity bar next to the user name

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

* Or directly from the user specific question by pressing on "Ban User"

<figure><img src="/files/6lywWLiNMx5SXZd63yE3" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Moderators are not able to ban the host
{% endhint %}


---

# 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.quicksync.me/stagex/q-and-a-interface/for-moderators.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.
