> For the complete documentation index, see [llms.txt](https://help.synode.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.synode.ai/builder/editpivotpoints.md).

# Edit Pivot Point

If you would like to see a full video covering the Edit Pivot Point. You can watch it here:

{% embed url="<https://www.youtube.com/watch?v=a-xrO6PWQjA>" %}

The Edit Pivot Point allows to move the pivot to another location that will effect the movement, scale, and rotation of meshes. Click Confirm when you are finished.

<figure><img src="/files/dc7gZClx5qF6Nj5CYwfO" alt=""><figcaption></figcaption></figure>

To start editing the pivot point, Go to top right of the mesh heirarchy and click the 4 vertical dots. Click Edit pase pose. This brings you to a state where instead of animating, your start editing your mesh.

<figure><img src="/files/nClbTmJz6IBLnVQmy8c7" alt=""><figcaption></figcaption></figure>

Once you click Edit Pivot Point, a small menu will be brought up in the bottom left of the viewport. You are now in a state where you can freely move the pivot point around.

<figure><img src="/files/f2YVjiR3gidhVn23kd8P" alt=""><figcaption></figcaption></figure>

## Snap to Geometry Center:

Clicking the Snap to geometry center button will immediately place the pivot point to the center of the mesh you selected.

<figure><img src="/files/o4siAZmj9uJlLT26Xdr2" alt=""><figcaption></figcaption></figure>

## Position Tabs:

If you have specific values you want the pivot point set on, you can do so by setting your values in the position tabs.

<figure><img src="/files/sCc9CuModhWRdVroff7q" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.synode.ai/builder/editpivotpoints.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
