

# Getting Started with Amazon IVS Chat
<a name="getting-started-chat"></a>

Amazon Interactive Video Service (IVS) Chat is a managed, live-chat feature to go alongside your live video streams. (IVS Chat also can be used without a video stream.) You can create chat rooms and enable chat sessions between your users.

Amazon IVS Chat lets you focus on building customized chat experiences alongside live video. You don't need to manage infrastructure or develop and configure components of your chat workflows. Amazon IVS Chat is scalable, secure, reliable, and cost effective.

Amazon IVS Chat works best to facilitate messaging between participants of a live-video stream with a beginning and an end. 

The rest of this document takes you through the steps to build your first chat application using Amazon IVS Chat.

**Examples:** The following demo apps are available (three sample clients apps and a backend server app for token creation):
+ [Amazon IVS Chat Web Demo](https://github.com/aws-samples/amazon-ivs-chat-web-demo)
+ [Amazon IVS Chat for Android Demo](https://github.com/aws-samples/amazon-ivs-chat-for-android-demo)
+ [Amazon IVS Chat for iOS Demo](https://github.com/aws-samples/amazon-ivs-chat-for-ios-demo)
+ [Amazon IVS Chat Demo Backend](https://github.com/aws-samples/amazon-ivs-chat-web-demo/tree/main/serverless)

**Important:** Chat rooms that have no new connections or updates for 24 months are automatically deleted.

**Topics**
+ [Step 1: Do Initial Setup](getting-started-chat-create-account.md)
+ [Step 2: Create a Chat Room](getting-started-chat-create-room.md)
+ [Step 3: Create a Chat Token](getting-started-chat-auth.md)
+ [Step 4: Send and Receive Your First Message](getting-started-chat-send-and-receive.md)
+ [Step 5: Check Your Service-Quota Limits (Optional)](getting-started-chat-check-service-quota.md)