# Commands

Integrating CommandBox with your own ForgeBox endpoint is very simple. Please review the available commands and follow our guide to learn how to interact with ForgeBox from the CLI.

This is a list of the commands you have available to integrate with ForgeBox enterprise.

* `forgebox endpoint list`
* `forgebox endpoint register`
* `forgebox endpoint remove`
* `forgebox endpoint set-default`

{% hint style="info" %}
You can always ask CommandBox for help by adding a question mark at the end of your command.\
e*xample: `forgebox endpoint ?`*
{% endhint %}


---

# Agent Instructions: 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://commandbox.ortusbooks.com/5.7.0/forgebox-enterprise/commands.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.
