> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/photos/personalizing-photos/my-profiles.md).

# My Profiles

Make your mark by creating your own editing profiles or presets. We give you a few to kick things off, such as:

{% columns %}
{% column %}
**Airy**

Bright, clean, great for everyday real-estate shoots.

<figure><img src="/files/rcECLy4k1vGqPM46qTsS" alt="" width="375"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
**Crisp**

Rich, deep tones perfect for short-term rentals and Airbnbs where you want colors to pop.

<figure><img src="/files/bjwLUUwFlRkURNaRut8T" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

If you’ve used Lightroom or Photoshop Camera Raw before, the sliders will feel familiar. Play around with the exposure, contrast, color, tone, and details with precision.

<figure><img src="/files/tLAMrE7LBXnihcTwNBUC" alt="" width="375"><figcaption><p>The numeric indicators show exact adjustment levels, giving you precise, repeatable control.</p></figcaption></figure>

And because your clients value consistency, you can set a uniform aspect ratio across all images or free-form the crop to present each room exactly as they prefer, such as highlighting wide open layouts or focusing on key selling features.

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

Once you've created your preset, save it as a profile, say, '*yourname1*.' It'll stay in your account and be shared with your [team](/teams/teams.md) so you can reapply it anytime.

You can fine-tune each photo individually, or apply your entire profile to all the photos in a listing with a single click by using the **"Apply to all"** option next to "My Profiles." If you want a do-over, click on the redo button and start again.

<figure><img src="/files/ErJ1JJ5Gw4jh0iNSDzhd" alt="" width="375"><figcaption><p>The redo button next to "Apply to all", circled</p></figcaption></figure>

{% hint style="info" %}
**Pro tip**

Creators often save a dedicated profile for each client, allowing them to switch effortlessly between a bright-and-airy style for one client and a warm-and-cozy look for another.
{% endhint %}

Once your profile is applied to the whole listing, tap “Save All” in the upper-right to save your finished edits. You'll see a pop-up indicating your photos can now be exported and sent to your clients.

<figure><img src="/files/SCHimXUVINa4Bm6gui3G" 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://uni.fotello.co/photos/personalizing-photos/my-profiles.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.
