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

# Vendor List Embed

> Add an up-to-date vendor list to your cookie or privacy policy page.

Copy and paste the following script into the `<head>` section of your website, replacing `{account_id}` with your CookieChimp account ID.

```html theme={null}
<script src="https://cookiechimp.com/portal/{account_id}/vendors.js"></script>
```

Add the following div where you want to embed the vendor list.

```html theme={null}
<div data-cookiechimp-vendor-list></div>
```
