> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/2pxe-server/configuration.md).

# Configuration

- [2PXE Server Configuration File](https://documentation.2pintsoftware.com/2pxe-server/configuration/2pxe-config-file.md)
- [Configuring the 2PXE Request Handlers](https://documentation.2pintsoftware.com/2pxe-server/configuration/2pxe-config-file/configuring-the-2pxe-request-handlers.md)
- [DHCP Configuration](https://documentation.2pintsoftware.com/2pxe-server/configuration/dhcp-configuration.md)
- [Using DHCP Scope Options](https://documentation.2pintsoftware.com/2pxe-server/configuration/dhcp-configuration/using-dhcp-scope-options.md)
- [Overview - DHCP Scope Options](https://documentation.2pintsoftware.com/2pxe-server/configuration/dhcp-configuration/using-dhcp-scope-options/overview-dhcp-scope-options.md)
- [Creating DHCP Scope Options](https://documentation.2pintsoftware.com/2pxe-server/configuration/dhcp-configuration/using-dhcp-scope-options/creating-dhcp-scope-options.md)
- [Manually Creating DHCP Scope Options](https://documentation.2pintsoftware.com/2pxe-server/configuration/dhcp-configuration/using-dhcp-scope-options/creating-dhcp-scope-options/manually-creating-dhcp-scope-options.md)
- [Using IP Helpers](https://documentation.2pintsoftware.com/2pxe-server/configuration/dhcp-configuration/using-ip-helpers.md)
- [Booting custom entries in 2PXE menu](https://documentation.2pintsoftware.com/2pxe-server/configuration/booting-custom-entries-in-2pxe-menu.md): This page explains hot the CustomMenuItems item in the .config file works to allow custom actions in the 2PXE menu.
- [iPXE 802.1x Integration](https://documentation.2pintsoftware.com/2pxe-server/configuration/ipxe-802.1x-integration.md): Tools and solutions for adding new machines to secure networks.
- [IIS and BranchCache Setup & Config](https://documentation.2pintsoftware.com/2pxe-server/configuration/iis-and-branchcache-setup-and-config.md): This page will cover additional items to setup for IIS, along with adding BranchCache component required for the P2P functionality to work.


---

# 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://documentation.2pintsoftware.com/2pxe-server/configuration.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.
