> For the complete documentation index, see [llms.txt](https://tailwindsdocs.innovativesol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tailwindsdocs.innovativesol.com/readme/chatflows/langchain/moderation/simple-prompt-moderation.md).

# Simple Prompt Moderation

Check whether input consists of any text from Deny list, and prevent being sent to LLM.

{% hint style="info" %}
NOTE: Each new line on the deny list will be its own operation. This can be good for accuracy, but will greatly increase the Chatflow execution time.\\

It is recommended you Deny items of a specific type per line.
{% endhint %}

<figure><img src="https://662370747-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3VoWwSsyrEg0DEvIIjv9%2Fuploads%2Fgit-blob-bada2fe63e8e30d9d681cd7ed9bff730bad8ab90%2Fimage%20(4)%20(1)%20(1)%20(1).png?alt=media" alt="" width="301"><figcaption><p>Simple Prompt Moderation Node</p></figcaption></figure>
