> For the complete documentation index, see [llms.txt](https://docs.neuroslink.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neuroslink.com/feature-guides.md).

# Feature Guides

- [Introduction](https://docs.neuroslink.com/feature-guides/index.md): In-depth guides for NeurosLink AI's latest capabilities and platform features
- [Human-in-the-Loop (HITL)](https://docs.neuroslink.com/feature-guides/hitl.md): Pause AI tool execution for user approval before risky operations like file deletion or API calls
- [Guardrails Middleware](https://docs.neuroslink.com/feature-guides/guardrails.md): Block PII, profanity, and unsafe content with built-in content filtering and safety checks
- [Redis Conversation Export](https://docs.neuroslink.com/feature-guides/conversation-history.md): Export complete session history as JSON for analytics, debugging, and compliance auditing
- [Multimodal Chat Experiences](https://docs.neuroslink.com/feature-guides/multimodal-chat.md): Stream text and images together with automatic provider fallbacks and format conversion
- [Auto Evaluation Engine](https://docs.neuroslink.com/feature-guides/auto-evaluation.md): Automated quality scoring and metrics export for AI response validation using LLM-as-judge
- [CLI Loop Sessions](https://docs.neuroslink.com/feature-guides/cli-loop-sessions.md): Persistent interactive mode with conversation memory and session state for prompt engineering
- [Regional Streaming Controls](https://docs.neuroslink.com/feature-guides/regional-streaming.md): Region-specific model deployment and routing for compliance and latency optimization
- [Provider Orchestration Brain](https://docs.neuroslink.com/feature-guides/provider-orchestration.md): Adaptive provider and model selection with intelligent fallbacks based on task classification


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.neuroslink.com/feature-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
