# Summary

The default configuration for CFCouchbase is located in `/cfcouchbase/config/CouchbaseConfig.cfc`. You can create the `CouchbaseClient` with no configuration and it will connect to the **default** bucket on [127.0.0.1:8091](http://127.0.0.1:8091). However, there are more ways to configure the Couchbase client via the `config` argument of the constructor so it can connect to your server and options of choice:

1. Pass a config structure
2. Pass a config CFC

> **Hint** The config CFC is the most contained and portable way to store your configuration.


---

# 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://cfcouchbase.ortusbooks.com/configuration/summary.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.
