# Configure Automated Integrations

Connect automated integrations to continuously sync and monitor security findings from external systems.

<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;">Core</span> and <span style="color:#d760f9; font-weight:600;">Business</span> plans
  </td>
</tr>
  </table>
</div>

## Connect Automated Integration

:::info[]
Each integration has its own connection method. Some integrations use **OAuth**, while others require **API tokens** or credentials. WatchDog Security only requires **read-only access** when connecting integrations.
:::

<Steps>

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

<Step title="Open Integrations">
  Navigate to **Management** → **Integrations**
        <CardGroup cols={3}>
    <Card title="View Integration Docs" href="/integrations" icon="ph-bold-plug-charging">
    </Card>
    </CardGroup>
</Step>

<Step title="Add Integration">
  Click **Add Integration** to start connecting a new integration.
</Step>

<Step title="Select Integration">
  Choose the integration you want to connect.
</Step>

<Step title="Authenticate Integration">
  Complete the required authentication flow for the integration.
</Step>

</Steps>

## What Happens Next

<TipInfo>The integration begins syncing data automatically after connection.</TipInfo>
<TipInfo>Automated monitors are generated based on the integration data.</TipInfo>
<TipInfo>Findings continue to update as the integration syncs.</TipInfo>

## Troubleshooting

<AccordionGroup>

<Accordion title="Integration Not Syncing" defaultOpen>
- Verify authentication was completed successfully  
- Ensure required permissions are granted (read-only is sufficient)  
</Accordion>

<Accordion title="No Monitors Generated">
- Allow time for the initial sync to complete  
- Confirm the integration contains accessible data  
</Accordion>

</AccordionGroup>
