# Vendor Management

Vendor Management allows organizations to track, assess, and monitor third-party vendors that interact with their business.

This feature helps security teams maintain visibility into vendor risk by centralizing vendor records, security documentation, assessments, and external security events in a single location.

It is designed to support both operational vendor tracking and compliance-driven vendor risk management processes.

<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 10px 0;">
    <Icon icon="material-filled-person" color="#d760f9"/>
  </td>
  <td style="vertical-align:top; padding:0 0 10px 0;">
    Any <span style="color:#d760f9; font-weight:600;">End Users</span> assigned as an owner to one or more vendors
  </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={3}>

<Card title="Track Security Events" href="/track-security-events-2053579m0" icon="lucide-activity">
  Monitor vendor-related security incidents and breaches using external data sources.
</Card>

<Card title="Manage Documents" href="/manage-vendor-documents-2053580m0" icon="lucide-file-text">
  Store and manage vendor documents such as NDAs, compliance reports, and certifications.
</Card>

<Card title="Perform Assessments" href="/perform-vendor-assessments-2053581m0" icon="lucide-shield">
  Evaluate vendor security using manual reviews, attestations, or questionnaires.
</Card>

<Card title="Classify Vendor Risk" href="/classify-vendor-risk-2053582m0" icon="ph-bold-shield-check">
  Assign data types to vendors to determine risk level and required controls.
</Card>
</CardGroup>

## Vendor Assessment Methods
WatchDog supports three different approaches to evaluating vendor security:

<AccordionGroup>

<Accordion title="Manual Review" defaultOpen>
Security teams answer structured questions based on publicly available vendor information.
</Accordion>

<Accordion title="Compliance Attestation Review" defaultOpen>
Organizations review vendor-provided compliance reports such as SOC 2 or ISO 27001.
</Accordion>

<Accordion title="Security Questionnaire" defaultOpen>
Vendors complete a questionnaire that is reviewed and stored within the platform.
</Accordion>
    
</AccordionGroup>

Each method provides flexibility depending on vendor maturity and available documentation.

---

## Vendor Data & Risk Classification

Vendors are classified based on the type of data they access or process.

Data types range from low-risk (public data) to high-risk (financial data, PHI, SPII).

This classification helps determine:

- Required security controls  
- Assessment depth  
- Ongoing monitoring requirements  

Selecting accurate data types is critical for proper risk evaluation.

---

## Vendor Lifecycle

Vendor Management supports the full vendor lifecycle:

- Vendor onboarding and creation  
- Risk classification and ownership assignment  
- Security documentation collection  
- Security assessment and review  
- Continuous monitoring through security events  
- Ongoing updates and document management  

This ensures vendors remain compliant and secure over time.

---

## Troubleshooting

<AccordionGroup>

<Accordion title="Cannot Add Vendor" defaultOpen>
If a vendor cannot be added:

- Ensure you have the **Account Owner** or **Security Admin** role
- Verify all required fields such as **Name**, **Owner**, and **Accessed Data Types** are completed  
- For custom vendors, ensure a valid **Website** is provided  
</Accordion>

<Accordion title="Documents Not Uploading">
If documents fail to upload:

- Ensure the file type is allowed (executables and unsafe files are blocked) 
- Confirm required fields like **Document Type** are selected  
- Try re-uploading the file if the upload was interrupted  
</Accordion>

<Accordion title="Security Events Not Visible">
If no security events appear:

- Ensure the vendor has a valid **Website URL** configured  
- Some vendors may not have recent or publicly reported incidents  
- Events depend on external data sources and availability 
</Accordion>

<Accordion title="Assessment Cannot Be Completed">
If you cannot complete an assessment:

- Ensure you have access to the vendor record  
- Verify required documents or inputs are available  
- For questionnaires, ensure the vendor has returned the completed file
</Accordion>

</AccordionGroup>
