# Usage

- [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)


---

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