# Getting Started

- [Introduction](https://docs.neuroslink.com/getting-started/index.md)
- [Quick Start](https://docs.neuroslink.com/getting-started/quick-start.md)
- [Installation](https://docs.neuroslink.com/getting-started/installation.md)
- [Provider Setup](https://docs.neuroslink.com/getting-started/provider-setup.md)
- [Environment Variables](https://docs.neuroslink.com/getting-started/environment-variables.md)
- [Providers](https://docs.neuroslink.com/getting-started/providers.md)
- [Introduction](https://docs.neuroslink.com/getting-started/providers/index.md): Complete setup guides for all 12 supported AI providers with configuration examples
- [Hugging Face](https://docs.neuroslink.com/getting-started/providers/huggingface.md): Complete setup guide for Hugging Face Inference API with 100,000+ open-source models
- [Mistral AI](https://docs.neuroslink.com/getting-started/providers/mistral.md): Complete setup guide for Mistral AI with GDPR compliance and EU data residency
- [OpenAI Compatible](https://docs.neuroslink.com/getting-started/providers/openai-compatible.md): Access 100+ models through OpenRouter, vLLM, LocalAI and other OpenAI-compatible providers
- [Google AI Studio](https://docs.neuroslink.com/getting-started/providers/google-ai.md): Free tier access to Google's Gemini models with 1,500 requests per day
- [LiteLLM](https://docs.neuroslink.com/getting-started/providers/litellm.md): Access 100+ AI providers through LiteLLM proxy with load balancing and cost tracking
- [Azure OpenAI](https://docs.neuroslink.com/getting-started/providers/azure-openai.md): Enterprise-grade OpenAI models with Microsoft Azure compliance and global deployment
- [Google Vertex AI](https://docs.neuroslink.com/getting-started/providers/google-vertex.md): Enterprise AI on Google Cloud with Gemini, Claude, and advanced IAM/VPC security
- [AWS Bedrock](https://docs.neuroslink.com/getting-started/providers/aws-bedrock.md): Serverless AI on AWS with Claude, Llama, Mistral and 13 foundation models


---

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