> 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/doodle/area-inpaint-with-doodle.md).

# Area inpaint with doodle

For smaller area, we can go for area inpaint. It will give you a better result than normal inpaint.

1. Select area we want to inpaint

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

2. Click on the Doodle button. It will direct you to the drawing page

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

3. Draw on the area. In this example, we want add a tattoo.

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

4. Remember to edit the prompt to match our drawing. We add tattoo text "dream", tattoo red heart to the prompt. We should also adjust the strength to around 0.5. It will follow what we draw.

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

It is recommended to perform a hires fix after that. Here is the result of our work.

<figure><img src="/files/IkvLDrcMLxJN3oar9GKc" alt="" width="375"><figcaption></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://docs.dreamerland.ai/image/doodle/area-inpaint-with-doodle.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.
