> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-docs-automation-github-pr-review.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Clearbit

> Intégrez Clearbit à votre documentation Mintlify pour enrichir les données des visiteurs, identifier les entreprises et suivre l'engagement B2B.

Ajoutez ce qui suit à votre fichier `docs.json` pour envoyer des Analytics à Clearbit.

<CodeGroup>
  ```json Options d’Analytics dans docs.json theme={null}
  "integrations": {
      "clearbit": {
          "publicApiKey": "required"
      }
  }
  ```

  ```json Exemple theme={null}
  "integrations": {
      "clearbit": {
          "publicApiKey": "pk_1a1882"
      }
  }
  ```
</CodeGroup>
