# Customizing the Support Center Option

When users run Parallels Desktop Enterprise Edition, they can get support at any time by clicking the **Help** > **Support Center** menu. By default, this will open one of the following:

* If you are a large organization with your own Help Desk, the menu will open a message box saying the user should contact the system administrator for assistance.
* If you are a small organization without a Help Desk or if you are using a trial version of Parallels Desktop, the menu will open the Parallels Desktop support web page.

You can change the default behavior described above and make the **Help** > **Support Center** menu open a custom URL, such as your corporate Help Desk page or any other web page you desire.

The customization can be done during mass deployment of Parallels Desktop by modifying the corresponding deployment configuration parameter. Please see [**Configuring deployment options**](https://docs.parallels.com/landing/pd-ag/mass-deployment-of-parallels-desktop-and-virtual-machines/mass-deployment-using-mac-management-tools/alternative-mass-deployment-via-deployment-package/preparing-the-autodeploy-package/configuring-deployment-options) for the complete info (see the description of the **Help and Support** section of the configuration file).

You can also make the customization manually on an individual Mac as follows:

1. Log in to the Mac.
2. In the Finder, navigate to the `/Users/<User_Name>/Library/Preferences` directory and locate the `com.parallels.Parallels Desktop.plist` file.
3. Open the file using the Property List Editor application, which is included with Xcode.
4. Find the `SupportRequestUrl` property in the file. If the property doesn't exist, add it to the file specifying its data type as String.
5. To specify the action that should be performed by the **Help** > **Support Center** menu, set the value of the `SupportRequestUrl` property:
   * To display the default text message, clear the property value.
   * To open a URL, specify the full URL of the desired web page or resource.

{% hint style="info" %}
**Note:** The `SupportRequestUrl` property value has no effect when Parallels Desktop is activated using the Parallels Desktop Standard Edition license key.
{% endhint %}


---

# Agent Instructions: 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://docs.parallels.com/landing/pd-ag/parallels-desktop-for-mac-enterprise-edition-features/customizing-the-support-center-option.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.
