# Quick Guide
# STEP1. Sign up for free
Go to the first page of vchatCloud and click the Free Use button (opens new window) at the top
![Homepage](/doc/images/quick_start/create/1.png)
In the Sign up form, email address (actual email address where you can receive authentication email)
, name, password
and enter verify password and accept the terms and conditions.
Please complete the membership registration.
![Sign up page](/doc/images/quick_start/create/2.png)
A confirmation email will be sent to the registered email address.
![Sign up complete](/doc/images/quick_start/create/3.png)
Register as a member by clicking the "here" link in the body of the verification confirmation email The Membership registration is complete.
![Check email](/doc/images/quick_start/create/4.png)
# STEP2. Open a chat room
Click the Login (opens new window) button at the top of vchatCloud's first page.
Please log in with the email and password you registered when registering as a member.
![Log in to CMS](/doc/images/quick_start/cms_login/1.png)
Click Chat Room Management > Chat Room List on the left menu.
Click the Open Chat Room button at the top right.
After entering the chat room title, click the Create button.
![Open a chat room](/doc/images/quick_start/cms_chatCreate/1.png)
If it was exposed on the chat room list screen, the chat room was created normally.
![Confirmation of completion of chat room opening](/doc/images/quick_start/cms_chatCreate/3.png)
# STEP3. Coding & Launching the Source Code
Copy the Channel Key
of the chat room you opened and write it down separately.
![Copy chat room channel key](/doc/images/quick_start/cloud_source/1.png)
Click the demo screen button on the main homepage and select the one you want to copy
click the menu and click the Copy Source Code
button to copy.
![Copy demo source](/doc/images/quick_start/cloud_source/2.png)
# Screen without YouTube link
Run Notepad and paste the copied demo source (ctrl + v)
Change the copied source code to the Channel Key
written after
channelKey=
and save the notepad as HTML
file format.
![Screen without YouTube link](/doc/images/quick_start/cloud_source/3.png)
# Screen with YouTube link
Run Notepad and paste the copied demo source (ctrl + v),
then in the copied source code, change to the Channel Key
you noted after channelKey=
, and after youtubeId=
,
enter the YouTube ID you want to run. Please change it. Please save the notepad you wrote in HTML
file format.
YouTube video
: When the YouTube ID value is not changed, the YouTube video provided default is executed.
![Screen with YouTube link](/doc/images/quick_start/cloud_source/3-1.png)
Launch the saved HTML
file.
![Launch img](/doc/images/quick_start/cloud_source/4.png)
OVERVIEW →