# Guides

- [Introduction](https://docs.neuroslink.com/guides/index.md): Comprehensive guides for enterprise deployment, framework integration, and production patterns
- [Enterprise](https://docs.neuroslink.com/guides/enterprise.md)
- [Multi-Provider Failover](https://docs.neuroslink.com/guides/enterprise/multi-provider-failover.md): Enterprise-grade high availability with automatic failover across multiple AI providers
- [Load Balancing](https://docs.neuroslink.com/guides/enterprise/load-balancing.md): Six intelligent load balancing strategies for distributing AI requests across providers
- [Cost Optimization](https://docs.neuroslink.com/guides/enterprise/cost-optimization.md): Reduce AI costs by 80-95% with intelligent routing, caching, and free tier strategies
- [Compliance & Security](https://docs.neuroslink.com/guides/enterprise/compliance.md): GDPR, SOC2, HIPAA compliance with enterprise security controls for AI applications
- [Multi-Region Deployment](https://docs.neuroslink.com/guides/enterprise/multi-region.md): Global AI deployment with optimal latency, compliance, and disaster recovery
- [Monitoring & Observability](https://docs.neuroslink.com/guides/enterprise/monitoring.md): Production monitoring with Prometheus, Grafana, CloudWatch for AI applications
- [Audit Trails](https://docs.neuroslink.com/guides/enterprise/audit-trails.md): Comprehensive audit logging for regulatory compliance and security monitoring
- [MCP](https://docs.neuroslink.com/guides/mcp.md)
- [Server Catalog](https://docs.neuroslink.com/guides/mcp/server-catalog.md): Complete catalog of 58+ MCP servers for filesystems, databases, APIs, and external tools
- [Frameworks](https://docs.neuroslink.com/guides/frameworks.md)
- [Next.js](https://docs.neuroslink.com/guides/frameworks/nextjs.md): Build AI-powered Next.js applications with App Router, Server Components, and streaming
- [Express.js](https://docs.neuroslink.com/guides/frameworks/express.md): Build AI-powered REST APIs with Express.js, authentication, and rate limiting
- [SvelteKit](https://docs.neuroslink.com/guides/frameworks/sveltekit.md): Build AI-powered SvelteKit applications with SSR, load functions, and form actions
- [Examples](https://docs.neuroslink.com/guides/examples.md)
- [Use Cases](https://docs.neuroslink.com/guides/examples/use-cases.md): 12 production-ready AI use cases with complete implementation examples
- [Code Patterns](https://docs.neuroslink.com/guides/examples/code-patterns.md): Best practices, anti-patterns, and battle-tested patterns for production AI applications


---

# 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/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.
