# Application API Key

The API should only be interacted with by the React application server-side. You will need to authenticate the React application using the API Key below:

<table><thead><tr><th>NAME</th><th>VALUE</th></tr></thead><tbody><tr><td>X-Application-API-Private-Key</td><td><pre><code>940921de7d6d42290b57c9a5504a10da6de81eb4feab60adbd3bb4f54c28cbdd
</code></pre></td></tr><tr><td>X-Application-API-Public-Key</td><td><pre><code>7296bbcdd0e83b6cb3c7f905fee43b088266bf297a3fc210a844f52f78a18537
</code></pre></td></tr><tr><td>X-Application-Forwarded-Client-IP-Address</td><td>{User IP Address}</td></tr><tr><td>X-Application-Forwarded-Client-User-Agent</td><td>{User UA}</td></tr></tbody></table>

See more about implementation below:

{% content-ref url="/pages/1aSB3PCedQseXq6sn14l" %}
[Application Authorization](/basic-concepts/authorization/application-authorization.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://internal.developer.documentation.private.user.pingproxies.com/goodface-information/application-api-key.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.
