# Negative Prompts

* **Purpose:** Tells the AI **what elements, styles, or qualities you want to&#x20;*****avoid*** in the generated output. This helps refine the result and prevent common issues.
* **Content:** List things you don't want, such as unwanted objects, colors, artistic flaws, or styles.
* **Where to Use:**
  * Dedicated "Negative Prompt" fields within specific AI Model control panels. Not all models support or expose a negative prompt field.

**Tips for Effective Negative Prompts:**

1. **Focus on Common Issues:** Use terms to prevent low quality or deformities: `worst quality`, `low quality`, `normal quality`, `ugly`, `disfigured`, `deformed`, `blurry`, `bad anatomy`, `extra limbs`, `poorly drawn hands`.
2. **Exclude Unwanted Styles/Elements:** `text`, `signature`, `watermark`, `cartoonish`, `drawing`, `sketch`, `unrealistic`.
3. **Refine Based on Output:** If your generation includes unwanted elements (e.g., too many people, a specific color), add terms to the negative prompt to exclude them in the next generation (e.g., `crowd`, `blue color`).

***

Mastering prompts and negative prompts is key to unlocking the full potential of Fater's AI capabilities. Experiment and refine your descriptions to guide the AI toward your creative vision.


---

# 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://fater.gitbook.io/fater-ai-docs/core-concepts-ai-and-editor-features/negative-prompts.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.
