> For the complete documentation index, see [llms.txt](https://docs.360dialog.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.360dialog.com/docs/hub/create-account.md).

# Create account

Account creation options

There are two paths to create an account with 360dialog.&#x20;

1. Create an account directly with 360Dialog
2. Create an account using one of our integration Partners.&#x20;

### Create an account directly with 360Dialog

These steps are intended for businesses working directly with 360dialog \
(i.e. businesses that do not work with an Integration Partner).

{% stepper %}
{% step %}

### Sign Up

Go to the [sign-up page](http://app.360dialog.com/signup) and enter an email address and a secure password.

Click **Continue**.

<div align="left"><figure><img src="/files/7CkpJAIkFuKLcss1NJ0o" alt="" width="249"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Choose the right Solution

There are two options:&#x20;

**1) Marketplace for Plug\&Play Solution**

* Ideal for customers with no developer resources.&#x20;
* Multiple features included, like chatbots, inbox, etc. Depends on your preference.

**2) Direct API Access**

* Developer resources needed
* Instant WhatsApp API access in minutes

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

{% hint style="info" %}
**Marketplace**\
If you want to continue with **Marketplace for Plug\&Play Solution**, please follow this [guide](/docs/hub/embedded-signup/marketplace-onboarding.md).&#x20;
{% endhint %}
{% endstep %}

{% step %}

### Direct API Access for Developers

You can test the API functionality using our Sandbox before adding a payment method and onboarding a production number.

<figure><img src="/files/VjMCXwb8oB4UUQaEX3VF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Subscribe

When you are ready to proceed to register a production number, click **Subscribe Now**

<figure><img src="/files/aBjdbHJs32ApSUZs57mT" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Verify your email

You must verify your email.

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

An email from **<support@360dialog.com>** with the title *"We've created a new 360dialog account for you"* will be sent to your email address.

Open the email and click **Verify Your Account**.

This will open a new tab with a success message.&#x20;

<div align="left"><figure><img src="/files/te4pCftT59vzUtCzAejY" alt="" width="270"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Add Company Details

Enter company details:&#x20;

* Full Name&#x20;
* Company Name
* Country
* Accept the Terms of Service

Then click **Continue**.

<figure><img src="/files/cfBx3GO2FxYNpVchXdYO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select a pricing plan

Select your preferred pricing plan. Example Plans:&#x20;

<figure><img src="/files/JLvYlFmbWJrTo5n7FjM1" alt=""><figcaption><p>Example plans only. Actual Plan price may vary depending on Partner. </p></figcaption></figure>

Click **Continue** to complete the number registration process.
{% endstep %}

{% step %}

### Enter Billing Information

Enter billing information:&#x20;

* Billing Email
* Address
* City
* Billing Country
* Zip / Postcode

Then click **Continue**

<figure><img src="/files/0C6L2zlCgxS7gC3TILs7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add Payment Method

Add a payment method&#x20;
{% endstep %}

{% step %}

### Launch Embedded Signup

Launch the Embedded Signup. The full embedded signup flow steps are described [here.](/docs/hub/embedded-signup.md#add-payment-method-if-applicable)
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**Resume Ongoing Attempt**\
If the number registration process is interrupted, it can be resumed by clicking **Continue Onboarding.**
{% endhint %}

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

***

### Create an account using a Partner

{% stepper %}
{% step %}

#### Login to the Partner Solution

Log in to the dashboard of the integration partner and look for an option to create an account with 360dialog.&#x20;
{% endstep %}

{% step %}

#### Follow the signup steps&#x20;

Complete the steps in the partner solution to create an account with 360dialog.&#x20;
{% endstep %}
{% endstepper %}

If you are unsure which path to take or if you cannot sign up using a Partner Solution, [contact our support team](/docs/support/get-support.md).&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.360dialog.com/docs/hub/create-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
