# Authorization

The Ping Proxies Private User API is reserved for pre-approved applications and therefore, requires both application and user inputted authorization.

{% content-ref url="/pages/1aSB3PCedQseXq6sn14l" %}
[Application Authorization](/basic-concepts/authorization/application-authorization.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZjKAnC1tENLCMVz15HTH" %}
[User Authorization](/basic-concepts/authorization/user-authorization.md)
{% endcontent-ref %}

{% hint style="info" %}
The API is intended to be used by applications which pass-through user-inputted data and actions.

It therefore also requires additional information such as user IP address and User-Agent to be sent in headers to ensure that rate-limiting and bruteforce blocks work correctly.
{% endhint %}


---

# 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://internal.developer.documentation.private.user.pingproxies.com/basic-concepts/authorization.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.
