Build
Knowledge and Documentation
Index project docs for retrieval.
Overview
The Knowledge System turns your product, API, and integration docs into a project-scoped retrieval layer for the agent.
Index a Single Page
- Open the Documentation view in the ModelNex dashboard.
- Paste the URL for the page you want indexed.
- Add a label if you need the page to be recognizable later.
- Run indexing and confirm the page appears with chunk and timestamp metadata.
Crawl a Sitemap
Use sitemap crawling when you want broad coverage of a docs site without indexing each page manually.
The server discovers pages from the sitemap and indexes them into the project-scoped store.
How Retrieval Works
When the agent receives a relevant question, it retrieves matching chunks from your indexed content. Retrieval is scoped by websiteId, so one project does not leak into another.
Use high-quality sources
Answers are only as good as the source material. Prefer canonical docs over temporary support threads or staging pages.
Operating Guidance
- Index canonical docs pages, not ad hoc support replies.
- Re-index after major docs updates so new terminology is reflected.
- Use consistent labels so operators can understand the indexed table.
- Audit coverage whenever the product surface changes materially.