> For the complete documentation index, see [llms.txt](https://help.nightfall.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.nightfall.ai/nightfall-for-anthropic-claude/configure-policies-for-claude-enterprise.md).

# Configure Policies for Claude Enterprise

### Create a Detection & Response policy for Claude

1. Go to **Detection & Response**, then **Policies**, then **New Policy**.
2. Set **Channel = Claude (Compliance API)**.
3. Pick detection rules from your existing library: PII, PHI, PCI, secrets, source code, custom regex, or custom named-entity detectors.
4. Optional: scope by Claude user email or Claude project ID. Empty scope means all users and all projects in the connected Claude organization.
5. Configure actions:

* **Alert admin:** Slack, email, webhook, SIEM destinations (same set as your other connectors).
  * **Notify end user:** optional.
  * **Tag for review:** optional.
  * **Block** is not available on this channel. The UI explains why and links to the Nightfall endpoint agent for inline blocking on Claude Desktop, Claude Code, and the Claude browser tab.

6. Save the policy. It begins matching against newly ingested Claude content within one polling cycle.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.nightfall.ai/nightfall-for-anthropic-claude/configure-policies-for-claude-enterprise.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.
