# Signing Up

To access the **Connect Developer Portal** and start integrating with the platform, you must first **create a developer account**. This account provides access to application management, API key generation, analytics, and other platform tools.

The signup process consists of **two sections**:

1. **Developer Details** – Personal and company information.
2. **App Details** – Entered after completing the developer profile.

Follow the steps below to **register as a developer**.

***

### Steps to Sign Up

#### **1. Enter Developer Details**

Fill in the required fields with accurate information:

* **First Name & Last Name** – Enter your legal name.
* **Address** – Provide your business or personal address.
* **Company Name** – Enter your company’s name (if applicable).
* **Email** – Use a valid email address for account verification and notifications.
* **City, State & Zip Code** – Provide your business or residence location.
* **Phone Number** – Add a valid contact number.
* **# of Employees** – Select the size of your company from the dropdown list.

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

#### **2. Complete Your Application**

* After entering your **Developer and App Details**, submit your registration.
* Your account will be reviewed, and once approved, you can start creating applications and integrating with the Connect platform.

***

### Next Steps

* Once your developer account is set up, proceed to[ **Creating an App**](/getting-started/creating-an-app.md) to list your application.
* Access your **Developer Dashboard** to manage your account settings, API keys, and analytics.


---

# 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/signing-up.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.
