# Global Options

The **Global Options** section lets you configure settings that apply across the entire plugin. Some of these settings can also be customized in individual modules for more specific control.

* [**Layout**](/docs/global-options/layout.md)\
  Customize the look of the plugin, including color palette, theme, media player skins, and custom CSS. Module-specific options can override these.
* [**Personal Folders**](/docs/global-options/personal-folders.md)\
  Set up how users are linked to their personal folders. You can adjust this further in each module.
* [**Integrations**](/docs/global-options/integrations.md)\
  Enable or disable integrations with third-party services. Some integrations have extra settings in individual modules.
* [**Notifications**](/docs/global-options/notifications.md)\
  Customize global email templates and "From" settings. Module-specific emails can be adjusted too.
* [**Permissions**](/docs/global-options/permissions.md)\
  Control which user roles can access specific plugin features. You can fine-tune this per module.
* [**Usage Limits**](/docs/global-options/usage-limits.md)\
  Set global limits for downloads, bandwidth, and ZIP files. These can be changed per module.
* [**Security**](/docs/global-options/security.md)\
  Manage security settings for API requests and file access. You can adjust these within each module as well.
* [**Advanced**](/docs/global-options/advanced.md)\
  Configure advanced settings like cloud account management, file compression, and updates.
* [**Statistics**](/docs/global-options/statistics.md)\
  Enable logging, email summaries, and Google Analytics tracking. You can set these up in each module too.
* [**Tools**](/docs/global-options/tools.md)\
  Manage cache clearing, backups, logs, and reset actions.


---

# 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://wpcloudplugins.gitbook.io/docs/global-options.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.
