# Negative Prompts (--no)

The `--no` parameter is used to instruct the Midjourney Bot on what elements to exclude from your image. When crafting your prompt, you can specify items that you do not want to appear in the final image.

### Excluding Elements with `--no`

To use the `--no` parameter, simply add it to your prompt followed by the elements you wish to omit, separated by commas without spaces. The bot will recognize these instructions and generate an image that avoids including the listed items.

Here's how to structure your command with the `--no` parameter:

```plaintext
--no item1,item2,item3,item4
```

For instance, if you want an image of a beach without people or seagulls, your command might look like this:

```plaintext
--no people,seagulls
```

The bot will then generate an image of a beach while trying to exclude people and seagulls from the composition.

Remember, the `--no` parameter is a powerful tool to refine your image results and bring your vision to life with precision.


---

# 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://help.craftbench.ai/parameters/negative-prompts-no.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.
