> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/mobile/guides/widgets-and-effects/chat-widget/displaying-superchat-widget.md).

# Displaying Superchat Widget

**SuperChat** is a paid system that can support streamers during live streaming. If a viewer sends a SuperChat to the streamer, the corresponding SuperChat will be exposed in the chatting area and a separate widget of SuperChat itself will also be available at the top of the chatting area. Depending on the amount you sponsor, the exposure time of the widget may differ. The remaining exposure time is displayed in a gauge format on the widget.

<figure><img src="/files/uZiTioXVtmZj1kmiiKjI" alt=""><figcaption><p>The widget's exposure time varies by sponsorship amount.</p></figcaption></figure>

The PRISM Chat Widget also displays superchats in the chat area, but they are not pinned at the top.

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

[Mobile](/mobile/overview.md), [Guides](/mobile/guides.md), [Widgets & Effects](/mobile/guides/widgets-and-effects.md), [Chat Widget](/mobile/guides/widgets-and-effects/chat-widget.md)


---

# 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://guide.prismlive.com/mobile/guides/widgets-and-effects/chat-widget/displaying-superchat-widget.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.
