> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/tenants/dev-passthrough-advanced.md).

# Device Passthrough Advanced Configuration

Although allowing auto-generation of resource rules (e.g. when you select a device and use the *Make Resource* menu option) is easiest and usually recommended, there may be situations where it may be useful to manually create a resource rule or to modify an auto-generated resource rule.

{% hint style="danger" %}
**It is important to read and be familiar with** [**PCI Passthrough Risks and Precautions**](/run-the-platform/system-administration/device-pass-overview.md#pci-passthrough-risksprecautions) **before making passthrough configurations.**
{% endhint %}

## Manually Create a New Resource Rule

1. Navigate to Infrastructure > Resources.
2. Click **Rules** (ui card or on the left menu).
3. Click **New** on the left menu.
4. Provide a **Name** for the Rule; it is recommended to use a descriptive name can be helpful in future administration.
5. Select the **Resource Group** to which the resource rule will apply.
6. Select a specific **Node** or select *--None--* to apply the rule to all nodes.
7. Select the **Type** (PCI, USB, SR-IOV, or NVIDIA vGPU).
8. Leave the default value set to **--None--** in the field labeled *Automatically created based on PCI Device.*
9. Configure device filters as desired; filter fields will vary depending on the device type selected; see below. (*Advanced Entry* option also available)

{% hint style="success" %}
**Information on installed PCI devices, for use in filters, you can use the PCI devices listing: navigate to Infrastructure > Resources > PCI Devices. To show additional fields, right-click in the heading section to select from the full list of available columns that can be displayed.**
{% endhint %}

## Edit an Existing Resource Rule

1. Navigate to the Associated **Resource Group dashboard** (Infrastructure > Resources > Groups > double-click the particular group).
2. In the ***Rules*** section, locate and **click the desired resource rule**.
3. Click **Edit** on the left menu.
4. Node selection and PCI Filters can be modified as needed. (*Advanced Entry* option also available)

The *Advanced Entry* section allows you to manually input filter syntax rather than using the filter entry fields. Generally, it is preferable to allow system-generated syntax based on your filter field selections.


---

# 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://docs.vergeos-demo.com/knowledge-base/tenants/dev-passthrough-advanced.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.
