> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/platform/organizations/how-to/how-to-create-an-organization.md).

# How to Create an Organization

Each organization is a final customer you provide service to.&#x20;

Creating an organization means registering it with its details to start working with that customer.&#x20;

Later you can customize its brand, register its users, and deploy its services.

> #### 📘 **What will you achieve?**&#x20;
>
> A customer organization created, with its company information, language, time zone, and industry, ready to operate.

### Before you start

You need to be logged in and have permission to manage organizations. Have the customer's details and address handy.

### 1. Open the organization registration form

There are two ways to get started:

* In **Home > Organizations**, click **New organization**.
* Or, from any screen, open **New** in the top bar and choose **Organization**.

![1st way to create an organization](/files/7270eb5d4e279dfaba3db974777845e41e869819)

<figure><img src="/files/209d30e61b98079bd5e694a881cef82a44c0af77" alt=""><figcaption><p>2nd way to create an organization</p></figcaption></figure>

### 2. Complete the organization details

On the screen **Create organization**, fill in the **Profile**:

* **Organization name** and **Legal name**.
* **Province**, **City**, **Address** and **Postal code**.
* **Language** and **Time zone**.
* **Billing mode**.
* **Industry** — the customer's business sector.

If you want, enable **Enable sending email notifications**.

![Organization registration form](/files/e532372da1ea76315e914d2e9cbf27482001bc88)

### 3. Save

Click **Save** to create the organization.&#x20;

It will appear in the **Organizations**, ready to work.

> #### 👍 **All green**
>
> The organization is created.&#x20;
>
> From here you can customize its brand, register its users, and deploy its services.

### Conclusion

Now you know how to register a customer organization with its details. It is the first step to start working with that customer in Plenit. To change its details later (including the legal name, NIF, and billing mode), you have [How to manage your organizations.](/docs-en/platform/organizations/how-to/how-to-manage-your-organizations.md)

### Next steps

* Apply your brand to its portal in[ How to customize the user portal and the admin dashboard.](/docs-en/platform/organizations/how-to/how-to-customize-the-user-portal-and-admin-panel.md)
* Register its users in [How to register users](/docs-en/platform/accounts/how-to/how-to-add-users.md).
* Edit, block, or delete the organization in [How to manage your organizations.](/docs-en/platform/organizations/how-to/how-to-manage-your-organizations.md)


---

# 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.plenit.com/docs-en/platform/organizations/how-to/how-to-create-an-organization.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.
