> 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/bookmarking-and-favorites.md).

# Bookmarking and Favorites

### Overview

Bookmarking and favorites reduce navigation overhead.

They exist to make repeatable routes one click away.

### Key Concepts

* **Favorite**: in-app marker that keeps frequently used items near the top
* **Browser bookmark**: saved URL for fast entry into a specific page
* **Route**: repeatable navigation path, such as Organization → Project → Save View
* **Scope**: access boundaries still apply to favorites and bookmarks

### How It’s Used

Use favorites for frequently accessed Organizations and Projects.

Use bookmarks for stable routes, such as a weekly review Save View.

### Benefits

* Faster switching between active delivery areas
* Lower risk of working in the wrong scope
* Cleaner weekly cadence through repeatable review routes

### Setup Steps

#### Favorite Organizations and Projects (in-app)

{% stepper %}
{% step %}

### Open the list page

Open **Organizations** or the Project list.
{% endstep %}

{% step %}

### Mark as favorite

Select the **star** or **favorite** action next to the target item.

Availability varies by Account configuration.
{% endstep %}

{% step %}

### Maintain the list

Remove favorites when work closes.

Keep the list short for scanning.
{% endstep %}
{% endstepper %}

#### Bookmark repeatable routes (browser)

{% stepper %}
{% step %}

### Open the target page

Open the page that should be saved.

For example: a Save View used in a weekly review.
{% endstep %}

{% step %}

### Create the bookmark

Use the browser bookmark shortcut:

* macOS: `Cmd + D`
* Windows/Linux: `Ctrl + D`
  {% endstep %}

{% step %}

### Name the bookmark

Use a stable naming pattern.

For example: `Transform — Organizations`.
{% endstep %}

{% step %}

### Organize the bookmarks

Create a `Transform` bookmark folder.

Group bookmarks by Organization or cadence.
{% endstep %}
{% endstepper %}

### Best Practices

* Prefer Save Views for repeatable “my work” lists.
* Bookmark team review views rather than raw lists.
* Standardize naming, such as `Transform — <Organization> — Weekly review`.
* Avoid bookmarking pages that change often, such as temporary search results.

### Summary

Favorites and bookmarks reduce daily navigation overhead.

Related:

* [Using Global Search](/getting-started/using-global-search.md)
* [Finding Requirements, Tasks, and Tests](/getting-started/finding-requirements-tasks-and-tests.md)
* [Saved Views and Templates](/getting-started/save-views-and-templates.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/bookmarking-and-favorites.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.
