> For the complete documentation index, see [llms.txt](https://help.transform.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.transform.ai/getting-started/search-and-navigation.md).

# Search and Navigation

### Overview

Search is fastest when location is unknown. Navigation is fastest when Organization and Project context is known.

{% hint style="info" %}
Screenshot placeholder: top navigation showing Global Search, breadcrumbs, and the left navigation.
{% endhint %}

### Key Concepts

* **Global Search**: cross-scope search for items
* **Breadcrumbs**: scope navigation (Account → Organization → Project)
* **Left navigation**: area navigation inside a scope
* **Save View**: stored view configuration for repeatable lists

{% hint style="info" %}
GIF placeholder: `Cmd/Ctrl + K` → type query → open a result.
{% endhint %}

### How It’s Used

Use this workflow for daily navigation. It reduces time spent searching across scope boundaries.

### Benefits

* Faster retrieval of work items and decisions
* Reduced errors caused by working in the wrong Project
* Repeatable “review lists” through Save Views

### Setup Steps

#### Common workflow

{% stepper %}
{% step %}

### Find the item

Start with Global Search.

Add filters when results are noisy.
{% endstep %}

{% step %}

### Confirm scope

Use breadcrumbs to confirm Organization and Project.

{% hint style="info" %}
Screenshot placeholder: a search result row showing a breadcrumb path (Org → Project → Item).
{% endhint %}
{% endstep %}

{% step %}

### Save the route back

Create a Save View for repeatable review lists.
{% endstep %}
{% endstepper %}

### Best Practices

* Use Global Search for cross-Project discovery.
* Use Save Views for daily review lists.

### Summary

Key pages:

* [Using Global Search](/getting-started/using-global-search.md)
* [Finding Requirements, Tasks, and Tests](/getting-started/finding-requirements-tasks-and-tests.md)
* [Bookmarking and Favorites](/getting-started/bookmarking-and-favorites.md)

Related:

* Get oriented: [Understanding the Interface](/getting-started/understanding-the-interface.md)
* Search with AI: [Console AI Search](/ai/console-ai-search.md)
* Build filtered views: [Working with Views](/getting-started/working-with-views.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.transform.ai/getting-started/search-and-navigation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
