> 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

My Profiles saves a full look as a reusable preset.

Each profile captures your **Basic**, **Color**, **Tone**, and **Detail** settings.

### Built-in profiles

Every account starts with these profiles:

* **Airy** — Lifted shadows and soft contrast
* **Crisp** — Punchier contrast and cleaner whites
* **Golden** — Warmer tones and a late-day glow
* **Deep** — Rich shadows and bolder color
* **Bright** — Higher exposure and a lighter overall look
* **Dark** — Lower exposure and moodier blacks

### Create and apply a profile

{% stepper %}
{% step %}

#### Build the look you want

Adjust the photo until it matches your style.

Most creators start with **Basic**, then fine-tune **Color**, **Tone**, and **Detail**.
{% endstep %}

{% step %}

#### Save it as a profile

Create a new profile when the image looks right.

The profile stays in your account and is shared with your [team](/teams/teams.md).
{% endstep %}

{% step %}

#### Apply it anywhere

Apply the profile to one photo, or use **Apply to all** to push it across the full listing.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Save a dedicated profile for each client when they expect a consistent look across every shoot.
{% endhint %}


---

# 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.
