What problem does it solve?
Working with the c15t consent management platform requires accurate, version-specific knowledge of its setup, client modes, script loading, callbacks, and integrations, and fetching docs from the network risks stale or mismatched information.
Core Features & Use Cases
- Local Documentation Access: Reads the docs bundled inside the installed c15t package, guaranteed to match the installed code version.
- Guided Navigation: Starts from the bundled AGENTS.md index, which links every per-topic Markdown file under the docs directory.
- Use Case: When configuring a ConsentManagerProvider in offline mode or wiring consent-aware script loading, consult the bundled docs to get the exact API and options for the installed c15t version instead of guessing from online guides.
Quick Start
Ask the assistant to look up how to configure c15t offline mode using the documentation bundled with the installed package.