# cbfs

## v1.x

- [Introduction](https://cbfs.ortusbooks.com/introduction.md): cbfs is a module for ColdBox that provides abstractions to any file system.
- [Release History](https://cbfs.ortusbooks.com/intro/release-history.md): A brief history in time of our major releases
- [About This Book](https://cbfs.ortusbooks.com/intro/about-this-book.md): A little more info about this book
- [Installation](https://cbfs.ortusbooks.com/getting-started/installation.md): Get up and running with cbfs in no time!
- [Providers](https://cbfs.ortusbooks.com/getting-started/providers.md): Here are the providers cbfs supports natively
- [Local Provider](https://cbfs.ortusbooks.com/getting-started/providers/local-provider.md): The local provider leverages the Java Non Block io package.
- [RAM Provider](https://cbfs.ortusbooks.com/getting-started/providers/ram-provider.md): The RAM provider leverages memory allocation for its file-system
- [S3 Provider](https://cbfs.ortusbooks.com/getting-started/providers/s3-provider.md): Leverage the s3 provider to store files in an s3 compatible file-system.
- [Disk Service](https://cbfs.ortusbooks.com/usage/disk-service.md): cbfs includes a Disk Service object you can use to register and interact with your disks.
- [Disk Usage](https://cbfs.ortusbooks.com/usage/disk-usage.md): A collection of functionality for all disks
- [Configuration Methods](https://cbfs.ortusbooks.com/usage/disk-usage/configuration-methods.md)
- [File Methods](https://cbfs.ortusbooks.com/usage/disk-usage/file-methods.md)
- [File Object](https://cbfs.ortusbooks.com/usage/disk-usage/file-object.md)
- [Directory Methods](https://cbfs.ortusbooks.com/usage/disk-usage/directory-methods.md)
- [Utility Methods](https://cbfs.ortusbooks.com/usage/disk-usage/utility-methods.md)
- [Stream Methods](https://cbfs.ortusbooks.com/usage/disk-usage/stream-methods.md)
- [Verification Methods](https://cbfs.ortusbooks.com/usage/disk-usage/verification-methods.md)
- [Interceptors](https://cbfs.ortusbooks.com/digging-deeper/interceptors.md)
- [Module Disks](https://cbfs.ortusbooks.com/digging-deeper/module-disks.md): Use HMVC and define module disks
- [Custom Providers](https://cbfs.ortusbooks.com/digging-deeper/custom-providers.md): Learn how to build your own storage providers


---

# 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://cbfs.ortusbooks.com/introduction.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.
