# Docs

## Docs

- [Home](https://docs.antsle.com/master.md)
- [Antsle One Setup](https://docs.antsle.com/setup.md)
- [Antsle Nano Setup](https://docs.antsle.com/setup-nano.md): Getting started with the Antsle Nano
- [Antsle Two Setup](https://docs.antsle.com/setup-two.md)
- [edgeLinux Installation](https://docs.antsle.com/get-started/getting-started-with-edgelinux-software-only-version.md): antMan runs on our lightweight edgeLinux OS. Once you've installed edgeLinux on your server you can then log into antMan.
- [Installing edgeLinux on Oracle VirtualBox](https://docs.antsle.com/get-started/getting-started-with-edgelinux-software-only-version/installing-edgelinux-on-oracle-virtualbox.md)
- [Log in to the edgeLinux OS](https://docs.antsle.com/get-started/log-in-to-the-edgelinux-os-and-antlets.md)
- [Name Your Antsle/Nano](https://docs.antsle.com/get-started/name-your-antsle-nano.md)
- [Setting Up Your Tech Stack](https://docs.antsle.com/get-started/setting-up-your-tech-stack.md)
- [WordPress](https://docs.antsle.com/get-started/setting-up-your-tech-stack/wordpress.md)
- [Gitlab](https://docs.antsle.com/get-started/setting-up-your-tech-stack/gitlab.md)
- [Jenkins](https://docs.antsle.com/get-started/setting-up-your-tech-stack/jenkins.md)
- [Antlets Overview](https://docs.antsle.com/antlets/antlets.md)
- [Create and Manage an Antlet](https://docs.antsle.com/antlets/create-and-manage-antlet.md)
- [Antlet Details](https://docs.antsle.com/antlets/antlet-details.md): The antlet details contains several tabs to configure various options. Click the antlet name in the list of antlets to enter this dialog.
- [Access Antlets](https://docs.antsle.com/antlets/access-antlets.md)
- [Virtual Drives](https://docs.antsle.com/antlets/virtual-drives.md)
- [Backing Up Antlets](https://docs.antsle.com/antlets/backing-up-antlets.md)
- [Self-Managed Restoration (Beta)](https://docs.antsle.com/antlets/backing-up-antlets/optional-self-managed-restoration-beta.md)
- [Templates Overview](https://docs.antsle.com/templates/templates.md)
- [Install OS from .iso](https://docs.antsle.com/templates/install-os-from-.iso.md)
- [Import VM Images](https://docs.antsle.com/templates/import-vm-images.md)
- [Using the LEMP-Stack](https://docs.antsle.com/templates/using-the-lemp-stack.md)
- [Using Nextcloud](https://docs.antsle.com/templates/using-nextcloud.md)
- [Using OPNsense](https://docs.antsle.com/templates/using-opnsense.md)
- [Networking Overview](https://docs.antsle.com/networking/networking-overview.md)
- [Configure IP Addresses](https://docs.antsle.com/networking/configure-ip-addresses.md)
- [Bridged Networking / Virtual NIC](https://docs.antsle.com/networking/bridge.md)
- [Wifi on the Antsle Nano](https://docs.antsle.com/networking/wifi-on-the-antsle-nano.md)
- [Port Forwarding](https://docs.antsle.com/networking/port-forwarding.md)
- [Load Balancing](https://docs.antsle.com/networking/load-balancing.md)
- [SDN: Software Defined Networking](https://docs.antsle.com/networking/sdn-software-defined-networking.md): Dividing your Antsle's environment into isolated networks and creating trunk ports
- [Antsle Distributed Storage - ADS](https://docs.antsle.com/system/antsle-distributed-storage.md)
- [Multi-Node](https://docs.antsle.com/system/multi-node.md)
- [Secure (HTTPS) Access to Antman](https://docs.antsle.com/system/secure-https-access-to-antman.md)
- [Secure FTP (SFTP) Access](https://docs.antsle.com/system/secure-ftp-sftp-access.md)
- [USB Drives](https://docs.antsle.com/system/usb-drives.md)
- [Docker Support](https://docs.antsle.com/system/docker-support-wip.md)
- [LDAP/SSO](https://docs.antsle.com/system/ldap-sso.md)
- [antMan REST API](https://docs.antsle.com/system/antman-rest-api.md)
- [The antMan Terraform Provider](https://docs.antsle.com/system/using-the-antman-rest-api-with-terraform.md): Using antMan's REST API
- [Access Your HDD (or SSD) Add-on](https://docs.antsle.com/system/access-your-hdd-or-ssd-add-on.md)
- [Setting Up Shared Storage Volume](https://docs.antsle.com/system/access-a-network-share.md): How to access a network share
- [edgeLinux OS](https://docs.antsle.com/system/edgelinux-os-architecture.md)
- [Windows License](https://docs.antsle.com/system/windows-license.md)
- [antHill and Account Management](https://docs.antsle.com/anthill.md)
- [Troubleshooting](https://docs.antsle.com/troubleshooting.md)
- [Reset edgeLinux on a Pi or Antsle Nano](https://docs.antsle.com/troubleshooting/reset-edgelinux-on-a-pi-or-antsle-nano.md)
- [Known Issues](https://docs.antsle.com/troubleshooting/known-issues.md)
- [FAQs](https://docs.antsle.com/faqs.md)
- [Protector Mode](https://docs.antsle.com/protector-mode.md): Extra powers for cyber security professionals using antMan a fast and flexible test lab.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.antsle.com/master.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.
