# Inject driver pack

The Inject driver pack step injects all the drivers in the specified driver pack content item, without regard to the manufacturer and model specified on that driver pack.

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

This can be useful in two scenarios:

* When you have drivers that should be injected on all devices.  These drivers could be used for standard printers, docking stations, or any other common USB-based peripherals.
* When you need to futher control which drivers are installed on a device.  While the **Install drivers** step will automatically determine what driver packs are needed, it only allows filtering based on the manufacturer and model of the computer.  To use more comprehensive conditional logic, the Install driver pack step can be used with step or group conditional that restrict the use based on the device architecture, operating system version, or other criteria.


---

# 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://documentation.2pintsoftware.com/deployr/reference/step-definitions/inject-driver-pack.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.
