> For the complete documentation index, see [llms.txt](https://jellybits.gitbook.io/transform-more/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jellybits.gitbook.io/transform-more/product-guides/offset.md).

# Offset

There are several ways to handle offset transformations for the transform.

## Step 1 - Select Objects

* In **Scene view**, select all the objects you want to **Offset**.

<figure><img src="/files/5E5EcIn1R15tIDDItB2T" alt=""><figcaption><p>Select all objects</p></figcaption></figure>

## Step 2 - Offset Objects

* Move the selected objects by offset using the preferred method.

<figure><img src="/files/Ucys66EaRffcGkGNa3MQ" alt=""><figcaption><p>Offset center</p></figcaption></figure>

<figure><img src="/files/b3k0zm8zXRFRUySlK4eI" alt=""><figcaption><p>Offset position</p></figcaption></figure>

<figure><img src="/files/ksQpjYtCmXJWHzFfpRRg" alt=""><figcaption><p>Offset rotation</p></figcaption></figure>

<figure><img src="/files/MgAvqloQ1AZMTI9v6q4e" alt=""><figcaption><p>Offset scale</p></figcaption></figure>

* **Expand/Shrink** Increase or decrease the spacing between the selected objects.
* **Center** This option lets you view and specify the center points of selected objects, giving you more control over their alignment and arrangement.
* **Offset** You can move each selected object to a local coordinate system.
* **Offset Pos** Translate by the specified offset along a specific axis.
* **Offset Rot** Rotate by the specified offset along a specific axis.
* **Offset Scale** Scale by the specified offset along a specific axis.


---

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

```
GET https://jellybits.gitbook.io/transform-more/product-guides/offset.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.
