# Welcome to NeuroAPI

{% content-ref url="/spaces/dsClUBKUwpVkADVK7oqT" %}
[NeuroAPI Docs \[RU\]](https://neuroapi.gitbook.io/ru/)
{% endcontent-ref %}

{% hint style="warning" %}
Importan&#x74;**:** there is only one person working on NeuroAPI and all related projects at the moment. I don't have an established team, so I have to do everything on my own. Various problems can arise due to this, especially within the free usage.
{% endhint %}

## **About the project**

[**NeuroAPI**](https://neuroapi.host/) was created to offer free API access to ChatGPT-3.5, ChatGPT-4, and other language models (LLMs).

In addition to API access, we provide:

* PC client: [NeuroGPT](https://github.com/Em1tSan/NeuroGPT)
* Online chat: [NeuroAPI Chat](https://chat.neuroapi.host/)

To get started, you need to generate an API key. Follow the [Instructions for generating an API key](https://github.com/Em1tSan/NeuroGPT/wiki/Obtaining-an-API-Key) to create your key.

## Important information about NeuroAPI:

{% content-ref url="/pages/1qTgbNxoW0GgxwrqMHO8" %}
[Our limit system](/en/overview/our-limit-system.md)
{% endcontent-ref %}

{% content-ref url="/pages/0AhNO4wEgAoL7EZnZdUE" %}
[Premium access](/en/overview/premium-access.md)
{% endcontent-ref %}

{% content-ref url="/pages/pMDc4k6TxiAke4A8qdzo" %}
[Supported Models](/en/overview/supported-models.md)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to use our API service.

{% content-ref url="/pages/DKYabTykYxdGVPjnc9gg" %}
[Authorization and receiving API token](/en/fundamentals/authorization-and-receiving-api-token.md)
{% endcontent-ref %}

{% content-ref url="/pages/5gxRn1EDrqeZ9M5u70z5" %}
[API Endpoint](/en/fundamentals/api-endpoint.md)
{% endcontent-ref %}


---

# 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://neuroapi.gitbook.io/en/welcome-to-neuroapi.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.
