# CFConfig Documentation

## CFConfig Documentation

- [Introduction](https://cfconfig.ortusbooks.com/readme.md)
- [About This Book](https://cfconfig.ortusbooks.com/the-basics/about-this-book.md)
- [Authors](https://cfconfig.ortusbooks.com/the-basics/authors.md)
- [Overview](https://cfconfig.ortusbooks.com/the-basics/overview.md)
- [Getting Started Guide](https://cfconfig.ortusbooks.com/the-basics/getting-started-guide.md)
- [Supported Engines](https://cfconfig.ortusbooks.com/the-basics/supported-engines.md)
- [Config Items](https://cfconfig.ortusbooks.com/the-basics/config-items.md)
- [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)
- [Installation](https://cfconfig.ortusbooks.com/using-the-services/installation.md)
- [Component Overview](https://cfconfig.ortusbooks.com/using-the-services/usage.md)
- [API Overview](https://cfconfig.ortusbooks.com/using-the-services/api-overview.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://cfconfig.ortusbooks.com/readme.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.
