> For the complete documentation index, see [llms.txt](https://help.hippist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hippist.com/creating-photoshoots/use-original-image-mode/masking.md).

# Masking

{% embed url="<https://www.youtube.com/watch?v=ArrL5JJg8Vs>" %}

Masking allows you to select specific parts of an image for editing. Use it to highlight areas you want to modify, like the model’s face or clothing, while keeping the rest unchanged for precise, targeted adjustments.

{% hint style="info" %}
**Things to Keep in Mind**:

* Make sure the mask is precise to ensure the best results.
* It's important to avoid masking the product itself, as the unmasked areas will remain unchanged in the final output.
  {% endhint %}

{% content-ref url="/pages/JEeXnRcJz06Bx2mczfE8" %}
[Masking Tips and Best Practices](/tips-and-best-practices/masking-tips-and-best-practices.md)
{% endcontent-ref %}

***

### Masking Basics

On the **masking page**, use the **brush tool** to carefully mask areas you want to modify, such as faces or styling.

<figure><img src="/files/MgDcNHNFWQPQydTggCzM" alt=""><figcaption></figcaption></figure>

***

### Brush Tools

Using these buttons, you can:

* **Undo**: Revert the last action you made.
* **Adjust the Size of the Brush**: Modify the size of the brush tool for more precise masking.
* **Clear Masking**: Remove all masking and start over.

<figure><img src="/files/1t3Ki84TkTggfjwfANGs" alt=""><figcaption></figcaption></figure>

***

### Done & Proceed&#x20;

When you finish masking, click the **"Done Masking & Proceed"** button to move to the next step.

<figure><img src="/files/dFpz5gFRrymGVH5Xf5mq" alt=""><figcaption></figcaption></figure>

This will send you to the **Prompt page**, where you can make further modifications to your image.


---

# 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://help.hippist.com/creating-photoshoots/use-original-image-mode/masking.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.
