# Introduction

## Welcome to the private server API

The PRC Private Server API is available to all servers that purchase the **ERLC API** server pack.

{% hint style="danger" %}
**If you are not an experienced developer who knows what an API is, this documentation site is not for you.** \
\
**Instead, you should use one of our partner clients (such as** [**Trident**](https://trident.bot/)**, or** [**Melonly**](https://melonly.xyz)**).**
{% endhint %}

## Who can use the API?

The PRC API can be used by **anyone** who purchases the ERLC API server pack.

## Authentication

All requests require authentication headers.&#x20;

Clients that intend to use the API for one server or for development purposes **do not** need a global authorization key. Clients that have a global authorization key should provide it via the "Authorization" header.

Requests that interact with a private server's information will need a server-specific key supplied in the "Server-Key" header. The server key is obtained from the ER:LC settings UI and should be supplied to you by the server owner.

## Rate Limiting

API Clients that do not respect our rate limits are subject to permanent or temporary API bans. Please read the Rate Limits page:

{% content-ref url="../for-developers/rate-limits" %}
[rate-limits](https://apidocs.policeroleplay.community/for-developers/rate-limits)
{% 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://apidocs.policeroleplay.community/api-information/introduction.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.
