# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
