> 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/detalles/profile.md).

# Profile

The section **Profile** brings together the organization's data and settings: its tax identity, language, billing mode, and currency.&#x20;

It is also where you can delete it from.&#x20;

Its status is shown in the header (**Active** or **Blocked**).

![The Profile section of an organization](/files/5c7756e416c65fe927c8f51282b94c14e50b54e0)

### Company information

| Field             | What it is                                                                  |
| ----------------- | --------------------------------------------------------------------------- |
| Organization name | The name you use to identify the organization.                              |
| Legal name        | The company's legal name.                                                   |
| Tax ID            | The tax identifier. It is shown for reference and cannot be edited.         |
| Country           | The organization's country. It is shown for reference and cannot be edited. |
| Province          | Province. Optional.                                                         |
| Postal code       | Postal code. Optional.                                                      |
| Address           | Address. Optional.                                                          |
| City              | City. Optional.                                                             |

### Settings

| Field                              | What it is                                                            |
| ---------------------------------- | --------------------------------------------------------------------- |
| Language                           | The organization's language.                                          |
| Billing mode                       | How the organization is billed (for example, consolidated).           |
| Time zone                          | The organization's time zone.                                         |
| Currency                           | The billing currency. It is shown for reference and cannot be edited. |
| Enable sending email notifications | Toggle to enable or disable email alerts.                             |

### Credit

At the end of the section, a table of **Credit** shows the organization's available balance by type (for example, partner incentives or per-item balance), with its amount and expiration date when applicable.

### Delete the organization

The block **Delete organization** allows you to deactivate it.

> #### ❗️ **Before deleting**&#x20;
>
> Cancel all of the organization's subscriptions before deleting it, and keep in mind that you must be the organization's administrator to do so.&#x20;
>
> It is an irreversible action.

### Next steps

* Edit this data step by step in [How to manage your organizations.](/docs-en/platform/organizations/how-to/how-to-manage-your-organizations.md)
* Review what the list shows in [Organization list.](/docs-en/platform/organizations/detalles/list.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/detalles/profile.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.
