> For the complete documentation index, see [llms.txt](https://kinemation.gitbook.io/scriptable-animation-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/pose-offset-layer.md).

# Pose Offset Layer

## Description

**Pose Offset** is a <mark style="color:green;">helpful</mark> layer, which is designed to offset the selected element. It is commonly used for adjusting IK objects for special cases, like crouching or crawling.

## Properties

<figure><img src="/files/k1fsuLF5UZDsQUNZNAuc" alt="" width="381"><figcaption></figcaption></figure>

* Element: the selected bone to offset.
* Pose: Transform offset for this element.
* Space: desired space to apply offset in.
* Modify Mode: whether to Add or Replace transform.
* Name: the name of the control parameter.
* Mode: the Direct or Mask mode of the control parameter.


---

# 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://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/pose-offset-layer.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.
