> 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/frequently-asked-questions-faqs.md).

# Frequently Asked Questions (FAQs)

**How fast does Nightfall see a new Claude message?**

Conversations and files are polled every 60 seconds; the activity feed is polled every 30 seconds. `[verify]` Cadence with engineering against PRD §9b.<br>

**What happens if a user deletes content in Claude?**

The connector best-effort propagates deletes to the Nightfall index. `[verify]` Deletion-propagation semantics with Anthropic. Tracked as PRD §14 open question 5.

**Can I keep finding metadata but drop the raw Claude conversation text?**

Yes. Enable redaction-at-ingest mode on the integration. Findings, detector hits, and byte offsets are preserved; the raw content is not stored. See PRD US-18.

**Where can I see Claude admin activity?**

The **Claude Activity** view in Nightfall. Events also forward to your SIEM destination if you have one configured.

**Can I block a prompt before it reaches Claude?**

Not via the Compliance API. Use the Nightfall endpoint agent for inline block on Claude Desktop, Claude Code, or the Claude browser tab. (Linked above.)

**Will this cover Claude on Bedrock or Vertex AI?**

No. Those surfaces are not exposed by the Compliance API. Use the Nightfall endpoint agent on the developer's machine, or the AI Agent Security integration if the work is happening inside Claude Code.


---

# 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/frequently-asked-questions-faqs.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.
