> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating your own Pega application

> Build your own Pega application in Dev Studio for the FlexiCapture connector, including the case, web service, and activity that load files into cases.

You can create your own Pega application to interact with PEGA. It should contain:

* a [case](/flexi-capture/connectors/pega/pega-create-app-case-type) for storing data
* a [web service](/flexi-capture/connectors/pega/pega-create-app-web-api) and an [activity](/flexi-capture/connectors/pega/pega-create-app-activity) for loading files and data into cases

To create a new Pega application:

1. Log in to Pega as an administrator.
2. Open Dev Studio and click the **New Application** button on the upper dashboard of the home page.
3. Choose **Custom** as the type of your application and click the **Use this application type** button.
4. Type in a name for your application. Clicking **Advanced configuration** button opens the advanced settings page, where you can change your application ID, organization settings, and class settings. When you are done, click **Save** to save your changes and then click the **Create application** button.
5. Click **Done** if you want to return to the PegaSamples application or click **Log Off** if you want to start working with the new application.
