# SignUp

## Get Started in 5 Simple Steps

{% stepper %}
{% step %}

### Verify Your Email

Check your inbox for a verification email and follow the instructions to confirm your email address.
{% endstep %}

{% step %}

### Create Password

Set a secure password for your account to complete your registration.
{% endstep %}

{% step %}

### Onboarding

Complete the setup by adding your business details, selecting preferences, and choosing communication channels.
{% endstep %}

{% step %}

### Payment

Review your plan, billing details, and proceed to activate your subscription.
{% endstep %}

{% step %}

### Start Chatting

Log in and start messaging instantly. Connect with your contacts and explore the features that Ownchat has to offer.
{% endstep %}
{% endstepper %}

### 1. Signup Screen

The Signup screen allows new users to create an Ownchat account.

<figure><img src="/files/7gJfDsQHRvK9K1NWZksD" alt=""><figcaption></figcaption></figure>

#### Steps &#x20;

1. Enter your **Name**
2. Enter your **Mobile Number** (with country code)
3. Enter your **Email Address**
4. Accept **Terms of Use** and **Privacy Policy**
5. Click **Sign Up**

#### Notes &#x20;

* All fields are required
* Use a valid mobile number and email

Click **Login** if you already have an account

### 2. OTP Verification &#x20;

The OTP screen is used to verify your email and complete the signup process.

#### Steps &#x20;

1. Enter the **OTP** sent to your email
2. Click to proceed and complete signup

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

#### Options &#x20;

* Click **Resend code** if you didn’t receive the OTP

#### Notes &#x20;

* OTP is sent to your registered email
* Ensure you enter the correct code to continue

### 3. Create Password &#x20;

The Create Password screen allows you to set a secure password for your account.

#### Steps &#x20;

1. Enter your **New Password**
2. Re-enter it in **Confirm Password**
3. Click **Submit**

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

#### Notes &#x20;

* Password must be at least 8 characters
* Include uppercase, lowercase, numbers, and special characters
* Both fields must match

### 4. Onboarding &#x20;

The onboarding flow helps you set up your account and configure your workspace.

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

#### Welcome Screen &#x20;

Click **Get Started** to begin setup.

#### Step 1: Account Details&#x20;

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

* Enter **Company Name**
* Enter **Website URL**
* Select **Industry**
* Select **Team Size**
* Click **Next**

#### Step 2: Regional Settings &#x20;

* Select **Currency**
* Select **Timezone**
* Click Next

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

#### Step 3: Details &#x20;

* Enter the required address details
* Click Next

#### Step 4: Channels &#x20;

Select required channels:

* WhatsApp

<figure><img src="/files/89CIMMZAwzYZ3gHePJN2" alt=""><figcaption></figcaption></figure>

* Instagram

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

* Click **Continue to Pricing**

#### Step 5: Pricing &#x20;

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

* Choose a plan **(Quarterly / Annual)**
* Click **Start Free Trial**

#### Navigation &#x20;

* Use **Next** to proceed
* Use **Back** to edit previous steps
* Click **Logout** to exit setup

### 5. Payment &#x20;

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

The Payment screen shows your plan details and billing summary before completing the purchase.

#### Steps &#x20;

1. Review your selected **Plan**
2. Check **Pricing details** (Subtotal, Taxes, Total)
3. Click **Proceed**

#### Details &#x20;

* Displays selected plan and billing cycle
* Shows tax breakdown (CGST, SGST)
* Displays final payable amount

#### Notes &#x20;

* Free trial details are shown before payment
* You won’t be charged until the trial ends (if applicable)
* Click **Proceed** to continue with payment


---

# 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.ownchat.app/to-begin/signup.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.
