> For the complete documentation index, see [llms.txt](https://hoangs-organization-8.gitbook.io/midjourney-mastery/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hoangs-organization-8.gitbook.io/midjourney-mastery/3.-deep-guide/exploring-the-possible-interpretations-with-chaos-command.md).

# Exploring the Possible Interpretations with Chaos Command

Midjourney has a great parameter feature that allows you to explore the possibilities of a prompt. The “chaos parameter” **allows us to control the degree of variation in our image creations** by adding a little “chaos” to Midjourney’s image generation algorithms.

```
--chaos [value from 0 to 100]
```

By entering integer values on a scale of 0 to 100 (higher values lead to more unusual and varied images), you can use this feature to **explore different possible interpretations of your prompt, or add something unexpected or new to your images if you feel they have become too familiar**.

For example:

<figure><img src="/files/xQr5FBDTOdrmTLc26CCK" alt=""><figcaption><p>same prompt (“film still, bus stop scene — seed 12729 — ar 3:2”) plus different chaos values: left = chaos 0, middle = chaos 1 , right = chaos 5)</p></figcaption></figure>

<figure><img src="/files/u1inSjfp8GqVBVulCVZo" alt=""><figcaption><p>same prompt (“film still, bus stop scene — seed 12729 — ar 3:2”) plus different chaos values: left = chaos 60, middle = chaos 63, right = chaos 65)</p></figcaption></figure>

<figure><img src="/files/ynmu6jfjTRhvndS1yy6U" alt=""><figcaption><p>same prompt (“film still, bus stop scene — seed 12729 — ar 3:2”) plus different chaos values: left = chaos 10, middle = chaos 50, right = chaos 100)</p></figcaption></figure>

It turns out that with **small changes** in the chaos value one gets subtle changes in the image composition, while **larger steps** lead to changes both in terms of the content of the images and in the composition of the results.

<figure><img src="/files/Tksv2bB1eJDd1mJPp1eM" alt=""><figcaption><p>same prompt (“a tomato — seed 23768”) plus different chaos values: left = chaos 0, middle = chaos 3, right = chaos 5)</p></figcaption></figure>

<figure><img src="/files/ParPPJMIBjPVoLxbFlXI" alt=""><figcaption><p>same prompt (“a tomato — seed 23768”) plus different chaos values: left = chaos 80, middle = chaos 83, right = chaos 85)</p></figcaption></figure>

<figure><img src="/files/W30dL5s68YjNxrHivBUT" alt=""><figcaption><p>same prompt (“a tomato — seed 23768”) plus different chaos values: left = chaos 10, middle = chaos 50, right = chaos 100)</p></figcaption></figure>

The use of the chaos parameter depends largely on what you are trying to achieve. If precision and accuracy are important, adding chaos may not be the best option. However, if the goal is to explore different possibilities, find inspiration and push the limits of your imagination, then it can be a great way to achieve interesting or unexpected results.

Note that the chaos parameter works differently for different seed values. Some seeds result in more variation when “chaos” is applied, while others give more consistent results despite the use of the parameter.

<figure><img src="/files/ULG4xzqQDF4oU4uLVemp" alt=""><figcaption><p>same prompt (“film still, bus stop scene, tomato — seed 39”) plus different chaos values: left = chaos 0, middle = chaos 50, right = chaos 100)</p></figcaption></figure>

<figure><img src="/files/1OQaKCDXI5IPNijP3zA3" alt=""><figcaption><p>same prompt (“film still, bus stop scene, tomato — seed 5000”) plus different chaos values: left = chaos 0, middle = chaos 50, right = chaos 100)</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hoangs-organization-8.gitbook.io/midjourney-mastery/3.-deep-guide/exploring-the-possible-interpretations-with-chaos-command.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
