> 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/pd-ag/parallels-desktop-for-mac-enterprise-edition-features/using-custom-graphics-and-links-in-the-control-center.md).

# Using Custom Graphics and Links in the Control Center

Parallels Desktop Control Center is a part of the Parallels Desktop graphical user interface. It's a window from which a Mac user launches virtual machines. By default, the Control Center displays the list of the available virtual machines, as in the following example:

<figure><img src="https://content.gitbook.com/content/KtRUprxh035S97pZeygw/blobs/79UZ4aNzBRJOZZezk6hq/Screenshot%202024-02-06%20at%2000.14.30.png" alt="" width="509"><figcaption></figcaption></figure>

You can customize the Control Center by specifying a URL to your own HTML document, which will be embedded at the top of the Control Center window. The HTML page can contain text, graphics, and links such as your company logo, custom text, a link to a support page, etc. The HTML document format doesn't have any specific requirements.

The URL must be specified during the preparation stage of the [Mass Deployment process](broken://pages/IR1p2400lKSIBkTObBil). Specifically, you need to specify the URL and the HTML page size using the following variables in the mass deployment configuration file (`deploy.cfg`):

* `control_center_banner_url`
* `control_center_banner_height`
* `control_center_banner_min_width`

For a description of how to specify the values, please see [**Configuring Deployment Options**](/landing/pd-ag/provisioning-and-activation-of-parallels-desktop/alternative-deployment-methods/alternative-mass-deployment-via-deployment-package/preparing-the-autodeploy-package/configuring-deployment-options.md). The variables are described in the **Virtual Machines** section.

The following is an example of Parallels Desktop Control Center displaying a custom banner at the top.

<figure><img src="https://content.gitbook.com/content/KtRUprxh035S97pZeygw/blobs/DpQAyArMMNV6aRRoZvnl/image.png" alt="" width="563"><figcaption></figcaption></figure>

You can download a sample HTML document defining the banner using the following URL:

<https://download.parallels.com/desktop/tools/header13.zip>


---

# 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/pd-ag/parallels-desktop-for-mac-enterprise-edition-features/using-custom-graphics-and-links-in-the-control-center.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.
