> For the complete documentation index, see [llms.txt](https://docs.faronics.com/faronicsdeploy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/faronicsdeploy/get-started-1/user-interface/deploy-user-interface-views/control-grid/os-deployment-view.md).

# OS Deployment View

![OS Deployment View](/files/-MUuNB32Tpax7eD66euh)

| #  | Name                   | Description                                                                                                                                                                                                                                                          |
| -- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1  | Computers              | A grid that displays all the Computers that have the Deploy Agent installed.                                                                                                                                                                                         |
| 2  | Image Computer         | Select a deployment package from the list to configure and clone a computer with.                                                                                                                                                                                    |
| 3  | Capture Image          | Take an image of a computer and save it.                                                                                                                                                                                                                             |
| 4  | Search                 | Search the Computers by Computer Name/Policy/Tags/Operating System/Deployed Package/Last Deployed On/Toolkit/Prerequisites plus more.                                                                                                                                |
| 5  | View Search and Filter | View Search and Filter allows you to filter any field in the grid using one of the parameters (Contains, Does not contain, Starts with, Ends with, Equals, Does not equal, Reset) together with your search criteria.                                                |
| 6  | Detailed View          | Enable/Disable this to show or hide extra Columns for the Computers.                                                                                                                                                                                                 |
| 7  | Expand Computer View   | Expand the view of the Computers list.                                                                                                                                                                                                                               |
| 8  | Column Header          | Column Headers can be selected to perform actions on an entire column via the [Action Toolbar](/faronicsdeploy/action-toolbar.md). See [Using the Action Toolbar](/faronicsdeploy/get-started-1/user-interface/using-the-action-toolbar.md) for further information. |
| 9  | Imaging Servers        | A grid that displays all the Computers that are Imaging Servers.                                                                                                                                                                                                     |
| 10 | Search Imaging Servers | Search the list of Imaging Servers.                                                                                                                                                                                                                                  |
| 11 | Setup Imaging          | Download and Install Imaging Server software, then create a deployment package.                                                                                                                                                                                      |
| 12 | Expand Imaging View    | Expand the view of the Imaging Servers.                                                                                                                                                                                                                              |
| 13 | Select Imaging Server  | A list of imaging servers.                                                                                                                                                                                                                                           |
| 14 | Deployment Package     | A grid that displays all the deployment packages for the selected Imaging Server.                                                                                                                                                                                    |
| 15 | Edit                   | Edit the deployment package.                                                                                                                                                                                                                                         |
| 16 | Install Settings       | A grid that displays all the install settings for the Imaging Servers.                                                                                                                                                                                               |
| 17 | Edit Install Settings  | Edit/Create Install Settings configurations for Imaging Servers, configuring General Settings, Regional Settings, Out-of-Box Experience, Disk Settings, Local User Accounts, Domain.                                                                                 |
| 18 | Images                 | A grid that displays all Images on the selected Image Server                                                                                                                                                                                                         |
| 19 | Add Image              | Use the Faronics Deploy Imaging tool on your computer to add images.                                                                                                                                                                                                 |
| 20 | Driver Group           | A grid that displays all Driver Groups in the system.                                                                                                                                                                                                                |
| 21 | Edit Driver Groups     | Edit/Create Driver Groups for the system.                                                                                                                                                                                                                            |


---

# 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.faronics.com/faronicsdeploy/get-started-1/user-interface/deploy-user-interface-views/control-grid/os-deployment-view.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.
