# Import Modules

#### Let's say you include the OSD Module in WinSE, but its an old version, and you want to use an updated version.  Typically you would have to create an updated WinSE

## Add Modules to Media

#### OSD Module has an easy way to add an update.  Simply create a directory called Modules in the root of any Drive and add PowerShell Modules to it that you want to add

![](/files/-Lq07mGDTH3TSEhV56nm)

## OSDWinPE -Modules

#### Using the following PowerShell command will copy the Modules to the PowerShell Modules in System32

```
OSDWinPE -Modules
```

![](/files/-Lq0AS2RP1p2XVXYuBI5)

#### Now the next time you launch PowerShell, the added Modules will be available


---

# 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://osd.osdeploy.com/docs/winse/import-modules.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.
