# Couchbase Collection

## Manager Parameters

| Parameter         | Definition                                                                                                                                          | Example                       | Default                |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- | ---------------------- |
| system            | Name of the [system](/devops/microservices/building-blocks/systems-integrations.md#couchbase) which defines Couchbase service details (uri, bucket) | {uri:"couchbase://127.0.0.1"} | -                      |
| scope             | Name of the Couchbase scope                                                                                                                         | core\_scope                   | \_default              |
| collection        | Name of the Couchbase collection to store details                                                                                                   | product                       | \[state manager alias] |
| journalCollection | Name of the Couchbase collection to store state changes                                                                                             | product\_journal              | -                      |
| keepJournal       | Alternative to journalCollection parameter, automatically using "draft\_journal" suffix for the journal collection                                  | true                          | false                  |


---

# 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://docs.rierino.com/devops/microservices/building-blocks/data-sources/shared-states/couchbase-collection.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.
