> For the complete documentation index, see [llms.txt](https://docs.instruqt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.instruqt.com/sandboxes/hosts.md).

# Sandbox hosts

- [Add hosts](https://docs.instruqt.com/sandboxes/hosts/add-hosts.md): How to add virtual machines and containers to sandboxes.
- [Custom VM images](https://docs.instruqt.com/sandboxes/hosts/create-a-custom-vm-image.md): Create custom VM images for use in your sandboxes.
- [Custom container images](https://docs.instruqt.com/sandboxes/hosts/custom-container-images.md): Create custom container images for your sandboxes.
- [Public images](https://docs.instruqt.com/sandboxes/hosts/using-custom-public-images.md): Build off of publicly accessible images.
- [Windows VMs](https://docs.instruqt.com/sandboxes/hosts/run-a-windows-vm.md): Run instances of Windows in sandboxes.
- [Website service](https://docs.instruqt.com/sandboxes/hosts/website-service.md): How to run a website in a virtual browser.
- [SSL certificates](https://docs.instruqt.com/sandboxes/hosts/ssl-certificates.md): Add SSL certificates to your virtual machines.


---

# 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:

```
GET https://docs.instruqt.com/sandboxes/hosts.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.
