# FORGEBOX

## FORGEBOX

- [Intro](https://forgebox.ortusbooks.com/intro.md): Software Directory For ColdFusion (CFML)
- [Release History](https://forgebox.ortusbooks.com/release-history.md)
- [What's New With 7.7.0](https://forgebox.ortusbooks.com/release-history/whats-new-with-7.7.0.md)
- [What's New With 7.1.0](https://forgebox.ortusbooks.com/release-history/whats-new-with-7.1.0.md)
- [What's New With 7.0.0](https://forgebox.ortusbooks.com/release-history/whats-new-with-7.0.0.md)
- [Getting Started](https://forgebox.ortusbooks.com/getting-started.md)
- [Creating a user account](https://forgebox.ortusbooks.com/getting-started/creating-a-user-account.md)
- [Package Management](https://forgebox.ortusbooks.com/package-management.md)
- [CommandBox](https://forgebox.ortusbooks.com/package-management/commandbox.md)
- [Installing Packages](https://forgebox.ortusbooks.com/package-management/commandbox/installing-packages.md)
- [Installation Path](https://forgebox.ortusbooks.com/package-management/commandbox/installing-packages/installation-path.md)
- [Installation Options](https://forgebox.ortusbooks.com/package-management/commandbox/installing-packages/installation-options.md): There are several options you can use to control how a package is installed.
- [Advanced Installation](https://forgebox.ortusbooks.com/package-management/commandbox/installing-packages/advanced-installation.md)
- [Publishing Packages](https://forgebox.ortusbooks.com/package-management/commandbox/publishing-packages.md)
- [Updating Packages](https://forgebox.ortusbooks.com/package-management/commandbox/updating-packages.md)
- [FORGEBOX Commands](https://forgebox.ortusbooks.com/package-management/commandbox/forgebox-commands.md)
- [FORGEBOX Web UI](https://forgebox.ortusbooks.com/package-management/forgebox-web-ui.md): Packages can be managed through the official website and allow you to do things visually if you are not a CLI fan.
- [Private Packages](https://forgebox.ortusbooks.com/package-management/private-packages.md)
- [Managing Your Account](https://forgebox.ortusbooks.com/managing-your-account.md)
- [User Profile](https://forgebox.ortusbooks.com/managing-your-account/user-profile.md)
- [User Account](https://forgebox.ortusbooks.com/managing-your-account/user-account.md)
- [Plan & Billing](https://forgebox.ortusbooks.com/managing-your-account/plan-and-billing.md)
- [User Tokens](https://forgebox.ortusbooks.com/managing-your-account/user-tokens.md)
- [Personal API Tokens](https://forgebox.ortusbooks.com/managing-your-account/personal-api-tokens.md)
- [FORGEBOX Editions](https://forgebox.ortusbooks.com/forgebox-editions.md): Learn about the existing editions and get the one that best fits your needs.
- [Intro](https://forgebox.ortusbooks.com/community/intro.md)
- [Features](https://forgebox.ortusbooks.com/community/features.md)
- [Intro](https://forgebox.ortusbooks.com/pro/intro.md)
- [Features](https://forgebox.ortusbooks.com/pro/features.md)
- [Intro](https://forgebox.ortusbooks.com/business/intro.md): Directed towards organizations and teams so they can collaborate and support their software building needs.
- [Roles](https://forgebox.ortusbooks.com/business/roles.md)
- [Intro](https://forgebox.ortusbooks.com/enterprise/intro.md)
- [Storage](https://forgebox.ortusbooks.com/enterprise/storage.md)
- [CommandBox Commands](https://forgebox.ortusbooks.com/enterprise/commandbox-commands.md)
- [List](https://forgebox.ortusbooks.com/enterprise/commandbox-commands/list.md)
- [Register](https://forgebox.ortusbooks.com/enterprise/commandbox-commands/register.md)
- [Login](https://forgebox.ortusbooks.com/enterprise/commandbox-commands/login.md)
- [Set Default](https://forgebox.ortusbooks.com/enterprise/commandbox-commands/set-default.md)
- [Remove](https://forgebox.ortusbooks.com/enterprise/commandbox-commands/remove.md)
- [Usage](https://forgebox.ortusbooks.com/enterprise/usage.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, 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://forgebox.ortusbooks.com/intro.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.
