> For the complete documentation index, see [llms.txt](https://docs.dreamerland.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dreamerland.ai/image/face-swap.md).

# Face Swap

This innovative tool allows users to seamlessly exchange faces in photos with just a few taps.

First, you will see a face swap buttons at the bottom in your artwork page

<figure><img src="/files/PeaNyJMPEMLvs1nBA8C7" alt="" width="375"><figcaption></figcaption></figure>

Upload a face image and select the face that you want to apply. Then click "Swap now"

<figure><img src="/files/AZmfZniEbj9GyIPN4poC" alt="" width="375"><figcaption></figcaption></figure>

These are the result images by applying different faces.

<div><figure><img src="/files/VjOXB4K1sO2NbG0rgH3t" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/von5S9fFq8yXPcuaNmcW" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://docs.dreamerland.ai/image/face-swap.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.
