# Rename

## Description

Takes layer names and renames them using specified presets.

## Setup

1. Select one or more layers you'd like to rename, in the order you'd like them serialized
2. Open the Rename tool and run Rename with the presets

## Options

**Prefix**\
The prefix applied to the new layer name

**Name**\
The name that will apply to each layer

**Suffix**\
The suffix applied to the new layer name

**Seperator**\
Custom character sequence to separate the prefix/name/suffix and serialized number

**Serialize**\
Whether to apply the serialized number before or after the resulting layer name


---

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