# Organizations

Your business company is identified by the related organization.

<details>

<summary>Data model</summary>

Check the related [ER diagram](/data-model/foundation-and-setup/users-and-organizations.md) and explore the flowchart that illustrates how the organization resource relates to the other API entities.

</details>

{% hint style="info" %}
This is a **singleton API**, meaning that only the organization within the current scope it’s retrieved. No need to specify the resource ID. If you need to manage (programmatically or manually) all your organization you can leverage our [Provisioning API](/provisioning/api-reference/organizations.md). This endpoint is also **immutable**, meaning that create, update, and delete operations are not allowed.
{% endhint %}

{% hint style="warning" %}
If — for whatever reason — you need to delete one or more of the organizations you created, please ask the organization owner to reach out to our support team and send a specific request to [support@commercelayer.io ](mailto:support@commercelayer.io)specifying the list of the organization slug you want to be deleted.
{% endhint %}

{% hint style="success" %}
To fully manage your organizations please leverage the [dedicated endpoint](/provisioning/api-reference/organizations.md) on the Provisioning API.
{% endhint %}


---

# 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.commercelayer.io/core-api-reference/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.
