# Orientation & Navigation

## Directory Modes

**Main Org Directory (view-only)** — Sort, filter, search, and export. No editing. Use for current state analysis and reporting.

**Scenario Directory (editable)** — Everything above plus bulk select, bulk edit, and add/close positions. Use for planning org changes.

## Accessing Directory

* **From the homepage** — Click Directory in the top nav bar, or press `2`
* **From Main Org or Scenario** — Click the Directory/Table icon in the left toolbar (toggles with org chart; filters persist)
* **From Workforce Hub** — Some charts include a "View in Directory" link that opens Directory pre-filtered to the chart's data

## Navigating Large Datasets

Pagination — Change rows per page (25/50/100/500) at the bottom of the table. Sorting works across all pages, not just the current one.

:bulb: **Protip:** Filter first to reduce total rows, then sort the filtered subset — much faster than paginating through 800+ positions.

## Keyboard Shortcuts

| Action                          | Shortcut |
| ------------------------------- | -------- |
| Jump to Directory module        | `2`      |
| Return to Org Chart             | `1`      |
| Clear selection or close panels | `Esc`    |

## Troubleshooting

| Problem                                    | Solution                                                       |
| ------------------------------------------ | -------------------------------------------------------------- |
| Directory empty or showing unexpected data | Check active filters; clear all and try again                  |
| Can't find toolbar icons                   | Scroll up to see the left toolbar; try collapsing other panels |

## Related Articles

* [Filtering & Sorting](/directory/filtering-sorting.md)
* [Column Customization](/directory/columns-customization.md)
* [Bulk Operations](/directory/bulk-operations.md)
* [Exporting](https://github.com/Productao/gitbook/blob/docs/help-center-refresh-2026/directory/exporting.md)


---

# 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.agentnoon.com/directory/navigation.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.
