# Authorization

The ENSC API uses an API key as the primary means of authentication for secured endpoints. This API key is required for endpoints that handle sensitive operations (for example, the `/`[`approve`](/integrations/publish-your-docs-2/token-approval.md) endpoint).

Refer to [the](/getting-started/publish-your-docs/publish-your-docs.md) API Key generation guide for instructions on how to generate, obtain, and securely manage your API key.

{% hint style="info" %}
Include your API key in the HTTP request header as follows:
{% endhint %}

**Bearer Token Format:**

`Authorization: Bearer YOUR_API_KEY`

| Name          | Value                        |
| ------------- | ---------------------------- |
| Content-Type  | <kbd>application/json</kbd>  |
| Authorization | <kbd>`Bearer <apiKey>`</kbd> |


---

# 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://docs.prosperavest.com/integrations/publish-your-docs-1.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.
