> For the complete documentation index, see [llms.txt](https://sunfish-studios.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sunfish-studios.gitbook.io/main/getting-started/creating-a-fisher-character/configuring-rod-position.md).

# Configuring Rod Position

After you finishing creating your fisher character, the rod will probably stand like this on his hand:

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

#### To configure the hand position follow these steps:

1. Make sure that the handle tool is set to **Global**, not Local, this will make your life way easier.

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

2. Select the fishing rod in the scene and adjust the position and rotation to fit in the character hand

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

3. When the rod is correctly positioned in the hand, Go to the fishing rod script under General -> Hand & Holster -> Right Hand Offset, copy the position from the transform and paste on the offset, copy the Euler Agles and paste on the rotation. Now Right Click on the Right Hand Offset and copy it.

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

4. Copy the Right Hand Offset, exit play mode, paste back the Right Hand Offset. Now you enter on the playmode again and the fishing rod will be on the correct position.

<figure><img src="/files/kF9ClliPqnnfTTr41cGK" 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://sunfish-studios.gitbook.io/main/getting-started/creating-a-fisher-character/configuring-rod-position.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.
