# Tree Navigation by Keyboard

You can select your preferred tree navigation mode by keyboard in Map View between two options:

1. &#x20;**The most left**: When you navigate to Children or Parents by keyboard, it will navigate to the most left Outcome in that group.
2. **Show a modal**: When you navigate to children or parents by keyboard, a modal will pop up each time for you to select which Child or Parent you want to navigate to.

### Switching Between Keyboard Tree Navigation Modes

1. Click on **your Avatar** on top right side of the screen.
2. Click on **Preferences**.
3. Select the **The most left** or the **Show a modal** option based on your preference.
4. Hit **Save Changes**.

<figure><img src="/files/fKCfgIHnKXCLsccTnzXm" alt=""><figcaption><p>Tree navigation by keyboard options in Preferences</p></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://docs.acorn.software/project-views/map-view/tree-navigation-by-keyboard.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.
