> For the complete documentation index, see [llms.txt](https://metacrm.gitbook.io/metacrm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metacrm.gitbook.io/metacrm/products/community/ticket/ticket-interface.md).

# Ticket Interface

After selecting a ticket, moderators will enter the ticket interface where they provide assistance to troubled users.&#x20;

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

***

## Ticket Info ℹ️

A quick overview of the basic information regarding the ticket, such as its title, issue types and the channel it came from.&#x20;

<figure><img src="/files/Y6UpMCoURkiZskxWaqCb" alt=""><figcaption><p>Ticket Info</p></figcaption></figure>

{% tabs %}
{% tab title="Basic Info" %}

* Moderators can see the basic information of ticket, such as the ticket title, issue types and the channel it came from. Ticket issue types can be customized in the settings page.&#x20;

<figure><img src="/files/3bQmEqJXx0W87adwyMZM" alt=""><figcaption><p>Basic Info</p></figcaption></figure>
{% endtab %}

{% tab title="Collaboration" %}

* Moderators can assign tickets to or collaborate with other support staffs on more complicated issues.&#x20;

<figure><img src="/files/EdkwMewQeczucaNQHFzS" alt=""><figcaption><p>Collaboration</p></figcaption></figure>
{% endtab %}

{% tab title="Comment" %}

* Moderators can leave comments to inform other collaborating support staffs about the current progress or issues of the ticket.&#x20;

<figure><img src="/files/dLEOKKpEi6TGaSFRSWkl" alt=""><figcaption><p>Comment</p></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## Chatroom 💬

Chatroom is where moderators interact with users using texts or images. &#x20;

<figure><img src="/files/vOdykLuFcagGhUPyQiUQ" alt=""><figcaption><p>Chatroom</p></figcaption></figure>

{% tabs %}
{% tab title="Ticket Status" %}

* Moderators can change the status of the ticket to better fit its current state.&#x20;

<figure><img src="/files/vs3I5eij7MEpMSAdEoFa" alt=""><figcaption><p>Ticket Status</p></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## On-chain Data 📊

On the right hand side is where moderators check the user's on-chain data.

<figure><img src="/files/1gbhb0tV4BoxuZI2IMcE" alt=""><figcaption><p>On-chain Data</p></figcaption></figure>

{% tabs %}
{% tab title="Overview" %}

* On the top is a quick summary of the user's cross-chain asset balance.&#x20;

<figure><img src="/files/GO857MXSfCBrMtqhRWbW" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Customized Data Display" %}

* Below is a ***customized display*** for one of our clients, Radiant Capital, a cross-chain lending protocol. We customized the displayed data in accordance to Radiant's features (overview, lending, transaction, stake, lock and vest, etc.)
* Moderators can quickly switch between features and check cross-chain data to assist users.&#x20;

<figure><img src="/files/XmfDjldCVRAzQK80y63w" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Tools" %}

* There's also a couple handy tools for moderators to utilize.

<figure><img src="/files/5i4Xv5w2WbWilClj3kqn" alt=""><figcaption><p>Handy Tools</p></figcaption></figure>

* GitHub Issue allows moderators to directly create a Github issue within the same window to inform developers regarding any technical problems.&#x20;

<figure><img src="/files/DbSUakn3Uc2TXOmDwfOR" alt=""><figcaption><p>GitHub Issue</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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:

```
GET https://metacrm.gitbook.io/metacrm/products/community/ticket/ticket-interface.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.
