# Company Management

The **Company Management** section allows you to view and configure core organizational details across the WatchDog Security platform. This includes managing your company name, viewing your primary domain, customizing branding, and handling account-level actions.

These settings define how your organization appears across the platform and support identity and access enforcement.

<div style="
  background: rgba(128,128,128,0.08);
  border: 2px solid rgba(128,128,128,0.25);
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
">
  <div style="font-weight:700; margin-bottom:20px;">Who can use this feature?</div>

  <table style="border-collapse:collapse;">
    <tr>
      <td style="vertical-align:top; padding:0 8px 10px 0;">
        <Icon icon="material-filled-person" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0 0 10px 0;">
        All <span style="color:#d760f9; font-weight:600;">Account Owners</span> and <span style="color:#d760f9; font-weight:600;">Security Admins</span>
      </td>
    </tr>

    <tr>
      <td style="vertical-align:top; padding:0 8px 0 0;">
        <Icon icon="material-filled-flag" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0;">
        Available on the <span style="color:#d760f9; font-weight:600;">Free</span>, <span style="color:#d760f9; font-weight:600;">Core</span> and <span style="color:#d760f9; font-weight:600;">Business</span> plans
      </td>
    </tr>
  </table>
</div>

## Key Features

<CardGroup cols={2}>

<Card title="Manage Branding" href="/manage-branding-2041947m0" icon="lucide-image">
  Upload logos for light and dark mode across the platform.
</Card>

<Card title="Delete Organization" href="/delete-organization-2041948m0" icon="lucide-trash">
  Permanently delete your organization and all associated data.
</Card>
</CardGroup>

## Troubleshooting

<AccordionGroup>

<Accordion title="Cannot Edit Primary Domain" defaultOpen>
The primary domain cannot be modified:

- The domain is set during **organization creation**
- It is used for **identity and access enforcement**
- Contact support if a change is required
</Accordion>

<Accordion title="Unable To Update Company Name">
If you cannot update the company name:

- Ensure you have **Account Owner** or **Security Admin** permissions
- Verify changes are saved using **Save Changes**
</Accordion>

<Accordion title="Logo Not Displaying Correctly">
If logos are not appearing properly:

- Verify the file is uploaded successfully
- Ensure correct logo is uploaded for **light** and **dark mode**
- Refresh the application after saving changes
</Accordion>

<Accordion title="Cannot Delete Organization">
If you are unable to delete the organization:

- Only **Account Owners** can perform this action
- Ensure all required confirmations are completed
- This action is **permanent and cannot be undone**
</Accordion>

</AccordionGroup>
