Integrate fullstory for your gitbook
npm install gitbook-plugin-fullstory
```
{
"plugins": ["fullstory"]
}
To use the plugin, you need to configure
```
{
"pluginsConfig": {
"fullstory": {
"org": "XXXX"
}
}
}