# Setting up a Voiceflow App
---
To start using the SDK, we should build a General Project on [Voiceflow](https://creator.voiceflow.com/). We have [documentation](https://docs.voiceflow.com/#/) available, so you can get ramped up quickly.
**IMPORTANT:** If you choose to build your own project, make sure you are building a **General Project** (anything that is not an Alexa Project nor a Google Project). The SDK only supports integration with Voiceflow General Projects out of the box.
1. Build a project on Voiceflow.
2. While you are on the Workspace Dashboard, click the settings icon in the top-right corner and open "Workspace Settings". **NOTE:** This will only be available to you if you are an admin of the Workspace.
3. Click "Developer" on the menu to get to the developer settings.
4. Click "Create New API Key" to generate an API Key. Copy the key, as you will need it later. **NOTE:** You should not save the key somewhere public. This key should be kept secret and supplied to your JavaScript codebase through environment variables.
5. Go back to your Dashboard.
6. Open the project you created earlier.