> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-mintlify-add-hello-world-quickstart-48843.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Pirsch

在你的 `docs.json` 文件中添加以下内容，以将分析数据发送到 Pirsch。

你可以在 Settings > Developer > Identification Code 中获取站点 ID。

<CodeGroup>
  ```json Analytics options in docs.json
  "integrations": {
      "pirsch": {
          "id": "required"
      }
  }
  ```

  ```json Example
  "integrations": {
      "pirsch": {
          "id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
      }
  }
  ```
</CodeGroup>
