# Headers

## Request Headers

| Header              | Description                                                                                                                                                                        | Required |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| `Content-type`      | This must be `application-json` for all **`POST`** and **`PATCH`** and **`DELETE`** requests                                                                                       | Yes      |
| `OCTO-Capabilities` | Provide a list of capabilites you wish to access in addition to the core API capabilites.   For example:  `octo/content`, `octo/pricing`, `octo/connections`,  `octo/gt-locations` | Optional |

## Response Headers

| Header                      | Description                                                |
| --------------------------- | ---------------------------------------------------------- |
| `OCTO-Capabilities`         | A list of the capabilites that were requested.             |
| `OCTO-RateLimit-Limit`      | The API request limit per minute                           |
| `OCTO-RateLimit-Remaining`  | The number of remaining API requests                       |
| `OCTO-RateLimit-RetryAfter` | Number of seconds to retry your request if your throttled. |


---

# 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.zaui.com/octo/headers.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.
