# Navigation Guide

## Navigation Guide

TZone is organized around tasks, approvals, budgets, and administration.

### How the workspace is organized

* **Dashboard** shows current work and alerts.
* **Role guides** help you complete common workflows.
* **Admin areas** control structure, policy, and routing.

### Good places to start

* New users should begin with [Getting Started](/getting-started/overview.md).
* Employees should open [Employee Guides](/employee-guides/overview.md).
* Reviewers should open [Manager Guides](/manager-guides/overview.md) or [Finance Guides](/finance-guides/overview.md).

### Navigate faster

* Use the dashboard for current work.
* Open your role section for step-by-step tasks.
* Check finance and approval views for queued items.


---

# 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.techzala.com/getting-started/navigation-guide.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.
