> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/account-management/settings.md).

# Settings

## Company information

Section **Company information** is used to complete information about the entity using the eAuditor Cloud® system. This data is used for payment processing and subscription activation.

To enter or change the data, select the option **Edit company information**. After you select it, the form fields will become active and editable.

* Enter the full company name and the remaining identification data.
* Billing data should be completed carefully, as they are the basis for issuing sales documents.
* Key information is found in the section **Tax information**.

If the correct tax country has been selected in the field **VAT ID** the NIP number must be entered in the correct format for **EU VAT (European Union)** a country prefix is required, e.g. `PL1234567891`.

{% hint style="warning" %}
If the shipping details differ from the billing details, clear the corresponding checkbox and enter separate address details.
{% endhint %}

***

## General

This section allows you to define the company domain and restrict the ability to send invitations only to users with an email address in that domain. This ensures that only individuals meeting the defined criteria can be added to the organization.

<figure><img src="https://3262380731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdzip3GyvGq5q5J3qckWN%2Fuploads%2FTNYqboj1eIyJfmorbVVD%2Fimage.png?alt=media&amp;token=5bd75733-a64c-425f-99d2-c0068f90df61" alt="" width="375"><figcaption></figcaption></figure>

#### Delete account

This section allows you to delete the organization from the eAuditor Cloud system. After the deletion process is started, the account is deactivated for 72 hours, during which it can be restored. After this time, the organization, along with all data, is permanently deleted and cannot be recovered.

> **Note:** Permanent deletion of the organization removes all data, users, devices, and documents associated with the account. Before starting this operation, make sure that all required data has been properly secured or exported.

{% hint style="info" %}
One email address can be assigned to only one organization account. If a user is to be added to another organization, their existing account must be deleted. After 72 hours, when the account is permanently deleted, the same email address can be used to create a new account or invite the user to another organization.
{% endhint %}

***

## Subscription

Subscription management is available in the tab **Subscription**.

Here you can:

* select the number of computers covered by the installation,
* select a subscription plan,
* specify the subscription type (monthly or annual),
* select the payment currency (for entities based in Poland, PLN is recommended).

Payments for the eAuditor Cloud® subscription are processed using the secure system **Stripe**.

The available payment method is a payment card.

After payment is made:

* the invoice and payment confirmation will be sent by email,
* if the subscription is not canceled, subsequent payments will be processed automatically in the next billing period.

The full description and comparison of plans are available at: <https://www.eauditor.eu/en/cloud#Plans>

At any time, you can change your subscription using the option **Manage your subscription**.

***

## Payments

In the tab **Payments** the full billing history is available:

* invoices,
* payment confirmations.

The data visible in the table is updated in real time and corresponds to the information available in the Stripe system.


---

# 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://eaclouddoc.eauditor.eu/eacloud-docs-en/features/account-management/settings.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.
