> 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/getting-started/index.md).

# Introduction

Welcome to NeurosLink AI! This section will help you get up and running quickly with the Enterprise AI Development Platform.

## 🚀 What You'll Learn

* :material-clock-fast: [**Quick Start**](/getting-started/quick-start.md)

  Get NeurosLink AI working in under 2 minutes with basic examples for both CLI and SDK usage.
* :material-download: [**Installation**](/getting-started/installation.md)

  Detailed installation instructions for different environments and package managers.
* :material-key: [**Provider Setup**](/getting-started/provider-setup.md)

  Configure API keys and credentials for all 9 supported AI providers with step-by-step guides.
* :material-cog: [**Environment Variables**](/getting-started/environment-variables.md)

  Complete reference for all environment variables and configuration options.

## 🎯 Choose Your Path

\=== "I'm New to AI Development"

```
Start with our [Quick Start guide](quick-start.md) to understand the basics and see NeurosLink AI in action.
```

\=== "I Want to Use the CLI"

```
Jump to [Provider Setup](provider-setup.md) to configure your API keys, then check the [CLI Guide](../cli/index.md).
```

\=== "I'm Building an Application"

```
Follow the [Installation guide](installation.md) for SDK setup, then explore [Framework Integration](../sdk/framework-integration.md).
```

\=== "I'm Migrating from Another Platform"

```
Check our [Provider Comparison](../reference/provider-comparison.md) to understand the differences and benefits.
```

## 🔧 Prerequisites

* **Node.js 18+** (for SDK usage)
* **npm/pnpm/yarn** (package manager)
* **API keys** for at least one AI provider

!!! tip "Free Options Available"

```
You can start with free providers like Google AI Studio, Hugging Face, or local Ollama to test NeurosLink AI without costs.
```

## 🚦 Next Steps

1. [**Quick Start**](/getting-started/quick-start.md) - Get running in 2 minutes
2. [**Provider Setup**](/getting-started/provider-setup.md) - Configure your AI providers
3. [**CLI Guide**](/cli-guide/index.md) or [**SDK Reference**](/sdk-reference/index.md) - Deep dive into usage
4. [**Examples**](/examples-and-tutorials/index.md) - See real-world applications


---

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