# Policies (macOS)

## What is a Policy?&#x20;

A Policy is a configuration that can control the **Application** **Updates**. macOS policies are different from WindowsOS policies.

Policies are used to automate, schedule, or version freeze application updates. Multiple policies can be created and assigned to different groups of computers.

The tables below describe the configurable features and settings for Policies for macOS.

### Applications Settings

| Application Policy Configuration Options | Description                                                                             |
| ---------------------------------------- | --------------------------------------------------------------------------------------- |
| Automatic Update                         | Update the application whenever an update is available.                                 |
| Manual Update                            | Do not automatically update the application.                                            |
| Schedule Update                          | Set a time and date to run an application update.                                       |
| Version Freeze                           | Prevent any further updates from being downloaded and uninstalled for this application. |

### App Store Update Settings

| App Store Settings                      | Description                                                            |
| --------------------------------------- | ---------------------------------------------------------------------- |
| Automatically Update All App Store Apps | Apps will be updated at the scheduled time set under General Settings. |


---

# 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.faronics.com/faronicsdeploy/policies-macos.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.
