Skip to content

How to configure AI capabilities and context in rConfig V8

How to configure AI capabilities and context in rConfig V8

Section titled “How to configure AI capabilities and context in rConfig V8”

After reading this page, you can explain how rConfig grounds AI responses in real context instead of generic model knowledge, and turn individual AI capabilities on or off.

Use this page when deciding which AI capabilities your team should have access to, or when you need to turn a specific capability off, for example while evaluating a new provider, or in response to a support or compliance concern.

  • Admin role: the AI Configuration tab is hidden from non-admin users
  • An active AI provider (see Set up an AI provider): capabilities can be toggled without one, but won’t produce a response until a provider is active

A general-purpose model doesn’t know your naming conventions, your golden configs, or how rConfig itself works. rConfig closes that gap with two separate grounding mechanisms, used by different capabilities:

The context harness for config-work capabilities

Section titled “The context harness for config-work capabilities”

Config Analysis, Drift Detection Narration, and Policy & Compliance Narration are grounded in the context harness: a layer of curated networking domain knowledge, composed with per-capability context assembly before the request reaches the model. This is what turns a general model into one that reasons like a network engineer familiar with your environment, rather than one guessing from generic training data.

The knowledge layer for product-knowledge capabilities

Section titled “The knowledge layer for product-knowledge capabilities”

The Optimization Assistant is grounded differently. It doesn’t need networking domain knowledge. It needs to know how rConfig itself works. Its answers are retrieved per turn from an indexed copy of docs.rconfig.com content, pulling only the fragments relevant to your question rather than the whole site. This keeps it accurate even against a small local model with a limited context window.

CapabilityWhat it doesGrounded by
Config Analysis & ExplainPlain-English summaries of device configurationsContext harness
Drift Detection & NarrationDetects and narrates configuration drift between versions, read-onlyContext harness
Policy & Compliance NarrationAI-assisted compliance rule creation backed by CIS/NIST benchmark parsing; writes to the policy store onlyContext harness
Optimization AssistantDoc-grounded chat on the System Optimization settings pageKnowledge layer
  1. Click AI Center in the left sidebar.
  2. Select the AI Configuration tab.
rConfig V8 AI Configuration tab showing the four capability cards (Config Analysis & Explain, Drift Detection & Narration, Policy & Compliance Narration, Optimization Assistant), each with a description, current model, usage this month, a disabled Override model button, and an enable/disable toggle

Each capability is shown as a card. Alongside the enable/disable toggle, the card lists the capability’s description, its Current model (shown as “Provider default”), and Usage this month. Click the toggle to enable or disable the capability.

The toggle updates immediately; there’s no separate save step for capability state.