-
Notifications
You must be signed in to change notification settings - Fork 15
Kapa.ai
Benjamin Cabé edited this page May 12, 2026
·
10 revisions
Kapa.ai powers the AI-assisted chatbot available through the Zephyr documentation as well as an MCP server.
This page documents how it is administered, what data it ingests, and how to flag issues or coverage gaps.
The following sources are used to build Kapa's knowledge base.
| Name | Details | Source type |
|---|---|---|
| Code | https://github.com/zephyrproject-rtos/zephyr (all folders excepts boards/ and doc/) | Code (C, Markdown, Python, text) |
| API Reference | https://docs.zephyrproject.org/latest/doxygen/ | HTML |
| Bindings | https://docs.zephyrproject.org/latest/build/dts/api/ | HTML |
| Docs | https://docs.zephyrproject.org/latest/ (minus "API Reference" and "Bindings") | HTML |
| Wiki | https://github.com/zephyrproject-rtos/zephyr/wiki | HTML |
| GH Issues | https://github.com/zephyrproject-rtos/zephyr, issues opened/closed in the last 6 months | GitHub |
| GH Pull Requests | https://github.com/zephyrproject-rtos/zephyr, PRs opened/closed in the last 6 months (excluding closed without merge) | GitHub |
If existing sources need tweaking or new sources should be considered, please open a new issue/enhancement against "Documentation Infrastructure" in the zephyr project.