content/operate/oss_and_stack/stack-with-enterprise/stack-quickstart.md
To quickly set up a database with Redis Stack (Redis Open Source) features, you can sign up for a free Redis Cloud subscription and create a Redis Stack database.
Alternatively, you can use one of these methods:
To set up a Redis Cloud database with Redis Stack features, follow these steps:
For more details, see the Redis Cloud [quick start]({{< relref "/operate/rc/rc-quickstart" >}}).
To create a new subscription:
Sign in to the Redis Cloud admin console or create a new account.
Select the New subscription button:
{{<image filename="images/rc/button-subscription-new.png" alt="The New subscriptions button in the admin console menu." width="150px">}}
Configure your subscription:
Select the Create subscription button:
{{<image filename="images/rc/button-subscription-create.png" alt="The Create Subscription button." width="150px">}}
After you create a subscription, follow these steps to create a Redis Stack database:
Select the New database button:
{{<image filename="images/rc/button-database-new.png" alt="The New Database button creates a new database for your subscription." width="120px">}}
In General settings, enter a Database name.
For database Type, select Redis Stack.
Select the Activate database button:
{{<image filename="images/rc/button-database-activate.png" alt="Use the Activate database button to create and activate your database." width="150px">}}
After creating the database, you can view its Configuration settings. You will need the following information to connect to your new database:
With this information, you can connect to your database with the [redis-cli]({{< relref "/operate/rs/references/cli-utilities/redis-cli" >}}) command-line tool, an application, or Redis Insight.
To try out Redis Open Source features, follow the examples provided by the corresponding guides: