> For the complete documentation index, see [llms.txt](https://ac.docs.landis.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ac.docs.landis.cloud/administration/settings-policies.md).

# Settings Policies

Settings policies allow an admin to deploy settings for users. Each policy includes one or multiple settings. The settings in these policies can be applied as default or admin enforced.

**Default Settings**: Settings that do not have the admin enforced box checked will fall into this category. This option will configure the default settings but will allow users to change the settings.

**Admin Enforced Settings**: Settings with the admin enforced box checked will configure the settings and these settings will not be editable by users.

**Settings will be applied in the following order:**

1. Application default settings (No policy applied)
2. Default policy, settings not admin enforced
3. User level policy, settings not admin enforced
4. End user configured settings
5. Default policy, settings admin enforced
6. User level policy, settings admin enforced

Example Scenarios:

Scenario 1: An end user configures a setting (option 4). This will override the setting configured in option 1, 2, and three.&#x20;

Scenario 2: A setting is configured in a user level policy and is admin enforced (option 6). This will override all other settings configured in option 1, 2, 3, 4, and 5.


---

# 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://ac.docs.landis.cloud/administration/settings-policies.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.
