# Getting Started

- [Securing](https://documentation.2pintsoftware.com/deployr/getting-started/securing.md)
- [Entra ID authentication](https://documentation.2pintsoftware.com/deployr/getting-started/securing/entra-id-authentication.md)
- [Passcode authentication](https://documentation.2pintsoftware.com/deployr/getting-started/securing/passcode-authentication.md)
- [Certificate authentication](https://documentation.2pintsoftware.com/deployr/getting-started/securing/certificate-authentication.md)
- [Anonymous authentication](https://documentation.2pintsoftware.com/deployr/getting-started/securing/anonymous-authentication.md)
- [Other security settings](https://documentation.2pintsoftware.com/deployr/getting-started/securing/other-security-settings.md)
- [Generate Windows PE Boot Images](https://documentation.2pintsoftware.com/deployr/getting-started/generate-windows-pe-boot-images.md)
- [Brand WinPE Background](https://documentation.2pintsoftware.com/deployr/getting-started/generate-windows-pe-boot-images/brand-winpe-background.md)
- [Generate Linux boot images](https://documentation.2pintsoftware.com/deployr/getting-started/generate-linux-boot-images.md)
- [Creating a Content Item](https://documentation.2pintsoftware.com/deployr/getting-started/creating-a-content-item.md)
- [Applications](https://documentation.2pintsoftware.com/deployr/getting-started/creating-a-content-item/applications.md)
- [Driver packs](https://documentation.2pintsoftware.com/deployr/getting-started/creating-a-content-item/driver-packs.md)
- [Operating system](https://documentation.2pintsoftware.com/deployr/getting-started/creating-a-content-item/operating-system.md)
- [Creating a Task Sequence](https://documentation.2pintsoftware.com/deployr/getting-started/creating-a-task-sequence.md)
- [Creating a Step Definition](https://documentation.2pintsoftware.com/deployr/getting-started/creating-a-step-definition.md): This page will cover the basics of creating step definitions for easy to re-use steps
- [Sample - M365 Office Installer](https://documentation.2pintsoftware.com/deployr/getting-started/creating-a-step-definition/sample-m365-office-installer.md): Step Defintion sample for creating a step to install MS Office 365 (from Cloud) using a custom step definition
- [Sample - Set Theme Settings](https://documentation.2pintsoftware.com/deployr/getting-started/creating-a-step-definition/sample-set-theme-settings.md): This sample will cover creating a Step Definition to set the background image during OSD and enabling Dark Mode
- [Continuation methods](https://documentation.2pintsoftware.com/deployr/getting-started/continuation-methods.md)
- [Microsoft Graph API access](https://documentation.2pintsoftware.com/deployr/getting-started/microsoft-graph-api-access.md)


---

# 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/getting-started.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.
