# Quickstart Guide

## Create an Account

Go to the [Powerchat Signup Page](https://powerchat.live/signup) and create an account. Check your Email Address and open the Powerchat email and click the link to confirm your account. See [account-creation](https://learn.powerchat.live/account-management/account-creation "mention") for more information.

## Login to your Account

Go to the [Powerchat Login Page](https://powerchat.live/login) and login.

## Configure Powerchat Settings

Navigate to the [Settings](https://powerchat.live/creator-dashboard?tab=settings) tab in the Powerchat Creator Dashboard. Here you can customize many options. Set a price for Text-to-Speech here. See [Broken link](https://learn.powerchat.live/broken-reference "mention") for more information.

## Configure Payment Integrations

Navigate to the [Payment Integrations](https://powerchat.live/creator-dashboard?tab=payment-integrations) tab in the Powerchat Creator Dashboard. Here you can create and link a Square account to accept card payments if you're based in the U.S. See [square-setup](https://learn.powerchat.live/payment-integrations/square-setup "mention") for more information. You can also link a Litecoin wallet address to accept a handful of cryptocurrencies. See [crypto-setup](https://learn.powerchat.live/payment-integrations/crypto-setup "mention") for more information.

## Add the Powerchat TTS/Media Overlay to your Stream

Navigate to the [Overlays](https://powerchat.live/creator-dashboard?tab=overlays) tab in the Powerchat Creator Dashboard. Copy the URL by clicking the copy icon. In the streaming software of your choice, add this URL as a web overlay. See [streaming-configuration](https://learn.powerchat.live/streaming-configuration "mention") for more information. Once this is added, send a test alert by navigating to the [Testing](https://powerchat.live/creator-dashboard?tab=testing) tab in the Powerchat Creator Dashboard. The test alert will play if you have it setup correctly.

## Add your Powerchat Link to the Description of your Stream

Navigate to and copy the URL to your personal Powerchat page. This URL will be <https://powerchat.live/>YOURUSERNAME. This is the page users will visit to send paid chats to your account. Add this URL in relevant areas, like the description of your stream. This will make it easier for users to find your Powerchat page.

## Explore the Powerchat Creator Dashboard

While the Paid Chat system is how you can monetize your stream in an easy and engaging way, Powerchat offers many other features. These features include several integrations from popular streaming platforms, as well as several unique overlays which will add value to your stream for you and your audience. See [external-integrations](https://learn.powerchat.live/external-integrations "mention") for more info about supported streaming platforms. See [overlay-configuration](https://learn.powerchat.live/overlay-configuration "mention") for more info about the various Powerchat overlays.


---

# 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://learn.powerchat.live/quickstart-guide.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.
