> For the complete documentation index, see [llms.txt](https://guide.yoyoshortcut.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.yoyoshortcut.com/installation/cool-tips-for-productivity.md).

# Cool Tips for Productivity

Here, we want to share some cool shortcuts that exist in your browsers already, and you might not know of them yet!

## Address Bar

You can access the search bar quickly by <mark style="color:red;">**⌘ + L**</mark> (Mac) or <mark style="color:red;">**Ctrl + L**</mark> (Windows)

## Tabs

On Mac:

* You can quickly navigate between your tabs with <mark style="color:red;">**⌘ + Shift + \[**</mark> and <mark style="color:red;">**⌘ + Shift + ]**</mark>
* Inside your tab, use <mark style="color:red;">**⌘ + \[**</mark> or <mark style="color:red;">**⌘ + ]**</mark> to move back or forward in that tab's history

On Windows:

* <mark style="color:red;">**Ctrl + Tab**</mark> to move to the next tab (right)
* <mark style="color:red;">**Ctrl + Shift + Tab**</mark> to move to the previous tab (left)
* <mark style="color:red;">**Alt + Left Arrow**</mark> to go back in the tab's history (previous page)
* <mark style="color:red;">**Alt + Right Arrow**</mark> to go forward in the tab's history (next page)


---

# 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:

```
GET https://guide.yoyoshortcut.com/installation/cool-tips-for-productivity.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.
