# Bone Selector

This is a simple tool to ping the selected bone in the hierarchy. You can open it quickly using Ctrl + Shift  + Alt + B

* **Avatar** accepts an animator. The script will automatically try to find an avatar in your scene
  * If more than one active avatar is found they'll be presented as a list to select the one you want
* Unfold selected makes it so the pinged bone is also unfolded in the hierarchy. This setting is persistent so that you can open and close the tool anytime

<figure><img src="/files/1MO8fQZO8EL6JHYjaNWn" alt=""><figcaption></figcaption></figure>


---

# 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://wft.gabsith.com/tools/bone-selector.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.
