1. What the LLM Index Module Does #
According to your readme and documentation, the LLM Index Builder is a module that creates an AI-friendly index of your site content and exposes it via two endpoints:
- A JSON endpoint:
/wp-json/davix/v1/llm-index - A plain text feed:
/llm.txt
The goal is to:
- Provide a structured list of your content that AI tools can consume.
- Make it easy for external LLMs or services to understand and crawl your content.
- Allow you to control which post types and taxonomies are included, and how much text is summarized.
image IMAGE PLACEHOLDER: Screenshot of Davix AI Engine admin menu with “LLM Index” highlighted in the sidebar. IMAGE image
2. Where to Find the LLM Index Settings #
The LLM Index has its own settings screen:
- In WordPress admin, go to Davix AI Engine → LLM Index.
From this page you can:
- Turn the index on or off.
- Control if the JSON endpoint is public or restricted.
- Set max items and summary length.
- Choose post types and taxonomies to include.
3. Relationship to Other Modules #
The LLM Index is a separate module from the chatbot and forms:
- Chatbot:
- Uses its own site search grounding options for posts/pages/products.
- Chatbot does not depend directly on
/llm.txtor the LLM JSON endpoint to function.
- Forms:
- Forms module has its own search grounding options in Pro, separate from LLM Index.
- LLM Index:
- Is primarily for external AI tools and integrations to consume a unified view of your content.
So even if you never integrate external tools, you can keep chatbot and forms running; LLM Index is an additional layer that makes your site “AI-friendly” from the outside.
4. Free vs Pro for LLM Index #
From your readme and feature table:
- LLM Index Builder is listed as a Free feature.
There is no separate Pro-only LLM Index module. All key behaviors (enable toggle, endpoints, max items, summaries, post types, taxonomies) are part of the free feature set.
image IMAGE PLACEHOLDER: Screenshot of a feature list/table where “LLM Index Builder (Free)” is shown among Free features. IMAGE image

