# Creating an App

Before you can start using the Connect platform, you must **create an application listing** under your developer account in the **Developer Portal**. This listing serves as the foundation for managing your app, generating API keys, and accessing platform features.

All applications must go through a **review process** before becoming active on the platform. Follow the steps below to **create and submit your app for review**.

***

### Steps to Create an App

* **Navigate to the Developer Portal**

  * Sign in to your account and click **"Add Application"**.

  <figure><img src="/files/kYhNyKlMwh6B0SUcENWS" alt=""><figcaption></figcaption></figure>

* **Fill Out App Details**
  * **Application Name**: Enter the name of your app.
  * **Version**: Specify the current version (e.g., `1.0.1`).
  * **Rating**: Set an internal rating value (this does not affect public visibility).
  * **Website**: Provide your app’s official website URL.
  * **Platform**: Select the target platform (e.g., **Mobile, Web, Desktop**).
  * **Category**: Choose the category that best fits your app (e.g., **Informational, Productivity, Gaming**).
  * **App Icon**: Upload an image that represents your application.
  * **Description**: Write a brief summary describing your app and its purpose.

<figure><img src="/files/lN7Md8urwl0DT8W8uCTY" alt=""><figcaption></figcaption></figure>

* **Submit for Review**
  * Click the **"Submit for Review"** button to send your application for approval.
  * Your submission will be reviewed by the team to ensure it meets all [**guidelines and compliance requirements**.](/getting-started/app-submission-guidelines.md)
* **Approval Process**
  * Once submitted, your application will go through the **review process**.
  * You will receive **notifications** regarding the status of your submission.
  * If changes are required, you’ll be prompted to update your submission and reapply.
  * You can check the status of your submission in your Activity Feed

***

<figure><img src="/files/37uGau7tUHA6SVfdwrba" alt=""><figcaption></figcaption></figure>

### Next Steps

* Once your app is **approved**, you can generate **API keys** and integrate platform services.
* If your app is **rejected**, review the feedback and make necessary adjustments before re-submitting.

For more details on the approval process and best practices, refer to our **App Review Guidelines**.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.connect.ai/getting-started/creating-an-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
