> For the complete documentation index, see [llms.txt](https://sogni.gitbook.io/sogni-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sogni.gitbook.io/sogni-docs/sogni-pocket/advanced-features/guide-image.md).

# Guide Image

The Guide Image serves as a creative reference for the model and is an excellent way to create new variations and enhance your creations.

To add a Guide Image, tap the 'branch' button then select the desired image from your photos library or history.

The **'Strength' parameter** allows you to fine-tune how closely the generated image resembles the starting image. Higher values will make the generated images closely align with the Guide Image, while lower values provide greater creative freedom, resulting in unique and distinct outputs.

The number of steps required to generate the new image will be automatically reduced based on the selected Strength value.

Use ***PaintOver*** to add or remove details from your guide image with painting tools. Tip: For best results, keep strength below 50%.

&#x20;      &#x20;

**Preventing Degradation:** When using a guide image that was generated by the same model and without any additional guidance (like ControlNet or Guide Image), it’s best to use a random seed. Reusing the same seed can lead to visual degradation.

Rule of thumb: If you notice quality loss, shuffle the seed once, then feel free to lock it again.


---

# 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:

```
GET https://sogni.gitbook.io/sogni-docs/sogni-pocket/advanced-features/guide-image.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.
