Start Using Studio
Studio can be overwhelming for new users. This page provides you with the information you need to know when you're first starting out with Studio.
First-Time Users
As a first-time user, you need to:
- Download and install Studio.
- Log in to Studio.
After you've logged in, you can tour the Studio interface.
Scripting with Studio
Studio has a graphical interface that lets you create basic scripts with minimal knowledge of scripting languages.
This section provides a high-level introduction to the basics of scripting in Studio. You can also follow this tutorial to create a basic script in Studio. For more in-depth information, see the Scripts section of the online help.
Script Media Types
There are different script types in Studio. Each type corresponds to a kind of routing in CXone. When you create a new script, you must select the correct script type. Some actions only work with certain script types. For example, ASR Allows contacts to respond to recorded voice prompts by speaking, pressing keys on their phone, or a combination of both.-related actions only work with Phone scripts. The Studio script types are:
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Generic | Chat | Phone | Voicemail | Work Item | SMS | Digital |
Actions
The basic building blocks of Studio scripts are called actions. Actions are how you add specific functionality to your script. There are hundreds of actions in Studio. The Actions section of the online help contains topics for most of the actions. You can access online help for an action directly from Studio by selecting the action and pressing F1 on your keyboard.
For more information about actions and how to use them, see the Action Basics page.
Branches
Branches are used when an action has two or more possible outcomes. They divide the script into the paths that the contact might follow, and help you create the workflow your organization requires.
Connectors
Connectors are how you link actions and create the flow of your script. On the canvas, connectors appear as thin lines with arrows on them that connect two actions. You can bend and curve connectors to move them around other actions on the canvas.
Audio Prompts
Audio prompts are a fundamental aspect of many scripts. These are audio files that the script plays to provide information to the contact or ask the contact to make a choice or input information using their phone. You can learn more about prompts in Studio, including using text-to-speech or recording your own audio prompts to use in scripts.
The Snippet Scripting Language
Snippet is the in-house scripting language used for all custom scripting needs in Studio. Custom scripting isn't required, but it helps you fine-tune your scripts to achieve the workflow your organization needs. You can learn about Snippet if you need to use it to customize your scripts.
Test and Debug Scripts
Before you can complete a script, you need to test it and debug it:
- Check for warnings in the Script Errors tab for individual connectivity errors.
- Debug any code written in a Snippet action or the check syntax command.
- Testing the functionality of the script with the trace tool. which gives you two ways to track the progress of a script
- Spawning the script artificially.
- Tracing instances when the script fires.
- Simulate an interaction to test the functionality of the script.