> 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/tutorials/guides.md).

# Guides

- [Controlling the Output](https://sogni.gitbook.io/sogni-docs/tutorials/guides/controlling-the-output.md): Crafting Your Vision: From Idea to Art
- [Architectural Visualization](https://sogni.gitbook.io/sogni-docs/tutorials/guides/architectural-visualization.md)
- [Infinite Zoom](https://sogni.gitbook.io/sogni-docs/tutorials/guides/infinite-zoom.md): From Rainforest to Atom
- [Dynamic Prompting](https://sogni.gitbook.io/sogni-docs/tutorials/guides/dynamic-prompting.md): One Logo to Infinite Textures
- [Photobooth](https://sogni.gitbook.io/sogni-docs/tutorials/guides/photobooth.md): Transform Your Face into Any Style with Sogni
- [How to Transfer a Face From One Image to Another](https://sogni.gitbook.io/sogni-docs/tutorials/guides/how-to-transfer-a-face-from-one-image-to-another.md)
- [How to generate Photorealistic Faces](https://sogni.gitbook.io/sogni-docs/tutorials/guides/how-to-generate-photorealistic-faces.md)
- [How to Transform a Simple Sketch into Stunning Images](https://sogni.gitbook.io/sogni-docs/tutorials/guides/how-to-transform-a-simple-sketch-into-stunning-images.md)
- [How to Create Subject-Steady Animations with Dynamic Backgrounds](https://sogni.gitbook.io/sogni-docs/tutorials/guides/how-to-create-subject-steady-animations-with-dynamic-backgrounds.md)
- [How to use multiple ControlNets to generate a Single Image](https://sogni.gitbook.io/sogni-docs/tutorials/guides/how-to-use-multiple-controlnets-to-generate-a-single-image.md)
- [How to generate larger batches of images (more than 16 at a time)](https://sogni.gitbook.io/sogni-docs/tutorials/guides/how-to-generate-larger-batches-of-images-more-than-16-at-a-time.md)
- [How to use Mask Tool](https://sogni.gitbook.io/sogni-docs/tutorials/guides/how-to-use-mask-tool.md)
- [How to Mix Images](https://sogni.gitbook.io/sogni-docs/tutorials/guides/how-to-mix-images.md)
- [How to Extend Images with Canvas](https://sogni.gitbook.io/sogni-docs/tutorials/guides/how-to-extend-images-with-canvas.md)


---

# 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/tutorials/guides.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.
