# Filter Engine

In other words, if we detect a suspicious text, we will notify you and you will have the chance to take a look at the text and decide whether to go ahead and allow the completion or not.

{% hint style="warning" %}
The filter will make mistakes and we have currently built it to error on the side of caution, thus, resulting in higher false positives.
{% endhint %}

**What are some prompts I should expect lower performance on?**\
The filter currently has a harder time parsing prompts with strange formatting. Thus, if a prompt has a lot of linebreaks, unusual format, repeated words etc. then the model might misclassify it with a higher frequency. It also has lower performance on certain kinds of texts such as fiction, poetry, code etc.

If you have any feedback or notice any issues, please [let us know](/get-in-touch/contact.md).


---

# 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.writier.io/engines/filter-engine.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.
