# Post Imaging Actions

Post Imaging Actions are tasks that can be added to the **Deployment Package** that will run once the computer imaging is complete.&#x20;

{% hint style="info" %}
An example scenario could be that you have a **Windows Image** that you use specifically for the Graphics Team; once installed, you know that you want to install a specific set of applications on any computer where the Image is installed.&#x20;

This is where **Post Imaging Tasks** come in; an **App Preset** is configured with applications and scripts that need to be **run** **post-Windows Install**. See [Create an App Preset](https://docs.faronics.com/faronicsdeploy/application-management/install-uninstall-and-update-apps/install-application-s/install-a-pre-defined-group-of-applications-app-presets/create-app-preset) for further information on App Presets.&#x20;
{% endhint %}

### Create a New Deployment Package That Contains a Post Imaging Task

This example will guide you through creating a Deployment Package, then adding a Post Imaging Task.&#x20;

{% hint style="info" %}
You do not have to create a new Deployment package. If one exists that you wish to make changes to, you can edit it when you get to step 6.
{% endhint %}

![Edit Deployment Package](https://3007061244-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MRkQfx_2cLnNNBX1muO%2F-MVcbjfZ5_CY61t110TN%2F-MVcjEUKdjgny49q9cil%2Fimage.png?alt=media\&token=09807dae-e7f6-4fbb-a21d-a175d8858222)

1\. Select the **Control Grid** tab on the top menu bar.

2\. Navigate to the **OS Deployment** tab.

3\. Expand the **Imaging Servers** Grid View.

4\. Scroll down to the **Deployment Package** Grid.&#x20;

5\. Click the **edit** icon.

6\. Enter a **Package Name**.

{% hint style="info" %}
You can also edit existing Deployment Packages by selecting one from the Available Deployment Packages on the left-hand side of the screen.
{% endhint %}

![Create a New Deployment Package](https://3007061244-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MRkQfx_2cLnNNBX1muO%2F-MVcnVXC5iNaELhK51Ph%2F-MVcpzMWG5mwqeQQ74wA%2Fimage.png?alt=media\&token=55cf1bdc-d82e-40b0-88f6-ff68029adf22)

7\. Select an Image from the **Choose** **Imaging** **Server** drop-down list.

8\. Select an Image from the **Choose Image** drop-down list.

9\. Select Install Settings from the **Choose Install Settings** drop-down list.

10\. **Optional:** Enter a **Product Key** (or leave it blank to use a dummy product key).

11\. Choose a **Driver Group** from the drop-down list.

12\. **Optional:** Scroll to Advanced Settings and Select a Pre-Imaging Task if needed (this could be scripts that you want to run before imaging).

13\. Scroll to **Post-Imaging Tasks**, select the **Install App Preset** drop-down list, then click **Manage App Presets**.

14\. Click **ADD NEW+** (you could also select an existing App Preset).

![Create a New App Preset for the Post Imaging Task](https://3007061244-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MRkQfx_2cLnNNBX1muO%2F-MVcsHX-CrqaAny0vvIL%2F-MVcsOfhvKocN59NvADb%2Fimage.png?alt=media\&token=ba17c389-12e0-4865-9220-991e28eec504)

15\. Enter a name for the **Preset**.

16\. Select the applications and any scripts that you want to include in the App Preset.

17\. Click **SAVE**.

18\. Select the **App Preset** (Graphics Team in the example) from the drop-down list.

![](https://3007061244-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MRkQfx_2cLnNNBX1muO%2F-MVcq5tjebPH_JcJExU4%2F-MVcrrbFT5RVc11mub_j%2Fimage.png?alt=media\&token=f50fbce5-29b3-4f25-a9b0-ee9634ebbe27)

19\. Click **SAVE**.

20\. The new **Deployment Package** now appears in the list

![](https://3007061244-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MRkQfx_2cLnNNBX1muO%2F-MVcscpxK-3tXN7bYDA-%2F-MVcssC2gT5pF1ouPLBf%2Fimage.png?alt=media\&token=21748b4a-1e17-45e6-a6a6-3d2127e4d245)

{% hint style="success" %}
The new **Deployment** **Package** with a **Post Imaging Task** has now been created. Anytime that this Deployment Package is used to image a computer, the post imaging task will also be run.
{% endhint %}


---

# 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://docs.faronics.com/faronicsdeploy/os-deployment/post-imaging-actions.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.
