--- title: li-retresco description: "Manage tags" --- ## Supported Features | Feature | Supported | | ------- | :-------: | | Document | ✔ | | Media | ✗ | | Include | ✗ | | Document Creation Flow | ✗ | | Push Message | ✗ | | Usage Log | ✗ | | Table Dashboard | ✗ | | Display Filter | ✔ | | Search Indexing | ✔ | | System Metadata | ✗ | | Planning System | ✗ | | Webhook Conditions | ✗ | ## Description Please see the [Retresco integration guide](/guides/integrations/retresco/llms.txt) for details on how to setup the integration. ## Default UI Retresco tag management ## Storage Format ```js { contentVersion: , entities: [ { id: , type: , name: , score: , inappropriate: , userAdded: , isMain: // Added in release-2024-09 } ] } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-retresco' } // ... ] } ```