# Onboarding

## User & Org Creation

{% hint style="info" %}
We have disabled public signups.
{% endhint %}

Saleschat's team will create the organisation and add a user from your organisation with Owner role.

> Role can be edited later and another user can be granted owner role.

Next steps require the following:

1. Organisation
   1. org\_id
2. [User](/api-documentation/user.md)
   1. user\_id
   2. email\_id
   3. password

## Partner API Key

User can generate a partner API key from the dashboard.

1. Click on User Account
2. Click on Organization Info
3. Click on Company API Keys
4. Click on New API Key and follow the flow.
5. Copy the newly generated API key

## WABA Onboarding

### Register directly with Meta

Complete the embedded signup flow [here](https://app.saleschat.pro/meta).

{% hint style="info" %}
Note that a credit card is required to be registered as a payment method.
{% endhint %}

### Interakt Embedded Signup Flow

Complete the embedded signup flow [here](https://app.saleschat.pro/meta).

### Gupshup Enterprise Account

1. Work with Gupshup to create a username and password for the WABA account that you want Saleschat to use.
2. Provide us the username and password.

Once WABA is registered with Saleschat, we will provide you the following details which you can use when you would like to integrate our APIs:

1. remote\_waba\_id
2. remote\_phone\_id


---

# 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.saleschat.pro/getting-started/onboarding.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.
