# Configuration Json

Every time AutopilotOOBE is run, it automatically creates a Configuration Json in the following location, so once you have your Parameters sorted out, save the file

```
$env:TEMP\OSDeploy.AutopilotOOBE.json
```

![](/files/-MfvAeg02rVO8MT9ztdh)

## OSDeploy.AutopilotOOBE.json

Here is what the contents looks like

```
{
    "Assign":  {
                   "IsPresent":  true
               },
    "AssignedUserExample":  "someone@example.com",
    "AssignedComputerNameExample":  "Azure AD Join Only",
    "GroupTag":  "Enterprise",
    "GroupTagOptions":  [
                            "Development",
                            "Enterprise"
                        ],
    "Hidden":  [
                   "AddToGroup",
                   "AssignedComputerName",
                   "AssignedUser",
                   "PostAction"
               ],
    "PostAction":  "Quit",
    "Run":  "NetworkingWireless",
    "Docs":  "https://autopilotoobe.osdeploy.com/",
    "Title":  "OSDeploy Autopilot Registration"
}
```

## ProgramData

The Configuration Json can be saved in the following location

```
$env:ProgramData\OSDeploy\OSDeploy.AutopilotOOBE.json
```

Now every time AutopilotOOBE is run, all of my captured settings will be applied automatically

![](/files/-MfvCPWQYaSdGh53hrbT)

## &#x20;Sponsors

{% embed url="<https://www.recastsoftware.com/?utm_source=osdeploy&utm_medium=ad&utm_campaign=web>" %}
OSDeploy is sponsored by Recast Software
{% endembed %}


---

# 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://autopilotoobe.osdeploy.com/configuration-json.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.
