> ## Documentation Index
> Fetch the complete documentation index at: https://cortex-foundation-add13747-droid-2a5c5e50-docs-ferndesk-pro.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# entitlement_required

> Your plan does not include this. HTTP 403.

|           |                                                                |
| --------- | -------------------------------------------------------------- |
| HTTP      | `403`                                                          |
| `code`    | `entitlement_required`                                         |
| `type`    | `https://docs.cortex.foundation/problems/entitlement_required` |
| Retryable | no                                                             |

Authenticated, but the plan does not include this capability at all — as opposed to having exhausted a quota. Guests receive this for Code, Bot, plugins, MCP, and Design. May carry `entitlement` and `required_plan`.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/entitlement_required",
  "title": "Your plan does not include this",
  "status": 403,
  "code": "entitlement_required",
  "request_id": "req_…"
}
```

## Related

* [Errors](/api/errors) — how to branch on `code`, and what not to render from `detail`.
* [Problem catalog](/problems) — every code, its status, and whether retrying helps.
* [Troubleshooting](/getting-started/troubleshooting) — what a message in the product means.
