> 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.md).

# Photos

- [Editing](https://uni.fotello.co/photos/editing.md)
- [Adding Photos](https://uni.fotello.co/photos/editing/adding-photos.md)
- [Bracketing](https://uni.fotello.co/photos/editing/bracketing.md)
- [Preferences](https://uni.fotello.co/photos/editing/preferences.md)
- [Enhancing](https://uni.fotello.co/photos/editing/enhancing.md)
- [Sorting Photos](https://uni.fotello.co/photos/editing/sorting.md)
- [Downloading Photos and RAWs](https://uni.fotello.co/photos/editing/downloading-raws.md)
- [Digitally Altered (Cal AB 723)](https://uni.fotello.co/photos/editing/downloading-raws/digitally-altered-cal-ab-723.md)
- [Personalizing Photos](https://uni.fotello.co/photos/personalizing-photos.md)
- [Adjust Panel Overview](https://uni.fotello.co/photos/personalizing-photos/adjust-panel-overview.md): Fine-tune enhanced photos with profiles, fixes, and revisions.
- [Foton 10.0 Styles](https://uni.fotello.co/photos/personalizing-photos/foton-10.0-styles.md): Choose the rendering style before you fine-tune a photo.
- [My Profiles](https://uni.fotello.co/photos/personalizing-photos/my-profiles.md)
- [Basic](https://uni.fotello.co/photos/personalizing-photos/basic.md): Adjust overall brightness and contrast.
- [Color](https://uni.fotello.co/photos/personalizing-photos/color.md): Correct warmth, tint, and overall color intensity.
- [Tone](https://uni.fotello.co/photos/personalizing-photos/tone.md): Fine-tune highlights, shadows, whites, and blacks.
- [Detail](https://uni.fotello.co/photos/personalizing-photos/detail.md): Sharpen or soften a photo with small, controlled adjustments.
- [Manual Lens Correction](https://uni.fotello.co/photos/personalizing-photos/manual-lens-correction.md): Correct wide-angle lens distortion by hand.
- [Aspect Ratio](https://uni.fotello.co/photos/personalizing-photos/aspect-ratio.md): Crop a photo to the format needed for delivery.
- [Wall Color](https://uni.fotello.co/photos/personalizing-photos/wall-color.md)
- [Remove Tool](https://uni.fotello.co/photos/personalizing-photos/remove-tool.md)
- [Privacy Blur Tool](https://uni.fotello.co/photos/personalizing-photos/privacy-blur-tool.md): Blur sensitive details before publishing a photo.
- [Perspective Correction](https://uni.fotello.co/photos/personalizing-photos/perspective-correction.md): Straighten converging lines and level the frame.
- [Color Editor](https://uni.fotello.co/photos/personalizing-photos/color-editor.md): Adjust one color without shifting the rest of the photo.
- [Options](https://uni.fotello.co/photos/personalizing-photos/options.md): Use Upscale and Grass Enhancement from one section.
- [Sky Style](https://uni.fotello.co/photos/personalizing-photos/sky-style.md)
- [Personalized TV Screen](https://uni.fotello.co/photos/personalizing-photos/tv-screen.md)
- [Fireplace](https://uni.fotello.co/photos/personalizing-photos/fireplace.md)
- [Aerial Pins](https://uni.fotello.co/photos/personalizing-photos/aerial-pins.md)
- [Property Lines](https://uni.fotello.co/photos/personalizing-photos/property-lines.md): Draw lot boundaries directly on aerial photos.
- [Personalize It to Match Your Style](https://uni.fotello.co/photos/personalizing-photos/personalize-it-to-match-your-style.md): Apply common edits fast with AI or send them to a human editor.
- [Compliance](https://uni.fotello.co/photos/personalizing-photos/compliance.md): Know when an edited photo needs a digitally altered disclosure.
- [Branding](https://uni.fotello.co/photos/personalizing-photos/branding.md)
- [Upscale](https://uni.fotello.co/photos/personalizing-photos/upscale.md)
- [Human Revisions](https://uni.fotello.co/photos/personalizing-photos/human-revisions.md)
- [AI Quality Control](https://uni.fotello.co/photos/personalizing-photos/ai-quality-control.md): Scan a listing for cross-photo consistency and editing issues.
- [AI Revisions](https://uni.fotello.co/photos/personalizing-photos/ai-revisions.md): Refine a photo instantly with prompt-based edits in the Adjust panel.
- [Batch Edit](https://uni.fotello.co/photos/personalizing-photos/batch-edit.md)
- [Twilight](https://uni.fotello.co/photos/twilight.md)
- [Staging](https://uni.fotello.co/photos/staging.md)


---

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