# Slack: Quarantine PCI Messages

**Objective:** Detect messages containing payment or financial information and quarantine them for review.

* **Trigger:** resource contains sensitive financial data
* **Filter:** channel name is not `billing`
  * Additional options: channel is 2-person DM, channel is multi-person DM, channel is external, channel is private
* **Actions:** send a Slack notification and quarantine the message, notifying the user

<figure><img src="/files/SOSrhybncD3eM88lrE8l" alt=""><figcaption></figcaption></figure>


---

# 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.teleskope.ai/the-platform/policy-maker/slack-quarantine-pci-messages.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.
