# Using the CLI

- [Installation](https://cfconfig.ortusbooks.com/using-the-cli/installation.md)
- [Usage](https://cfconfig.ortusbooks.com/using-the-cli/usage.md)
- [CommandBox Server Interceptors](https://cfconfig.ortusbooks.com/using-the-cli/commandbox-server-interceptors.md)
- [Server Start](https://cfconfig.ortusbooks.com/using-the-cli/commandbox-server-interceptors/server-start.md)
- [Server Stop](https://cfconfig.ortusbooks.com/using-the-cli/commandbox-server-interceptors/server-stop.md)
- [Command Overview](https://cfconfig.ortusbooks.com/using-the-cli/command-overview.md)
- [Export Settings](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/export-settings.md)
- [Import Settings](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/import-settings.md)
- [Transfer Settings](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/transfer-settings.md)
- [Diff Settings](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/diff-settings.md)
- [Set/View Settings](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/set-view-settings.md)
- [Manage Datasources](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/manage-datasources.md)
- [Manage CF Mappings](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/manage-cf-mappings.md)
- [Manage Caches](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/manage-caches.md)
- [Manage Mail Servers](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/manage-mail-servers.md)
- [Manage Event Gateway Configuration](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/manage-event-gateway-configuration.md)
- [Manage Event Gateway Instances](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/manage-event-gateway-instances.md)
- [Manage Lucee Loggers](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/manage-lucee-loggers.md)
- [Manage Scheduled Tasks](https://cfconfig.ortusbooks.com/using-the-cli/command-overview/manage-scheduled-tasks.md)
- [JSON File Storage](https://cfconfig.ortusbooks.com/using-the-cli/json-file-storage.md)
- [Env Var Overrides](https://cfconfig.ortusbooks.com/using-the-cli/env-var-overrides.md)


---

# 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://cfconfig.ortusbooks.com/using-the-cli.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.
