# Cropping Images

If your system administrator has set up cropping for your images, you will see a similar interface when you edit your images:

![Options for editing images](/files/IbQmTdEFVxAX6PJixZEp)

The circle in the middle of the image is the default focal point. The focal point defines the primary area or focus of the image which will be the center point of any image re-sizing. You can move the focal point by clicking and dragging it to the desired part of the image.

Next to the image, you may see specific crops of the image depending on your setup. In the above example, you can see that 2 crops have been set-up. To add or update the image crops, see [Adding properties](/umbraco-cms/fundamentals/data/creating-media.md#adding-properties) section in the [Creating media](/umbraco-cms/fundamentals/data/creating-media.md) article.

To manually alter the pre-defined crops:

1. Select one of the crops - you will see an enlarged version of the crop.
2. Drag the image around and zoom in or out until you have the desired result.

   ![Editing a pre-defined crop](/files/rAsUDrrak3l6fWByNKd8)
3. Once you are happy with your changes, click **Done** to save the changes.
4. If you wish to reset the crop to default view, click **Reset crop**.
5. Once you have finished editing the crops, click **Save and close**.


---

# Agent Instructions: 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:

```
GET https://docs.umbraco.com/umbraco-cms/tutorials/editors-manual/media-management/cropping-images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
