# Usage

Once you have registered your endpoint and you are authenticated, you are able to install packages from your own endpoint like this:\
`install stg-forgebox:coldbox`

![](/files/-L_9L563XVXz2ML9OwZM)

In the previous example you can see we are installing a `coldbox` package from `stg-forgebox`  which is our own endpoint instead of the default one.

{% hint style="info" %}
You can set your own endpoint as default and then you will not need to use the namespace to refer to your endpoint. In the following example, we will ask CommandBox to retrieve a `coldbox` package from our own endpoint without using a namespace

example: `install coldbox`
{% 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.5.0/forgebox-enterprise/usage.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.
