*** title: Fullstory description: >- Integrate Fullstory with Fern docs to capture user sessions and interactions. Step-by-step instructions for adding your Org ID. ------------------------------------------------- For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see [https://buildwithfern.com/learn/llms.txt](https://buildwithfern.com/learn/llms.txt). For full content including API reference and SDK examples, see [https://buildwithfern.com/learn/llms-full.txt](https://buildwithfern.com/learn/llms-full.txt). Integrate Fullstory to capture session replays and user interactions in your documentation. Your Org ID appears in the URL when you log in to Fullstory: ``` https://app.fullstory.com/ui//home ``` Alternatively, find it in **Settings > Data Capture and Privacy > Fullstory Setup** in the snippet code as `window['_fs_org']`. See [Fullstory's guide](https://help.fullstory.com/hc/en-us/articles/360047075853-How-do-I-find-my-Fullstory-Org-Id) for more details. In your `docs.yml` file, add your Fullstory Org ID: ```yaml analytics: fullstory: org-id: ${FULLSTORY_ORG_ID} # reads your org id from environment variables ```