> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/pdfm-ug/parallels-desktop-for-mac-27-users-guide/use-windows-on-your-mac/using-the-touch-bar-in-windows.md).

# Using the Touch Bar in Windows

If you have a MacBook with a Touch Bar, you can use it to work with Windows and Windows applications.

{% hint style="info" %}
**Note:** This feature requires you to install [Parallels Tools](/landing/pdfm-ug/parallels-desktop-for-mac-27-users-guide/advanced-topics/installing-and-updating-parallels-tools/parallels-tools-for-windows.md).
{% endhint %}

When you're working with Windows, and there's no application in the forefront, the Touch Bar shows the applications in the Windows Taskbar:

<figure><img src="https://content.gitbook.com/content/hVLphlNWs82OS4cXatMx/blobs/8AlXfZ1LXROk8tHnJNJM/image.png" alt=""><figcaption></figcaption></figure>

If you open an app or bring it to the front, the Touch Bar shows the most commonly used buttons for this app. For example, if Microsoft Outlook is selected, the Touch Bar may look like as follows:

<figure><img src="https://content.gitbook.com/content/hVLphlNWs82OS4cXatMx/blobs/pZROuRsFqwECftQpSGtn/image.png" alt=""><figcaption></figcaption></figure>

### Customize the Touch Bar for a Windows Application

You can customize the Touch Bar according to your needs. To add new controls to the Touch Bar or remove them from it:

1. Do one of the following:
   * If Windows is running in the Window or Full-Screen view mode, select the app for which you want to customize the Touch Bar, click **View** in the macOS menu bar, and choose **Customize Touch Bar for \<app\_name>**.
   * If Windows is running in Coherence, select the app for which you want to customize the Touch Bar, click **View** in the macOS menu bar, and choose **Customize Touch Bar**.
2. The customization window appears. Do one of the following:
   * If you want to add new controls to the Touch Bar, select the item you need and drag it to the bottom until it appears on the Touch Bar. You can also drag the item left and right to rearrange it.
   * If you want to remove some controls, move the mouse cursor to the bottom of the screen. As you move the cursor above the controls, they light up. Select the control you want to remove and drag it upward, back into the tool panel.
3. Once ready, tap **Done**.


---

# 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://docs.parallels.com/landing/pdfm-ug/parallels-desktop-for-mac-27-users-guide/use-windows-on-your-mac/using-the-touch-bar-in-windows.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.
