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

# General

- [Downloads](https://docs.hedge.video/general/downloads.md)
- [Trials](https://docs.hedge.video/general/trials.md)
- [Demo Mode](https://docs.hedge.video/general/demo-mode.md)
- [Purchasing](https://docs.hedge.video/general/purchasing.md)
- [Students and Non Profits](https://docs.hedge.video/general/purchasing/educational-discounts.md)
- [Quotes, POs, and Invoices](https://docs.hedge.video/general/purchasing/quotes-pos-and-invoices.md): No, we don't have a fax 😁
- [Refunds](https://docs.hedge.video/general/purchasing/refunds.md)
- [Professional Services](https://docs.hedge.video/general/purchasing/professional-services.md)
- [Licenses](https://docs.hedge.video/general/licenses.md)
- [The License Manager](https://docs.hedge.video/general/licenses/the-license-manager.md)
- [License Types](https://docs.hedge.video/general/licenses/project-licenses.md)
- [Local License Server](https://docs.hedge.video/general/licenses/local-license-server.md): We offer an on-premise license server solution for facilities with air-gapped computers. Available for Linux, FreeBSD, macOS, and Windows, the Local License Server ("LLS") acts as a floating license s
- [Activating](https://docs.hedge.video/general/licenses/activating.md)
- [Deactivating](https://docs.hedge.video/general/licenses/deactivating.md)
- [Offline Activation](https://docs.hedge.video/general/licenses/offline-activation.md)
- [Extending](https://docs.hedge.video/general/licenses/updates-and-upgrades.md)
- [Merging](https://docs.hedge.video/general/licenses/merging.md)
- [OS Updates](https://docs.hedge.video/general/licenses/os-updates.md)
- [License Changes](https://docs.hedge.video/general/licenses/changing-email.md)
- [VMs & Hypervisors](https://docs.hedge.video/general/licenses/vms-and-hypervisors.md)
- [Root Certificates](https://docs.hedge.video/general/licenses/remove-dst-root-ca-x3-certificate.md): For the odd user running into a "Cannot reach server" error.
- [Network Adapters](https://docs.hedge.video/general/licenses/network-adapters.md)
- [Network Requirements](https://docs.hedge.video/general/licenses/network-requirements.md)
- [Questions](https://docs.hedge.video/general/licenses/questions.md)
- [Shared Licenses](https://docs.hedge.video/general/licenses/shared-licenses.md)
- [Hedge Funds](https://docs.hedge.video/general/hedge-funds.md)
- [Certifications](https://docs.hedge.video/general/certifications.md)
- [Policies](https://docs.hedge.video/general/policies.md): Policies we have in place, for your VRM department to review.
- [Sharing Files](https://docs.hedge.video/general/policies/sharing-files.md)
- [Company Details](https://docs.hedge.video/general/company-details.md)
- [Terms & Conditions](https://docs.hedge.video/general/company-details/terms-and-conditions.md)
- [Privacy Policy](https://docs.hedge.video/general/company-details/privacy-policy.md)
- [EULA](https://docs.hedge.video/general/company-details/eula.md)
- [Press](https://docs.hedge.video/general/press.md)


---

# 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://docs.hedge.video/general.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.
