> For the complete documentation index, see [llms.txt](https://docs.stepsecurity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stepsecurity.io/administration/admin-console/resources/dev-machine-guard.md).

# Dev Machine Guard

The Dev Machine Guard tab in the Resources section shows whether Dev Machine Guard is enabled for your organization and the default scan frequency that applies to enrolled devices. Use this tab to confirm the org-level configuration, then jump to the full Dev Machine Guard dashboard to manage devices, allowlists, and policies.

{% hint style="info" %}
For the full Dev Machine Guard product documentation, including device enrollment, IDE extension and AI agent policies, MCP server monitoring, and OSS dependency tracking, see the [Dev Machine Guard section](https://docs.stepsecurity.io/dev-machine-guard/).
{% endhint %}

<figure><img src="/files/LPTGUcJXh60QTWgKO01T" alt=""><figcaption></figcaption></figure>

### What you can do here

* **Confirm Dev Machine Guard is enabled:** The Configuration Details panel shows whether the agent is enabled for your organization.
* **Review the default scan frequency:** This is how often the Dev Machine Guard agent scans an enrolled device by default. The default is 4 hours.
* **Open the Dev Machine Guard dashboard:** Click **Visit Dashboard** in the top right to open the full Dev Machine Guard dashboard, where you can manage enrolled devices, IDE extension allowlists, AI agent inventories, MCP server policies, and dependency monitoring rules.


---

# 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.stepsecurity.io/administration/admin-console/resources/dev-machine-guard.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.
