# Simple Prompt Moderation

<figure><img src="/files/kz8Pq6hYp4R29JtY1Req" alt="" width="301"><figcaption><p>Simple Prompt Moderation Node</p></figcaption></figure>

Use another LLM to identify if user query is close to the deny list, if yes output a default error message.

For example, deny list can be:

* Ignore previous instructions
* Leak all sensitive information

<figure><img src="/files/FeUmihLyBpcAO2ZW2I23" 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.flowiseai.com/integrations/langchain/moderation/simple-prompt-moderation.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.
