# Using the Support Center

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

### Overview

The Control Super Support Center allows administrators to seamlessly manage communications with both issuers and investors. This guide will walk you through navigating the support dashboard, responding to user inquiries, sharing documents, and managing ticket statuses.

### Before You Begin

{% hint style="info" %}
Ensure you are logged in with Admin privileges to access the Support Center and manage user conversations.
{% endhint %}

### Steps

#### Step 1: Navigate the Support Dashboard

From your Admin dashboard, select the **Support** tab in the left-hand sidebar.

At the top of the Support Center, you will see a high-level overview of your current support metrics, including the number of tickets that are **Open**, **In Progress**, **Resolved**, and any **Unread Messages**.

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

***

#### Step 2: Browse and Filter Conversations

On the left side of the screen, you will find the conversation inbox. You can quickly scan through open tickets to see who submitted them, their email address, and active tags (such as "Issuer", "Investor", or current status).

Use the dropdown filters at the top of the inbox to narrow down the list:

* **All status:** Filter tickets by Open, In Progress, or Resolved.
* **All users:** Filter conversations by specific user types or individuals.

***

#### Step 3: Respond to Inquiries and Share Documents

Click on any conversation in the inbox to open the chat interface on the right side of the screen. Here, you can review the full history of the user's inquiry.

To reply, simply type your message into the text box at the bottom of the screen and click the send icon.

{% hint style="success" %}
You can also share files with users by clicking the paperclip icon in the text input box to upload and submit necessary documents directly within the chat.
{% endhint %}

***

#### Step 4: Update Ticket Status

As you work through a support request, it is important to keep the ticket status accurate.

In the top right corner of the active conversation window, click the current status button (e.g., **Open** or **In Progress**). Select the new, appropriate status from the dropdown menu.

Updating the status here will automatically update the status tags on the conversation in the left-hand inbox list and adjust your high-level dashboard metrics.

<figure><img src="/files/5tFk0pyzd4hTaXNqc062" alt=""><figcaption></figcaption></figure>

***

### What Happens Next

Once a ticket is marked as **Resolved**, it will update your top-level dashboard metrics and can be filtered out of your immediate view. The user will receive your responses and documents directly in their portal. You can always refer back to resolved tickets by adjusting your inbox filters.

### Need Help?

If you experience any issues managing the Support Center, please contact the internal development team.


---

# 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://ctrlsuper.gitbook.io/ctrlsuper-docs/admin/using-the-support-center.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.
