# Core Tools

Your controllers can have different tools attached to them as you need such as the Grabber, Navigator, Sketcher or Destroyer. Each controller can (and typically will) have different tools.

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

The primary tool on your main hand is the Grabber, and the Navigator on your off hand.

Press and hold the **Menu** button (**A** button on Index & Oculus) to summon the Tool Wheel Menu which lets you change tools. Twist your hand to select the tool you want and release.

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

{% hint style="info" %}
For quick access, you can click the Menu Button to toggle between the current tool and the primary tool (Grabber on your main hand, Navigator on your off hand).
{% endhint %}

### Tool Status

Just above and outside of your controller is a small square status panel for the current tool. This will usually show you the current tool selected and additional status info. Many tools such as the Grabber will show you info about what it's pointing at such as the thing's name.


---

# 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://docs.moviestorm.co.uk/firststage/basics/core-tools.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.
