# Create an Organization

Organization accounts are core to slaOS to manage SLAs effectively, and provide tailored dashboards for each org, whether this is a customer of yours or a vendor you would like to align your views with.&#x20;

Besides providing a real time view of performance commitments,  having org-specific data at your fingertips when issues arise allows for quicker diagnosis and resolution, minimizing downtime and maintaining high satisfaction levels.&#x20;

The following guide will walk you through the process of creating and managing your orgs on slaOS.

## Create an Organization

Follow these steps to create an org on slaOS:

1. Find and click on "Organizations" in the side navigation bar
2. Click the "+ Add Organization" button to open the Add Organization modal
3. Give your customer a recognisable name. This is usually their official entity name
4. From the dropdown, select the `organization_id` that you have sent to us via the ingestion URL. These mappings are crucial for the accurate computation of SLA statuses per organization.
5. Click the "Save" button to create your new org on slaOS

### Example

{% tabs %}
{% tab title="Acme Corporation" %}
For the example implementation, we will be creating an org called Acme Corporation.

1. Find and click on "Organization" in the side navigation bar
2. Name the org `Acme Corporation`
3. Input Acme's organizatiom ID as `ACME Corp`. Note that this is the organization ID that was sent to the ingestion URL.
4. Click "Save"

<figure><img src="/files/laZRABQzvPg22tFw44ub" alt="" width="374"><figcaption><p>Creating customer on the slaOS UI</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.rated.co/how-tos/tutorials/create-an-organization.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.
