# CFCouchbase SDK

## CFCouchbase SDK

- [Introduction](https://cfcouchbase.ortusbooks.com/master.md)
- [What's New With 2.2.0](https://cfcouchbase.ortusbooks.com/whats-new-with-2.2.0.md)
- [What's New With 2.0.0](https://cfcouchbase.ortusbooks.com/whats-new-with-2.0.0.md)
- [About This Book](https://cfcouchbase.ortusbooks.com/about-this-book.md)
- [Authors](https://cfcouchbase.ortusbooks.com/authors.md)
- [Overview](https://cfcouchbase.ortusbooks.com/overview.md)
- [Installation](https://cfcouchbase.ortusbooks.com/installation.md)
- [ColdBox Module](https://cfcouchbase.ortusbooks.com/installation/coldbox-module.md)
- [Traditional Apps](https://cfcouchbase.ortusbooks.com/installation/traditional-apps.md)
- [Configuration](https://cfcouchbase.ortusbooks.com/configuration.md)
- [Settings](https://cfcouchbase.ortusbooks.com/configuration/settings.md)
- [Structure](https://cfcouchbase.ortusbooks.com/configuration/structure.md)
- [Summary](https://cfcouchbase.ortusbooks.com/configuration/summary.md)
- [Usage](https://cfcouchbase.ortusbooks.com/usage.md)
- [Storing Documents](https://cfcouchbase.ortusbooks.com/usage/storing-documents.md)
- [Storage Durability](https://cfcouchbase.ortusbooks.com/usage/storage-durability.md)
- [Retrieving Documents](https://cfcouchbase.ortusbooks.com/usage/retrieving-documents.md)
- [Data Serialization](https://cfcouchbase.ortusbooks.com/usage/data-serialization.md)
- [Components](https://cfcouchbase.ortusbooks.com/usage/components.md)
- [Auto Inflation](https://cfcouchbase.ortusbooks.com/usage/components/auto-inflation.md)
- [Manual Inflation](https://cfcouchbase.ortusbooks.com/usage/components/manual-inflation.md)
- [Custom Serialization](https://cfcouchbase.ortusbooks.com/usage/components/custom-serialization.md)
- [Binary](https://cfcouchbase.ortusbooks.com/usage/components/binary.md)
- [Custom Transformers](https://cfcouchbase.ortusbooks.com/usage/custom-transformers.md)
- [Executing Queries](https://cfcouchbase.ortusbooks.com/usage/executing-queries.md)
- [View Queries](https://cfcouchbase.ortusbooks.com/usage/executing-queries/view-queries.md)
- [n1ql Queries](https://cfcouchbase.ortusbooks.com/usage/executing-queries/n1ql-queries.md)
- [Query Options](https://cfcouchbase.ortusbooks.com/usage/executing-queries/query-options.md)
- [Filter Closures](https://cfcouchbase.ortusbooks.com/usage/executing-queries/filter-closures.md)
- [Transform Closures](https://cfcouchbase.ortusbooks.com/usage/executing-queries/transform-closures.md)
- [Return Types](https://cfcouchbase.ortusbooks.com/usage/executing-queries/return-types.md)
- [Managing Views](https://cfcouchbase.ortusbooks.com/usage/managing-views.md)
- [Working With Futures](https://cfcouchbase.ortusbooks.com/usage/working-with-futures.md)
- [Help & Support](https://cfcouchbase.ortusbooks.com/help-and-support.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://cfcouchbase.ortusbooks.com/master.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.
