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

# Settings

> Configure your personal, company, and organization settings.

<Tip>Need help in this area? See [Settings FAQ](/platform/settings/faq).</Tip>

Navigate to **Settings** from the sidebar. The page is organized into **Personal**, **Company**, and
**Organization** sections.

Use the **search bar** at the top of the page to quickly find and jump to a setting.

<Tip>
  Need help with permissions, API keys, or billing access? See [Settings
  FAQ](/platform/settings/faq).
</Tip>

## Personal

Personal settings that apply to your individual user profile.

<CardGroup cols={3}>
  <Card title="Profile" icon="user" href="/platform/settings/personal-settings">
    Manage your name, default company, and password.
  </Card>

  <Card title="Preferences" icon="sliders" href="/platform/settings/personal-settings">
    Configure display preferences and notification channel preferences.
  </Card>

  <Card title="Membership" icon="users" href="/platform/settings/personal-settings">
    View your organization and company memberships.
  </Card>
</CardGroup>

## Company

Settings scoped to the company you are currently viewing. If your organization has multiple companies, use the company switcher to select which company to configure.

<CardGroup cols={3}>
  <Card title="General" icon="building" href="/platform/settings/company-settings">
    Company name, member notifications, and company lifecycle actions.
  </Card>

  <Card title="Sites" icon="location-dot" href="/platform/settings/company-settings">
    Manage active and archived sites and open detailed site-level settings.
  </Card>

  <Card title="Data Collection" icon="database" href="/platform/settings/data-collection">
    Collection rules, cost tracking, bill issue defaults, anomaly thresholds, and default units.
  </Card>

  <Card title="Anomaly Detection" icon="chart-line" href="/platform/settings/company-settings">
    Enable anomaly detection and choose which types to flag, company-wide.
  </Card>

  <Card title="Bill Issues" icon="triangle-exclamation" href="/platform/settings/company-settings">
    Data quality issue defaults and per-provider suppression rules.
  </Card>

  <Card title="Waste" icon="trash" href="/platform/settings/company-settings">
    Waste types, streams, and mapping rules for waste utility data.
  </Card>

  <Card title="Members" icon="users" href="/platform/settings/company-settings">
    Add and remove company members, and control admin and site access.
  </Card>
</CardGroup>

<Note>
  Custom statuses are not part of the current settings release. They will return in a future update.
</Note>

## Organization

Organization-wide settings that apply across all companies. Organization settings are only visible to users with an organization (billing profile).

<CardGroup cols={3}>
  <Card title="General" icon="building" href="/platform/settings/organization-settings">
    Organization name and identity.
  </Card>

  <Card title="Admin team" icon="shield" href="/platform/settings/organization-settings">
    Manage who has organization-level access.
  </Card>

  <Card title="Billing" icon="credit-card" href="/platform/settings/organization-settings">
    View billing details, current usage, and invoices.
  </Card>

  <Card title="API Keys" icon="key" href="/platform/settings/organization-settings">
    Create and manage API keys for developer integrations.
  </Card>

  <Card title="Data Repository" icon="folder-open" href="/platform/settings/organization-settings">
    Cross-company view of companies, connections, accounts, meters, and bills.
  </Card>

  <Card title="White label" icon="palette" href="/platform/settings/organization-settings">
    Customize branding for invitations and customer-facing pages.
  </Card>
</CardGroup>

## Related pages

* [Sites](/platform/sites/overview) — view and manage your sites from the main Sites page
* [Data Input — Connections](/platform/data-input/connections) — manage the connections that feed data into your company
* [White label](/platform/premium/white-label) — customize branding for invitations and customer-facing pages
* [For developers](/platform/for-developers) — API key setup and developer onboarding

## FAQ

<AccordionGroup>
  <Accordion title="What's the difference between company and organization?">
    An **organization** can have multiple **companies**. Organization settings apply across all
    companies in your organization. Company settings are scoped to a single company. Think of the
    organization as the parent entity that manages billing, API keys, and cross-company data, while
    each company tracks its own sites, members, and utility data.
  </Accordion>

  <Accordion title="Who can access organization settings?">
    Users with an **organization** (billing profile) see the Organization section in settings. Within
    that section, org admins can manage team membership, billing, and cross-company configuration.
    Users without an organization only see Personal and Company settings.
  </Accordion>

  <Accordion title="How do I invite someone to my organization?">
    Go to **Settings > Organization > Admin Team** and click **Add member**. Enter their email and
    choose whether they should have access to all companies or only selected ones. They will receive
    an invitation email with a link to join.
  </Accordion>
</AccordionGroup>
