> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/admin-guide/33/install/deploy-defender/app-embedded/config-app-embedded-fs-mon.md).

# Default Setting for App-Embedded Defender File System Monitoring

This procedure is intended for security teams that want to set a global recommendation for whether file system monitoring should be enabled when teams deploy App-Embedded Defenders.

By default, file system monitoring is disabled in App-Embedded Defenders. Security teams can turn it on by default so that the teams that build and manage apps will deploy Defender according to your organization’s best practices. Individual teams can optionally override the default setting at embed-time, and they may want to do so if file system monitoring interferes with their workload’s operation.

1. Log into Console.
2. Go to **Manage > Defenders > Manage > Defenders**.
3. Click **Advanced settings**.
4. Set **Default app-embedded file system monitoring** to **On** or **Off**.
5. Validate the global setting has been properly applied by inspecting the Defender embed flow.
   1. Go to **Manage > Defenders > Deploy > Defenders**.
   2. In **Deployment method**, select **Single Defender**.
   3. In **Choose the Defender type**, select **Container Defender - App-Embedded**.
   4. Verify that the value for **Monitor file system events** matches the value you set in **Advanced settings**.


---

# 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.prismacloud.io/admin-guide/33/install/deploy-defender/app-embedded/config-app-embedded-fs-mon.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.
