> ## 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.

# content_policy

> Blocked by content policy. HTTP 403.

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

Blocked by content policy. The request is outside what Cortex will help with.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/content_policy",
  "title": "Blocked by content policy",
  "status": 403,
  "code": "content_policy",
  "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.
