The Tools page (Supercharger → Tools) has two tabs: Content & Indexing for managing your content index, and Recent Activity for reviewing AI operation logs.
Content & Indexing Tab
Incremental Indexing
Processes only content that is new or has changed since the last indexing run. This is the normal operation — it is safe to run at any time and only consumes API credits for unprocessed or updated posts.
Full Re-indexing
Clears all existing vector embeddings and re-queues every post for processing from scratch. Use this when:
- You changed the embedding model in Settings
- You switched to a different OpenAI account
- You restored your database from a backup and the index is out of sync
Warning
Full re-indexing consumes API credits for every indexed post. On large sites this can be significant. You will see a confirmation prompt before the operation starts.
Clear Data
Removes all vector embeddings from the database without re-queuing content. After clearing, no recommendations will work until indexing runs again.
Clear Skipped
Resets the list of posts that were skipped during indexing (e.g., due to being too short or repeatedly failing). After clearing, those posts will be re-attempted on the next indexing run.
Recent Activity Tab
Shows a filterable log of all AI operations performed by Supercharger: indexing events, content generation calls, API responses, and any errors.
Use this tab to:
- Confirm that indexing and generation are running as expected.
- Diagnose why a specific post isn’t showing AI-generated content.
- Monitor for API errors or rate-limit issues.
For details on log levels and retention settings, see Activity Logs.