# Manage Branding

Customize your organization’s appearance across the WatchDog Security platform by uploading logos for light and dark mode. These logos are displayed throughout the platform to provide a consistent branded experience.

<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>

## Upload Company Logos

<Steps>
<Step title="Sign in to WatchDog Security">
  Sign in to the [**WatchDog Security Platform**](app.watchdogsecurity.io).
</Step>

<Step title="Open Settings">
  Click your **profile picture** in the top-right and select **Settings**.
</Step>

<Step title="Open Company Tab">
  Select the **Company** tab.
</Step>

<Step title="Upload Light Logo">
  Upload your logo under **Company Logo (Light Mode)**.
</Step>

<Step title="Upload Dark Logo">
  Upload your logo under **Company Logo (Dark Mode)**.
</Step>

<Step title="Save Changes">
  Click **Save Changes**.
</Step>
</Steps>

## What Happens Next

<TipInfo>Your logos are displayed across the platform in light and dark mode.</TipInfo>
<TipInfo>All users see the updated branding immediately after changes are saved.</TipInfo>

## Troubleshooting

<AccordionGroup>

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

- Ensure the file uploaded successfully
- Upload separate logos for **light** and **dark mode**
- Refresh the application after saving
</Accordion>

<Accordion title="Changes Not Saving">
If branding changes are not saved:

- Click **Save Changes** before leaving the page
- Ensure you have **Account Owner** or **Security Admin** permissions
</Accordion>

</AccordionGroup>
