> For the complete documentation index, see [llms.txt](https://calcom.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://calcom.gitbook.io/docs/how-to-guides/quick-actions-using-command-bar.md).

# Quick actions using command bar

A command bar is an easy-to-use search bar that provides quick access to all your website’s or app’s essential tasks and content.

You can simply press `⌘+K` on Mac or `Ctrl+K` on windows to bring up the command window, or you can click on the command search bar:

<figure><img src="/files/geFFxfKRZWz3sNaVd2I3" alt=""><figcaption></figcaption></figure>

From here, simply search what you're looking for!

Currently, you can visit various pages quickly using the command bar, such as, event types, app store, upcoming bookings, recurring bookings, past bookings, cancelled bookings, workflows, installable apps, etc.

Here's a categorized list of all the pages you can quickly visit using the command bar:

1. Workflows
2. Event Types
3. App Store
4. Bookings\
   -> Upcoming\
   -> Recurring\
   -> Past\
   -> Cancelled
5. Availability
6. Profile\
   -> Profile\
   -> Change Avatar\
   -> Timezone\
   -> Brand Color\
   -> Teams
7. Security\
   -> Change password\
   -> Two Factor Authentication\
   -> User Impersonation
8. Developer\
   -> Webhooks\
   -> API Keys
9. Billing
10. Installable Apps\
    Uniquely searchable using their name, please take a look at [Broken mention](broken://pages/nXHsfU0Xi0Z02gEpaxPJ) to get an exhaustive list of the apps in our App store.


---

# 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://calcom.gitbook.io/docs/how-to-guides/quick-actions-using-command-bar.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.
