> ## Documentation Index
> Fetch the complete documentation index at: https://docs.insaion.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Organization

> Manage your organization settings.

## General

This page allows administrators to view and update the organization name and configure the default device name prefix used when new devices are registered.

<img src="https://mintcdn.com/insaion/dkLh615XOmGRTVSX/assets/settings/organization.png?fit=max&auto=format&n=dkLh615XOmGRTVSX&q=85&s=b74c7a41625c3e6cb6ed9e404e40bba7" alt="Organization settings screenshot placeholder" width="2816" height="966" data-path="assets/settings/organization.png" />

### Organization name

* The organization name is the canonical name shown in the app headers and in generated communication.

Editing the Organization Name

* Click the edit icon next to the organization name to change it.
* Changes are saved immediately and will appear across the application where the organization name is displayed.

### Device name prefix (automatic numbering)

You can provide a default prefix that will be used when new devices are registered. This helps keep device names consistent and easy to identify.

* Example: If you set the prefix to `AMR`, devices will be named automatically as `AMR 1`, `AMR 2`, `AMR 3`, etc., in the order they are registered.
* If no prefix is set, the system will use the generic prefix `Device`, producing names like `Device 1`, `Device 2`, and so on.
* The numbering is incremental and applied automatically when a device is created. The system ensures uniqueness by incrementing the next available number for that prefix.

Behavior and edge cases

* Empty or whitespace-only prefixes are treated as "not set" and fall back to `Device`.
* Prefixes may include letters, numbers, and hyphens (`-`). Spaces are trimmed. Leading/trailing spaces will be removed.
* If you change the prefix later, existing device names are NOT renamed automatically. The new prefix will only apply to devices created after the change.

<div className="insaion-footer" role="contentinfo">
  <div className="insaion-footer__card">
    <div className="insaion-footer__content">
      <span className="insaion-footer__icon" aria-hidden="true">
        <svg viewBox="0 0 24 24" width="20" height="20" aria-hidden="true" focusable="false" className="insaion-footer__svg" role="img">
          <path fill="currentColor" d="M21 6.5A3.5 3.5 0 0 0 17.5 3h-11A3.5 3.5 0 0 0 3 6.5v5A3.5 3.5 0 0 0 6.5 15H8v3l3-3h6.5A3.5 3.5 0 0 0 21 11.5v-5zM7 8.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
        </svg>
      </span>

      <div>
        If something's unclear or you hit a blocker, contact us on

        <a href="https://discord.gg/ZJMPfMmu3S" target="_blank" rel="noopener">
          Discord
        </a>

        or <a href="mailto:contact@insaion.com">[contact@insaion.com](mailto:contact@insaion.com)</a>
      </div>
    </div>
  </div>
</div>
