# Settings

This page displays settings related to your organization.

You can access it with a click on your company name in the top right corner and then clicking on "Settings".

The page is seprated into three Tabs:

* Data
* Fulfillment
* Event Categories

## Data

<figure><img src="/files/PJZBp6JyGhoGvq7MqJh6" alt=""><figcaption></figcaption></figure>

Under the Data Tab you find information for the currently logged in tenant.

### Organization

This section displays the primary identifiers and settings for your entire organization.

* ID: A unique system-generated identifier for your organization (e.g., `6d219fa7f940792b17f82bae`).
* Name: The display name of your company (e.g., "Demo Meter Company").
* Subscription: Your current subscription plan (e.g., "BASIC").

### Notification Languages

A grid of all available languages for system notifications. Languages that are highlighted (e.g., EN, DE) are currently enabled for your users.

* Client Id & Client Secret: These information are only shown to Users with the Admin:Users Permission. These credentials are needed to integrate against the MOOST API, see [Cloud-to-Cloud Integration](/technical-integration/cloud-to-cloud-integration.md)

### Billing

Billing account, payment method and a navigation button to the [Billing Portal](/platform-manual/billing-portal.md).

## Fulfillment

This section display the notification delivery endpoint. Each generated push notification is delivered to this configured endpoint.

<figure><img src="/files/wifjqOyeJDd3oPvByV2U" alt=""><figcaption></figcaption></figure>

## Event Categories

The table under Event Categories defines every type of data event that your organization collects, processes, or generates.

<figure><img src="/files/rbLN19Bzd0bNmHigo7A3" alt=""><figcaption></figcaption></figure>

* Measure Current Interval: This button, located at the top right of the table, triggers a manual data reading or computation for the currently defined intervals.

**Table Columns**

* Type: The internal name for the data event, which describes what is being measured (e.g., `ENERGY_CONSUMPTION`, `ENERGY_CONSUMPTION_FORECAST_1H`).
* Source: The origin of the data. This could be a specific device type (e.g., `GATEWAY`, `CAR_CHARGER`, `HEAT_PUMP`) or the system itself (e.g., `MOOST`, `APPLIANCE`).
* Interval: The frequency at which this data is collected or expected (e.g., `15min`, `1d` for one day).
* Computed: Indicates whether the data is a raw value from the source (`-`) or a value calculated by the platform (`yes`).
* Description: A plain-language description of the event (if one has been added).


---

# 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://doc.moost.io/platform-manual/user-profile.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.
