# Key User Features

## Knowing your anonymous name

Once you enter a StageX session, you will get a random anonymous name with a random pixelated profile picture. In the "People" session in the activity bar, you will know your random username highlighted as (You)

<figure><img src="/files/1YwdfVfUVqkLgO91xvXe" alt=""><figcaption></figcaption></figure>

For example, in the above example, my anonymous name in the session is Lynda where it shows (You) refering to the user in the session

## Posting a Question

Users can posts question anonymously and drive engagement by simply writing and posting the question directly inside the question box

{% hint style="info" %}
Questions are limited to 280 letter to keep the conversation effective
{% endhint %}

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

## Upvoting a question

Users have the right to upvote a question to help best questions rise to the top. Users can upvote by pressing the upvote arrow next to the posted question. The more upvotes the question gets, the higher the chance it will be featured. This will give the best questions a chance to be pinned by Moderators.

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

## Downvoting a question

Users have the right to downvote a question that they doesn't interest them or add overall value to the conversation or the purpose of the session. The more downvotes a question gets, the less visibility it get during the discussion. Users can downvote by pressing the upvote  arrow next to the posted question.

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

{% hint style="warning" %}
Every user can either upvote or downvote once to a specific question
{% endhint %}

## Filtering questions

Users can sort all listed question based on their preference:

* Newest Questions
* Highest Voted
* Lowest Voted

<figure><img src="/files/1QssUYspY1iLILdnOu0z" alt=""><figcaption></figcaption></figure>

## Deleting a question

Users can delete their own posted questions if they wish to. They can press on the three dots next to their accounts and press on "delete"

<figure><img src="/files/69apnxzBQE0DN29YOJzu" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Users cannot delete other user questions, only the've ones they posted&#x20;
{% endhint %}

## Navigating

The side activity bar is your go-to to get the best insights of the conversation. There you can see:

* Highest voted questions (Top 3)
* Pinned Questions from host or moderators

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

## Searching for users

Although users get random names, you can still search for a user within the search tab in the activity bar. This could be helpful if you've seen an active anonymous user and you wish to check all his questions

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

## Exiting the session

On the top left of the Q\&A interface, you'll see your profile picture. If you wish to exit the session, you can press on your profile picture and then press on "Exit Session" in the drop down menu

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

{% hint style="warning" %}
All your questions will be deleted if you decided to exit the session
{% endhint %}

{% hint style="warning" %}
If you directly closed your browser without pressing on "Exit Session", you will be automatically out of the session and your user will not exist
{% endhint %}


---

# 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.quicksync.me/stagex/q-and-a-interface/key-user-features.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.
