# General

### Overview

The **General** settings page allows you to manage core organization details, including your **Organization ID, name, email, logo, and deletion settings**. These settings help you personalize and manage your organization effectively.

{% hint style="warning" %}
Note: Some settings (such as **Delete Organization**) may be disabled depending on your role within the organization. Additionally, certain pages, like Billing, may not be visible. If you require access to these features, check your [permissions](/organizations/members-and-roles.md) or contact your organization administrator.
{% endhint %}

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

### Organization ID

The **Organization ID** is a unique identifier assigned to your organization.

To copy your Organization ID:

1. Navigate to **Settings > General**.
2. Click the **copy** button next to the Organization ID.

### Organization Logo

You can customize your **Organization Logo** to match your branding.

To update your logo:

1. Click on the current logo or avatar.
2. Upload an image from your files.

### Organization Name

The **Organization Name** is the display name associated with your account.

To update the name:

1. Enter the desired name in the **Organization Name** field.
2. Click **Save** to apply the changes.

### Organization Email

The **Organization Email** is used for **administrative and billing-related communications**.

{% hint style="warning" %}
The provided email will receive system-generated notifications, including function failures, invoices, and other internal alerts. Ensure this email is monitored regularly.
{% endhint %}

This email is set during organization creation and cannot be changed.

### Created At

Displays the **exact date and time** when the project was created.

{% hint style="info" %}
The **Created At** date is displayed in the **time zone selected in your account settings**.
{% endhint %}

### Delete Organization

Deleting an organization **permanently removes all associated data and cannot be undone**.

To delete an organization:

1. Scroll to the **Delete Organization** section.
2. Click **Delete Organization**.
3. Confirm the action in the warning prompt.

{% hint style="danger" %}
**This action is irreversible.** Deleting an organization will permanently remove all projects, devices, data, and members.
{% 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.qubitro.com/organizations/general.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.
