# Anchor

## Description

Anchor is a quick utility tool to reposition a layer's anchor point without affecting its visual position in the composition. This tool is essential for setting up proper rotation and scaling pivot points.

## Setup

1. Select one or more layers you'd like to adjust the anchor point for
2. Run the Anchor tool and choose your desired anchor point position

## Options

**Center**\
Centers the anchor point to the layer's center

**Average**\
Positions the anchor point at the average center of all selected layers

**To First**\
Positions the anchor point at the first layer of all selected layers

**To Last**\
Positions the anchor point at the last layer of all selected layers

**Rotation Lock**\
Maintains the layer's current rotation when repositioning the anchor point

**Include Masks**\
Considers mask paths when calculating anchor point position

{% hint style="info" %}
Add to your Motion Mini for quick access!
{% endhint %}


---

# 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://motion-studio.mtmograph.com/ae-extension/tools/anchor.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.
