# Couchbase
> This is the official documentation for Couchbase, a leading NoSQL distributed database platform
> designed for high performance, scalability, and flexibility.
> The documentation covers comprehensive guides for developers and operations
> teams, including installation and configuration, development tutorials, API
> references, administration, security, cloud deployment, and integration with
> various programming languages and frameworks.
> Couchbase enables applications to handle massive data volumes and high
> concurrency with its memory-first architecture and flexible JSON document
> model.
## Docs
### .NET Analytics SDK (1.0)
- [.NET Analytics SDK Overview](/dotnet-analytics-sdk/current/hello-world/overview.html)
- [Hello World](/dotnet-analytics-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to Analytics](/dotnet-analytics-sdk/current/howtos/managing-connections.html)
- [Querying Your Data](/dotnet-analytics-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/dotnet-analytics-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [SDK Deployment](/dotnet-analytics-sdk/current/project-docs/deployment.html)
- [Release Notes](/dotnet-analytics-sdk/current/project-docs/analytics-sdk-release-notes.html)
- [Compatibility](/dotnet-analytics-sdk/current/project-docs/compatibility.html)
- [Full Installation](/dotnet-analytics-sdk/current/project-docs/sdk-full-installation.html)
- [Logging](/dotnet-analytics-sdk/current/howtos/logging.html)
- [Get Involved](/dotnet-analytics-sdk/current/project-docs/get-involved.html)
- [Licenses](/dotnet-analytics-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/dotnet-analytics-sdk/current/ref/index.html)
- [API Reference](https://docs.couchbase.com/sdk-api/analytics-dotnet-client)
- [Client Settings](/dotnet-analytics-sdk/current/ref/client-settings.html)
- [Error Messages](/dotnet-analytics-sdk/current/ref/error-codes.html)
- [Glossary](/dotnet-analytics-sdk/current/ref/glossary.html)
- [About These Docs](/dotnet-analytics-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### .NET Entity Framework (1.0)
- [Couchbase EFCore Provider Overview](/efcore-provider/current/overview.html)
- [Getting Started](/efcore-provider/current/start-using-efcore-provider.html)
- [Configuring the EF Core Couchbase DB Provider](/efcore-provider/current/entity-framework-core-configuration.html)
- [Configuring the model with the EF Core Couchbase DB Provider](/efcore-provider/current/entity-framework-core-modeling.html)
- [Querying with the EF Core Couchbase DB Provider](/efcore-provider/current/entity-framework-core-queries.html)
- [Saving Data](/efcore-provider/current/entity-framework-core-crud-data.html)
- [Release Notes](/efcore-provider/current/entity-framework-core-release-notes.html)
- [Compatibility Guide](/efcore-provider/current/entity-framework-core-compatibility-guide.html)
- [Couchbase EFCore Provider Limitations](/efcore-provider/current/entity-framework-core-limitations.html)
- [API Reference](/efcore-provider/current/entity-framework-core-sdk-api.html)
- [GitHub Source Code Repo](https://github.com/couchbaselabs/couchbase-efcore-provider)
### .NET SDK (3.9)
- Getting Started
- [Start Using the .NET SDK](/dotnet-sdk/current/hello-world/start-using-sdk.html)
- [Platform Introduction](/dotnet-sdk/current/hello-world/platform-help.html)
- [Data Operations](/dotnet-sdk/current/howtos/kv-operations.html)
- [Query](/dotnet-sdk/current/howtos/n1ql-queries-with-sdk.html)
- [Vector Search](/dotnet-sdk/current/howtos/vector-searching-with-sdk.html)
- [Search](/dotnet-sdk/current/howtos/full-text-searching-with-sdk.html)
- [Sample Application](/dotnet-sdk/current/hello-world/sample-application.html)
- Transactions
- [Distributed ACID Transactions from the .NET SDK](/dotnet-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- [Single Query Transactions](/dotnet-sdk/current/howtos/transactions-single-query.html)
- [Transaction Concepts](/dotnet-sdk/current/concept-docs/transactions.html)
- [Cleanup](/dotnet-sdk/current/concept-docs/transactions-cleanup.html)
- [Error Handling](/dotnet-sdk/current/concept-docs/transactions-error-handling.html)
- Further Data Ops
- [Sub-Document Operations](/dotnet-sdk/current/howtos/subdocument-operations.html)
- [Analytics](/dotnet-sdk/current/howtos/analytics-using-sdk.html)
- [MapReduce Views](/dotnet-sdk/current/howtos/view-queries-with-sdk.html)
- [Async & Batching APIs](/dotnet-sdk/current/howtos/concurrent-async-apis.html)
- [Concurrent Document Mutations](/dotnet-sdk/current/howtos/concurrent-document-mutations.html)
- [Encrypting Your Data](/dotnet-sdk/current/howtos/encrypting-using-sdk.html)
- [Transcoders & Non-JSON Documents](/dotnet-sdk/current/howtos/transcoders-nonjson.html)
- Managing Couchbase
- [Managing Connections](/dotnet-sdk/current/howtos/managing-connections.html)
- [Authenticating](/dotnet-sdk/current/howtos/sdk-authentication.html)
- [Troubleshooting Cloud Connections](/dotnet-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Provisioning Cluster Resources](/dotnet-sdk/current/howtos/provisioning-cluster-resources.html)
- [User Management](/dotnet-sdk/current/howtos/sdk-user-management-example.html)
- Errors & Diagnostics
- [Handling Errors](/dotnet-sdk/current/howtos/error-handling.html)
- [Logging](/dotnet-sdk/current/howtos/collecting-information-and-logging.html)
- [Health Check](/dotnet-sdk/current/howtos/health-check.html)
- [Observability](/dotnet-sdk/current/concept-docs/response-time-observability.html)
- [Slow Operations Logging](/dotnet-sdk/current/howtos/slow-operations-logging.html)
- [Metrics Reporting](/dotnet-sdk/current/howtos/observability-metrics.html)
- [Orphaned Requests Logging](/dotnet-sdk/current/howtos/observability-orphan-logger.html)
- [Request Tracing](/dotnet-sdk/current/howtos/observability-tracing.html)
- Learn
- [Overview](/dotnet-sdk/current/concept-docs/concepts.html)
- [Buckets & Clusters](/dotnet-sdk/current/concept-docs/buckets-and-clusters.html)
- [Collections & Scopes](/dotnet-sdk/current/concept-docs/collections.html)
- [Compression](/dotnet-sdk/current/concept-docs/compression.html)
- [Data Model](/dotnet-sdk/current/concept-docs/data-model.html)
- [Documents](/dotnet-sdk/current/concept-docs/documents.html)
- [Non-JSON Documents](/dotnet-sdk/current/concept-docs/nonjson.html)
- [Sub-Documents](/dotnet-sdk/current/concept-docs/subdocument-operations.html)
- [XATTR & Virtual XATTR](/dotnet-sdk/current/concept-docs/xattr.html)
- [Errors and Diagnostics](/dotnet-sdk/current/concept-docs/errors.html)
- [Health Check](/dotnet-sdk/current/concept-docs/health-check.html)
- [Tracing](/dotnet-sdk/current/concept-docs/response-time-observability.html)
- [Failure Considerations](/dotnet-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Field Level Encryption](/dotnet-sdk/current/concept-docs/encryption.html)
- [Service Selection](/dotnet-sdk/current/concept-docs/data-services.html)
- [Analytics](/dotnet-sdk/current/concept-docs/analytics-for-sdk-users.html)
- [Map Reduce Views](/dotnet-sdk/current/concept-docs/understanding-views.html)
- [Querying with SQL++](/dotnet-sdk/current/concept-docs/n1ql-query.html)
- [Search](/dotnet-sdk/current/concept-docs/full-text-search-overview.html)
- [User Management](/dotnet-sdk/current/concept-docs/sdk-user-management-overview.html)
- [Cert Auth](/dotnet-sdk/current/concept-docs/certificate-based-authentication.html)
- [RBAC](/dotnet-sdk/current/concept-docs/rbac.html)
- References
- [.NET API Reference](https://docs.couchbase.com/sdk-api/couchbase-net-client)
- [Transactions API Reference](https://docs.couchbase.com/sdk-api/couchbase-transactions-dotnet/)
- [Client Settings](/dotnet-sdk/current/ref/client-settings.html)
- [Error Messages](/dotnet-sdk/current/ref/error-codes.html)
- [Glossary](/dotnet-sdk/current/ref/glossary.html)
- [Travel Sample Data Model](/dotnet-sdk/current/ref/travel-app-data-model.html)
- Project Docs
- [Release Notes](/dotnet-sdk/current/project-docs/sdk-release-notes.html)
- [Compatibility](/dotnet-sdk/current/project-docs/compatibility.html)
- [Migrating to SDK 3 API](/dotnet-sdk/current/project-docs/migrating-sdk-code-to-3.n.html)
- [Working with Collections](/dotnet-sdk/current/howtos/working-with-collections.html)
- [3rd Party Integrations](/dotnet-sdk/current/project-docs/third-party-integrations.html)
- [Full Installation](/dotnet-sdk/current/project-docs/sdk-full-installation.html)
- [Performance Best Practices](/dotnet-sdk/current/project-docs/performance.html)
- [Older Versions Archive](https://docs-archive.couchbase.com/home/index.html)
- [Licenses](/dotnet-sdk/current/project-docs/sdk-licenses.html)
- [Get involved](/dotnet-sdk/current/project-docs/get-involved.html)
- [Improve the Docs](https://docs.couchbase.com/home/contribute/index.html)
- [About These Docs](/dotnet-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Apache Superset Connector (1.0)
- [Introduction](/superset-connector/current/index.html)
- [Release Notes](/superset-connector/current/release-notes.html)
### C SDK (3.3)
- Getting Started
- [Start Using the SDK](/c-sdk/current/hello-world/start-using-sdk.html)
- [Sample Application](/c-sdk/current/hello-world/sample-application.html)
- [Browser and CLI Access](/c-sdk/current/hello-world/cbc.html)
- Working with Data
- [Key Value Operations](/c-sdk/current/howtos/kv-operations.html)
- [Sub-Document Operations](/c-sdk/current/howtos/subdocument-operations.html)
- [Query](/c-sdk/current/howtos/n1ql-queries-with-sdk.html)
- [Analytics](/c-sdk/current/howtos/analytics-using-sdk.html)
- [Search](/c-sdk/current/howtos/full-text-searching-with-sdk.html)
- [MapReduce Views](/c-sdk/current/howtos/view-queries-with-sdk.html)
- Advanced Data Operations
- [Async & Batching APIs](/c-sdk/current/howtos/concurrent-async-apis.html)
- [Concurrent Document Mutations](/c-sdk/current/howtos/concurrent-document-mutations.html)
- [Couchbase ACID Transactions](/c-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- Managing Couchbase
- [Managing Connections](/c-sdk/current/howtos/managing-connections.html)
- [Authentication](/c-sdk/current/howtos/sdk-authentication.html)
- [Troubleshooting Cloud Connections](/c-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Provisioning Cluster Resources](/c-sdk/current/howtos/provisioning-cluster-resources.html)
- Errors & Diagnostics
- [Handling Errors](/c-sdk/current/howtos/error-handling.html)
- [Health Check](/c-sdk/current/howtos/health-check.html)
- [Logging](/c-sdk/current/howtos/collecting-information-and-logging.html)
- Observability
- [Slow Operations Logging](/c-sdk/current/howtos/slow-operations-logging.html)
- [Metrics Reporting](/c-sdk/current/howtos/observability-metrics.html)
- [Orphan Requests Logging](/c-sdk/current/howtos/observability-orphan-logger.html)
- [Request Tracing](/c-sdk/current/howtos/observability-tracing.html)
- Learn
- [Overview](/c-sdk/current/concept-docs/concepts.html)
- [Buckets & Clusters](/c-sdk/current/concept-docs/buckets-and-clusters.html)
- [Collections & Scope](/c-sdk/current/concept-docs/collections.html)
- [Compression](/c-sdk/current/concept-docs/compression.html)
- [Data Model](/c-sdk/current/concept-docs/data-model.html)
- [Documents](/c-sdk/current/concept-docs/documents.html)
- [Non-json Docs](/c-sdk/current/concept-docs/nonjson.html)
- [Sub-Documents](/c-sdk/current/concept-docs/subdocument-operations.html)
- [XATTR & Virtual XATTR](/c-sdk/current/concept-docs/xattr.html)
- [Errors and Diagnostics](/c-sdk/current/concept-docs/errors.html)
- [Health Check](/c-sdk/current/concept-docs/health-check.html)
- [Tracing](/c-sdk/current/concept-docs/response-time-observability.html)
- [Failure Considerations](/c-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Field Level Encryption](/c-sdk/current/concept-docs/encryption.html)
- [Service Selection](/c-sdk/current/concept-docs/data-services.html)
- [Analytics](/c-sdk/current/concept-docs/analytics-for-sdk-users.html)
- [Map Reduce Views](/c-sdk/current/concept-docs/understanding-views.html)
- [Query](/c-sdk/current/concept-docs/n1ql-query.html)
- [Search](/c-sdk/current/concept-docs/full-text-search-overview.html)
- [User Management](/c-sdk/current/concept-docs/sdk-user-management-overview.html)
- [Cert Auth](/c-sdk/current/concept-docs/certificate-based-authentication.html)
- [RBAC](/c-sdk/current/concept-docs/rbac.html)
- References
- [API Reference](https://docs.couchbase.com/sdk-api/couchbase-c-client-3.3.18/index.html)
- [Client Settings](/c-sdk/current/ref/client-settings.html)
- [Error Messages](/c-sdk/current/ref/error-codes.html)
- [Glossary](/c-sdk/current/ref/glossary.html)
- [Travel Sample Data Model](/c-sdk/current/ref/travel-app-data-model.html)
- Project Docs
- [Release Notes](/c-sdk/current/project-docs/sdk-release-notes.html)
- [Compatibility](/c-sdk/current/project-docs/compatibility.html)
- [Migrating to SDK 3 API](/c-sdk/current/project-docs/migrating-sdk-code-to-3.n.html)
- [Working with Collections](/c-sdk/current/howtos/working-with-collections.html)
- [Older Versions Archive](https://docs-archive.couchbase.com/home/index.html)
- [Licenses](/c-sdk/current/project-docs/sdk-licenses.html)
- [Get involved](/c-sdk/current/project-docs/get-involved.html)
- [Improve the Docs](https://docs.couchbase.com/home/contribute/index.html)
- [About These Docs](/c-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### C++ SDK (1.3)
- [Couchbase C++ SDK Overview](/cxx-sdk/current/hello-world/overview.html)
- [Hello World](/cxx-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to Your Database](/cxx-sdk/current/howtos/managing-connections.html)
- [Troubleshooting Cloud Connections](/cxx-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Data Modelling, Durability, and Consistency](/cxx-sdk/current/concept-docs/data-durability-acid-transactions.html)
- [Data Operations](/cxx-sdk/current/howtos/kv-operations.html)
- [Concurrent Document Mutations](/cxx-sdk/current/howtos/concurrent-document-mutations.html)
- [Sub-Document Operations](/cxx-sdk/current/howtos/subdocument-operations.html)
- [Data Model](/cxx-sdk/current/concept-docs/data-model.html)
- [Documents](/cxx-sdk/current/concept-docs/documents.html)
- [Sub-Documents](/cxx-sdk/current/concept-docs/subdocument-operations.html)
- [Non-JSON Documents](/cxx-sdk/current/concept-docs/nonjson.html)
- [XATTR & Virtual XATTR](/cxx-sdk/current/concept-docs/xattr.html)
- [Encrypting Your Data](/cxx-sdk/current/howtos/encrypting-using-sdk.html)
- [Understanding Field Level Encryption](/cxx-sdk/current/concept-docs/encryption.html)
- [Compression](/cxx-sdk/current/concept-docs/compression.html)
- [Querying Your Data](/cxx-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/cxx-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [Understanding SQL++ Queries](/cxx-sdk/current/concept-docs/n1ql-query.html)
- [Vector Search](/cxx-sdk/current/howtos/vector-searching-with-sdk.html)
- [Understanding Search](/cxx-sdk/current/concept-docs/full-text-search-overview.html)
- [Using the Search Service](/cxx-sdk/current/howtos/full-text-searching-with-sdk.html)
- [Analytics](/cxx-sdk/current/howtos/analytics-using-sdk.html)
- [Distributed ACID Transactions](/cxx-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- [Understanding ACID Transactions](/cxx-sdk/current/concept-docs/transactions.html)
- [Cleanup](/cxx-sdk/current/concept-docs/transactions-cleanup.html)
- [Error Handling](/cxx-sdk/current/concept-docs/transactions-error-handling.html)
- [Failure Considerations](/cxx-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Logging](/cxx-sdk/current/howtos/collecting-information-and-logging.html)
- [Using Health Check](/cxx-sdk/current/howtos/health-check.html)
- [Observability](/cxx-sdk/current/concept-docs/response-time-observability.html)
- [Slow Operations Logging](/cxx-sdk/current/howtos/slow-operations-logging.html)
- [Best Practices](/cxx-sdk/current/concept-docs/best-practices.html)
- [Async APIs](/cxx-sdk/current/howtos/concurrent-async-apis.html)
- [Handling Errors](/cxx-sdk/current/howtos/error-handling.html)
- [Managing Couchbase](/cxx-sdk/current/concept-docs/management-api.html)
- [Provisioning Cluster Resources](/cxx-sdk/current/howtos/provisioning-cluster-resources.html)
- [SDK Deployment](/cxx-sdk/current/project-docs/deployment.html)
- [Release Notes](/cxx-sdk/current/project-docs/sdk-release-notes.html)
- [Compatibility](/cxx-sdk/current/project-docs/compatibility.html)
- [Full Installation](/cxx-sdk/current/project-docs/sdk-full-installation.html)
- [Get Involved](/cxx-sdk/current/project-docs/get-involved.html)
- [Licenses](/cxx-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/cxx-sdk/current/ref/index.html)
- [API Reference](https://docs.couchbase.com/sdk-api/couchbase-cxx-client)
- [C++ SDK source code](https://github.com/couchbaselabs/couchbase-cxx-client/)
- [Client Settings](/cxx-sdk/current/ref/client-settings.html)
- [Error Messages](/cxx-sdk/current/ref/error-codes.html)
- [Glossary](/cxx-sdk/current/ref/glossary.html)
- [About These Docs](/cxx-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Capella AI Services
- Get Started
- [Overview](/ai/get-started/intro.html)
- [About Agentic Apps](/ai/agent-tutorial/about-agentic-app.html)
- [Plan Your Agentic App](/ai/agent-tutorial/plan-agentic-app.html)
- [About Prompts and Prompt Engineering](/ai/agent-tutorial/prompts.html)
- [About RAG Blueprints](/ai/agent-tutorial/rag-patterns.html)
- Build Your AI App
- [Process Your Data For Capella AI Services](/ai/build/vectorization-service/data-processing.html)
- [Vectorize Structured Data from Capella](/ai/build/vectorization-service/vectorize-structured-data-capella.html)
- [Vectorize Structured Data from Amazon S3](/ai/build/vectorization-service/vectorize-structured-data-s3.html)
- [Process and Vectorize Unstructured Data](/ai/build/vectorization-service/vectorize-unstructured-data.html)
- [Troubleshoot a Workflow](/ai/build/vectorization-service/troubleshoot-vectorization.html)
- [Deploy a Model](/ai/build/model-service/model-service.html)
- [Deploy an Embedding Model](/ai/build/model-service/deploy-embed-model.html)
- [Configure Embedding Model Performance](/ai/build/model-service/configure-embed-performance.html)
- [Deploy a Large Language Model (LLM)](/ai/build/model-service/deploy-llm-model.html)
- [Configure LLM Performance](/ai/build/model-service/configure-llm-performance.html)
- [Configure Guardrails and Security](/ai/build/model-service/configure-guardrails-security.html)
- [Configure LLM Value Adds](/ai/build/model-service/configure-value-adds.html)
- [Integrate an Agent with the Agent Catalog](/ai/build/integrate-agent-with-catalog.html)
- [Monitor and Observe with Agent Tracer](/ai/build/agent-tracer/agent-tracer.html)
- [Add Spans and Callbacks to Your Agent](/ai/build/agent-tracer/add-spans-callbacks.html)
- [View Traces in Agent Tracer](/ai/build/agent-tracer/view-traces.html)
- [Query Agent Catalog Traces with SQL++](/ai/build/agent-tracer/query-traces.html)
- [Use the Agent Catalog Tools and Prompts Hub](/ai/build/tools-prompts-hub.html)
- [Use Capella AI Functions](/ai/build/ai-functions.html)
- Use REST APIs
- [Manage Deployments with AI Services APIs](/ai/api-guide/api-intro.html)
- [Get Started](/ai/api-guide/api-start.html)
- [Make an API Call](/ai/api-guide/api-use.html)
- [Management API Reference](/cloud/management-api-reference/index.html)
- [Model Service API Reference](/ai/model-service-api-reference/rest-api.html)
- [Error Reference](/ai/api-guide/api-errors.html)
- [Change Log](/ai/api-guide/api-log.html)
- Administer
- [Manage AI Integration Settings](/ai/admin/manage-ai-integrations.html)
- [Upgrades for AI Services](/ai/admin/upgrade-ai-services.html)
- Manage Security
- [Manage Roles for UI Access](/ai/admin/ui-auth.html)
- [Add an AWS PrivateLink Connection](/ai/security/add-aws-privatelink.html)
- [View Monitoring Dashboards](/ai/admin/monitor-dashboard.html)
- References
- [Alert Reference](/ai/reference/alert-reference.html)
- [Monitoring Reference](/ai/reference/monitoring-reference.html)
- [Release Notes](/ai/reference/release-notes.html)
### Capella Analytics
- Get Started
- [About Capella Analytics](/analytics/intro/intro.html)
- [Access Data](/analytics/intro/examples.html)
- Analyze
- [Access and Organize Data](/analytics/sources/database-objects.html)
- [Manage Databases](/analytics/sources/manage-databases.html)
- [Manage Scopes](/analytics/sources/manage-scopes.html)
- [Manage Collections](/analytics/sources/manage-collections.html)
- [Stream Data from Remote Sources](/analytics/sources/manage-remote.html)
- [Stream Data from Couchbase Capella](/analytics/sources/remote-cb-capella.html)
- [Stream Data from Couchbase Server](/analytics/sources/remote-cb-server.html)
- [Create a Kafka Pipeline Link](/analytics/sources/remote-kafka.html)
- [Create a Kafka Pipeline Collection](/analytics/sources/kafka-collection.html)
- [Connect or Disconnect a Remote Link](/analytics/sources/connect-link.html)
- [Set Up an External Data Source](/analytics/sources/manage-external.html)
- [Query Data](/analytics/sources/query_data.html)
- [Amazon S3](/analytics/sources/external-s3.html)
- [Google Cloud Storage (GCS)](/analytics/sources/external-gcs.html)
- [Design a Location Path](/analytics/sources/dynamic-prefixes.html)
- [Set Up a Standalone Collection](/analytics/sources/manage-columnar.html)
- [Import Data to a Standalone Collection](/analytics/sources/import-data-standalone.html)
- [Delete a Collection or Link](/analytics/sources/delete-entity.html)
- [Query and Explore with the Workbench](/analytics/query/workbench.html)
- [Write and Run Queries](/analytics/query/editor.html)
- [Set Query Options](/analytics/query/options.html)
- [Get Assistance from Capella iQ](/analytics/query/iq.html)
- [View Query Metrics or Plan](/analytics/query/metrics-plan.html)
- [Use the Query History](/analytics/query/history.html)
- [Work with Query Results](/analytics/query/results.html)
- [Visualize Results in Charts](/analytics/query/charts.html)
- [Explore Results with iQ Insights](/analytics/query/iq-insights.html)
- [Copy Results to External Storage](/analytics/query/copy-to-external.html)
- [Copy Results to a Couchbase Collection](/analytics/query/copy-to-kv.html)
- [Save Views or Tabular Views](/analytics/query/views-tavs.html)
- [Use Business Intelligence Tools](/analytics/query/bi.html)
- [Use an SDK](/analytics/dev/use-sdk.html)
- Use REST APIs
- [Manage Deployments with the Capella Analytics Management API](/analytics/management-api-guide/management-api-intro.html)
- [Get Started](/analytics/management-api-guide/management-api-start.html)
- [Make an API Call](/analytics/management-api-guide/management-api-use.html)
- [REST API Reference](/analytics/management-api-reference/index.html)
- [Error Reference](/analytics/management-api-guide/management-api-errors.html)
- [Change Log](/analytics/management-api-guide/management-api-log.html)
- Administer
- [Create a Cluster](/analytics/admin/prepare-project.html)
- Manage Access
- [Assign Roles for UI Access](/analytics/admin/auth/auth-ui.html)
- [Manage Access to Cluster Data](/analytics/admin/auth/auth-data.html)
- Manage a Cluster
- [Configure Allowed IP Addresses](/analytics/admin/ip-allowed-list.html)
- [Create VPC Peering Connection](/analytics/admin/create_vpc_peering_connection.html)
- [VPC Peering with AWS](/analytics/admin/vpc-peering.html)
- [VPC Peering with GCP](/analytics/admin/vpc-peering-gcp.html)
- [Add a Private Connection](/analytics/admin/private_link_connection.html)
- [AWS PrivateLink Connection](/analytics/admin/private-endpoint.html)
- [Turn a Cluster Off or On](/analytics/admin/off-on.html)
- [Upgrading a Cluster](/analytics/admin/upgrade-cluster.html)
- [Monitor a Cluster](/analytics/admin/monitoring/monitor-cluster.html)
- [View Metrics for a Cluster](/analytics/admin/monitoring/view-metrics.html)
- [Use Queries to Monitor a Cluster](/analytics/admin/monitoring/monitor-query.html)
- [View the Activity Log for a Cluster](/analytics/admin/monitoring/view-activity.html)
- [Receive Alerts for a Cluster](/analytics/admin/monitoring/receive-alerts.html)
- [Back Up or Restore a Cluster](/analytics/admin/backup-restore.html)
- [Security Best Practices](/analytics/admin/security.html)
- Reference
- [Supported Cloud Providers](/analytics/reference/cloud-providers.html)
- [Amazon Web Services (AWS)](/analytics/reference/aws.html)
- [Google Cloud Platform (GCP)](/analytics/reference/gcp.html)
- [Cloud Read/Write Permissions](/analytics/reference/cloud_read_write_permissions.html)
- [SQL++ Reference](/analytics/sqlpp/1_intro.html)
- [Entities](/analytics/sqlpp/1a_entities.html)
- [Reserved Keywords](/analytics/sqlpp/reserved_keywords.html)
- [Data Types](/analytics/sqlpp/10_data_type.html)
- [Expressions](/analytics/sqlpp/2_expr.html)
- [DDL Statements](/analytics/sqlpp/5_ddl.html)
- [CREATE Statements](/analytics/sqlpp/5_ddl_create.html)
- [CREATE DATABASE Statements](/analytics/sqlpp/5_ddl_database.html)
- [CREATE SCOPE Statements](/analytics/sqlpp/5_ddl_scope.html)
- [CREATE a Remote Collection](/analytics/sqlpp/5_ddl_remote.html)
- [CREATE an External Collection](/analytics/sqlpp/5_ddl_external.html)
- [CREATE a Standalone Collection](/analytics/sqlpp/5_ddl_standalone.html)
- [CREATE SYNONYM Statements](/analytics/sqlpp/5_ddl_synonym.html)
- [CREATE INDEX Statements](/analytics/sqlpp/5_ddl_index.html)
- [USE Statements](/analytics/sqlpp/5_ddl_use.html)
- [CONNECT Statements](/analytics/sqlpp/5_ddl_connect.html)
- [DISCONNECT Statements](/analytics/sqlpp/5_ddl_disconnect.html)
- [DROP Statements](/analytics/sqlpp/5_ddl_drop.html)
- [Querying Metadata](/analytics/sqlpp/5_ddl_metadata.html)
- [DML Statements](/analytics/sqlpp/5_dml.html)
- [SELECT Statements](/analytics/sqlpp/3_query.html)
- [DESCRIBE LINK Statements](/analytics/sqlpp/5_dml_describe.html)
- [INSERT INTO Statements](/analytics/sqlpp/5_dml_insert.html)
- [UPSERT INTO Statements](/analytics/sqlpp/5_dml_upsert.html)
- [DELETE Statements](/analytics/sqlpp/5_dml_delete.html)
- [TRUNCATE Statements](/analytics/sqlpp/5_dml_truncate.html)
- [CREATE COLLECTION AS Statements](/analytics/sqlpp/5_dml_create_as.html)
- [COPY INTO Statements](/analytics/sqlpp/5_dml_copy_in.html)
- [COPY TO External Data Store Statements](/analytics/sqlpp/5_dml_copy_to_external.html)
- [JSON](/analytics/sqlpp/5_dml_copy_to_json.html)
- [CSV](/analytics/sqlpp/5_dml_copy_to_csv.html)
- [Parquet](/analytics/sqlpp/5_dml_copy_to_parquet.html)
- [COPY TO Couchbase Data Service Statements](/analytics/sqlpp/5_dml_copy_to_kv.html)
- [Views and Tabular Views](/analytics/sqlpp/5a_views.html)
- [Builtin Functions](/analytics/sqlpp/8_builtin.html)
- [Numeric Functions](/analytics/sqlpp/8_builtin_num.html)
- [String Functions](/analytics/sqlpp/8_builtin_str.html)
- [Temporal Functions](/analytics/sqlpp/8_builtin_temp.html)
- [Object Functions](/analytics/sqlpp/8_builtin_obj.html)
- [Aggregate Functions](/analytics/sqlpp/8_builtin_agg.html)
- [Array Functions](/analytics/sqlpp/8_builtin_arr.html)
- [Comparison Functions](/analytics/sqlpp/8_builtin_comp.html)
- [Type Functions](/analytics/sqlpp/8_builtin_type.html)
- [Conditional Functions](/analytics/sqlpp/8_builtin_cond.html)
- [Environment and Identifier Functions](/analytics/sqlpp/8_builtin_env.html)
- [JSON Functions](/analytics/sqlpp/8_builtin_json.html)
- [Bitwise Functions](/analytics/sqlpp/8_builtin_bit.html)
- [Window Functions](/analytics/sqlpp/8_builtin_win.html)
- [User-Defined Functions](/analytics/sqlpp/9_udf.html)
- [Indexes](/analytics/sqlpp/7_using_index.html)
- [Cost-Based Optimizer](/analytics/sqlpp/5b_cbo.html)
- [Performance Tuning](/analytics/sqlpp/appendix_2_parameters.html)
- [Variable Bindings and Name Resolution](/analytics/sqlpp/appendix_3_resolution.html)
- [Errors](/analytics/sqlpp/4_error.html)
- [Metrics Reference](/analytics/metrics-reference/metrics-reference.html)
- [Analytics Service Metrics](/analytics/metrics-reference/analytics-service-metrics.html)
- [Cluster Manager Metrics](/analytics/metrics-reference/ns-server-metrics.html)
- [Alerts Reference](/analytics/reference/alerts.html)
- [Release Notes](/analytics/release-notes/release-notes.html)
### Capella App Services
- Get Started
- [Get Started with App Services](/app-services/get-started/configuring-app-services.html)
- Work with App Services
- [Create an App Service](/app-services/app-services/creating-an-app-service.html)
- [Scale an App Service](/app-services/app-services/scaling-a-deployed-app-service.html)
- [Access Admin APIs](/app-services/app-services/accessing-admin-apis.html)
- [Turn App Services On and Off](/app-services/app-services/turn-on-off.html)
- Application Endpoints
- [About App Endpoints](/app-services/app-endpoints/about-app-endpoints.html)
- [Create an App Endpoint](/app-services/app-endpoints/creating-an-app-endpoint.html)
- [Manage App Endpoints Lifecycle](/app-services/app-endpoints/configuring-app-endpoints.html)
- [Advanced Settings](/app-services/app-endpoints/advanced-settings.html)
- [Delta Sync](/app-services/app-endpoints/delta-sync.html)
- [Import Filters](/app-services/app-endpoints/import-filters.html)
- [Extended Attributes](/app-services/app-endpoints/xattrs-for-app-services.html)
- [CORS Configuration](/app-services/app-endpoints/cors-configuration-for-app-services.html)
- [Resync Data](/app-services/app-endpoints/resync.html)
- [Access Control & Data Validation](/app-services/app-endpoints/access-control-data-validation.html)
- [Connect Apps to Endpoint](/app-services/app-endpoints/connect-apps-to-endpoint.html)
- Administer App Endpoints
- [Create Users](/app-services/security/create-user.html)
- [Create App Roles](/app-services/security/create-app-role.html)
- [Manage Channels](/app-services/security/channels.html)
- [Set Up Authentication Provider](/app-services/security/set-up-authentication-provider.html)
- Monitor App Services
- [Monitor in the UI](/app-services/monitoring/monitoring-in-ui.html)
- [Metrics API](/app-services/monitoring/metrics-api.html)
- [Log Streaming](/app-services/monitoring/log-streaming.html)
- [Configure Log Collector for App Service](/app-services/monitoring/configure-log-collector-app-service.html)
- [Configure Log Streaming for App Endpoint](/app-services/monitoring/configure-log-streaming-app-endpoint.html)
- [Manage Log Streaming with the API](/app-services/monitoring/manage-log-streaming.html)
- [Audit Logging](/app-services/monitoring/audit-logging.html)
- [Manage Audit Logs](/app-services/monitoring/manage-audit-logs.html)
- Migrate App Services
- [Migrate from Self-Managed Servers](/app-services/migrating/on-prem-to-capella.html)
- [Upgrade App Services](/app-services/maintenance/upgrading-app-services.html)
- Private Endpoints
- [App Services Private Endpoints](/app-services/private-endpoints/app-services-private-endpoints.html)
- [Configure Private Endpoints on AWS Using the UI](/app-services/private-endpoints/app-services-private-endpoints-aws-ui.html)
- [Configure Private Endpoints on AWS Using the API](/app-services/private-endpoints/app-services-private-endpoints-aws-api.html)
- App Services REST APIs
- [REST API Introduction](/app-services/references/rest-api-introduction.html)
- [Public REST API](/app-services/references/rest_api_public.html)
- [Metrics REST API](/app-services/references/rest_api_metric.html)
- [Admin REST API](/app-services/references/rest_api_admin.html)
- Billing
- [App Services Billing](/app-services/billing/billing.html)
- Release Notes
- [App Services Release Notes](/app-services/release-notes/release-notes.html)
### Capella Operational
- Get Started
- [Welcome to Couchbase Capella](/cloud/get-started/intro.html)
- [Create an Account and Deploy Your Free Tier Operational Cluster](/cloud/get-started/create-account.html)
- [Explore Sample Data with Data Tools](/cloud/get-started/run-first-queries.html)
- [Search Capella](/cloud/get-started/using-search.html)
- [Ask AI](/cloud/get-started/ask-ai.html)
- [Explore the Playground](/cloud/get-started/sdk-playground.html)
- [Work Faster with Capella iQ](/cloud/get-started/capella-iq/work-with-capellaiq.html)
- [Get Started with Capella iQ](/cloud/get-started/capella-iq/get-started-with-iq.html)
- [Configure Capella iQ](/cloud/get-started/capella-iq/configure-capellaiq.html)
- [Explore iQ Insights](/cloud/get-started/capella-iq/explore-iq-insights.html)
- Develop
- [Developer Intro](/cloud/develop/intro.html)
- [Developer Tutorial](/cloud/tutorials/couchbase-tutorial-student-records.html)
- [Implement the Data Model](/cloud/tutorials/buckets-scopes-and-collections.html)
- [Set Up and Connect the Couchbase Java SDK](/cloud/tutorials/java-tutorial/install-couchbase-java-sdk.html)
- [Create Student and Course Records](/cloud/tutorials/java-tutorial/create-records.html)
- [Retrieve Records](/cloud/tutorials/java-tutorial/retrieving-documents.html)
- [Add Course Enrollments](/cloud/tutorials/java-tutorial/adding-course-enrollments.html)
- [Troubleshooting the Developer Tutorial](/cloud/tutorials/java-tutorial/tutorial-troubleshooting.html)
- [Migration Tutorial](/cloud/tutorials/migration-tutorial-capella/sql-migration-tutorial-capella.html)
- [Connect Your App to Capella](/cloud/get-started/connect.html)
- [Troubleshoot Connections](/cloud/clouds/connection-troubleshooting.html)
- [Work with Your Data](/cloud/guides/data.html)
- [Work with Documents](/cloud/guides/kv-operations.html)
- [Manage Documents with the Capella UI](/cloud/clusters/data-service/manage-documents.html)
- [Create Documents](/cloud/guides/creating-data.html)
- [Read Documents](/cloud/guides/reading-data.html)
- [Update Documents](/cloud/guides/updating-data.html)
- [Delete Documents](/cloud/guides/deleting-data.html)
- [Work with Documents in Bulk](/cloud/guides/bulk-operations.html)
- [Import and Export Data](/cloud/guides/load.html)
- [Import Data with the Capella UI](/cloud/clusters/data-service/import-data-documents.html)
- [Import Data with an SDK](/cloud/guides/import.html)
- [Import and Export Data with Command Line Tools](/cloud/connect/cli-import-export.html)
- [Query Data with SQL++](/cloud/n1ql/query.html)
- [Understand Queries](/cloud/n1ql/n1ql-intro/index.html)
- [Query Concepts](/cloud/n1ql/n1ql-intro/queriesandresults.html)
- [Query Tab](/cloud/clusters/query-service/query-workbench.html)
- [cbq: The Command Line Shell for SQL++](/cloud/n1ql/n1ql-intro/cbq.html)
- [Select Data with Queries](/cloud/guides/query.html)
- [Read Data and Return Results](/cloud/guides/select.html)
- [Query Across Relationships](/cloud/guides/join.html)
- [Nest and Unnest Documents](/cloud/guides/nest-unnest.html)
- [Calculate Aggregates and Group Results](/cloud/guides/group-agg.html)
- [Prepare Statements for Reuse](/cloud/guides/prep-statements.html)
- [Use Primary and Secondary Indexes](/cloud/guides/indexes.html)
- [Create Indexes](/cloud/guides/create-index.html)
- [Place Indexes](/cloud/guides/place-index.html)
- [Defer Indexes](/cloud/guides/defer-index.html)
- [Select Indexes](/cloud/guides/select-index.html)
- [Drop Indexes](/cloud/guides/drop-index.html)
- [Get Index Advice](/cloud/guides/index-advisor.html)
- [Manipulate Data with Queries](/cloud/guides/manipulate.html)
- [Insert Data with a Query](/cloud/guides/insert.html)
- [Modify Data with a Query](/cloud/guides/update.html)
- [Delete Data with a Query](/cloud/guides/delete.html)
- [User-Defined Functions with JavaScript](/cloud/guides/javascript-udfs.html)
- [Create a User-Defined Function Library](/cloud/guides/create-javascript-library.html)
- [Create a User-Defined Function](/cloud/guides/create-user-defined-function.html)
- [Call a User-Defined Function](/cloud/guides/call-user-defined-function.html)
- [Advanced Query Features](/cloud/guides/optimize.html)
- [Understand the Cost-Based Optimizer for Queries](/cloud/n1ql/n1ql-language-reference/cost-based-optimizer.html)
- [Use the Cost-Based Optimizer with Queries](/cloud/guides/cbo.html)
- [Auto Update Statistics](/cloud/n1ql/n1ql-language-reference/auto-update-statistics.html)
- [SQL++ Support for Couchbase Transactions](/cloud/n1ql/n1ql-language-reference/transactions.html)
- [Create Couchbase Transactions with SQL++](/cloud/guides/transactions.html)
- [Use Search Indexes with a Query](/cloud/n1ql/n1ql-language-reference/flex-indexes.html)
- [Store and Process Time Series Data](/cloud/n1ql/n1ql-language-reference/time-series.html)
- [Administer Queries and Indexes](/cloud/n1ql/n1ql-manage/index.html)
- [Get System Information](/cloud/n1ql/n1ql-intro/sysinfo.html)
- [Manage and Monitor Queries](/cloud/n1ql/n1ql-manage/monitoring-n1ql-query.html)
- [Automatic Workload Repository](/cloud/n1ql/n1ql-manage/query-awr.html)
- [Manage Indexes](/cloud/clusters/index-service/manage-indexes.html)
- [Configure Queries](/cloud/n1ql/n1ql-manage/query-settings.html)
- [SQL++ for Query Reference](/cloud/n1ql/n1ql-language-reference/index.html)
- [Conventions](/cloud/n1ql/n1ql-language-reference/conventions.html)
- [Reserved Words](/cloud/n1ql/n1ql-language-reference/reservedwords.html)
- [Data Types](/cloud/n1ql/n1ql-language-reference/datatypes.html)
- [Literals](/cloud/n1ql/n1ql-language-reference/literals.html)
- [Identifiers](/cloud/n1ql/n1ql-language-reference/identifiers.html)
- [Operators](/cloud/n1ql/n1ql-language-reference/operators.html)
- [Arithmetic Operators](/cloud/n1ql/n1ql-language-reference/arithmetic.html)
- [Collection Operators](/cloud/n1ql/n1ql-language-reference/collectionops.html)
- [Comparison Operators](/cloud/n1ql/n1ql-language-reference/comparisonops.html)
- [Conditional Operators](/cloud/n1ql/n1ql-language-reference/conditionalops.html)
- [Construction Operators](/cloud/n1ql/n1ql-language-reference/constructionops.html)
- [Logical Operators](/cloud/n1ql/n1ql-language-reference/logicalops.html)
- [Nested Operators and Expressions](/cloud/n1ql/n1ql-language-reference/nestedops.html)
- [Sequence Operators](/cloud/n1ql/n1ql-language-reference/sequenceops.html)
- [String Operators](/cloud/n1ql/n1ql-language-reference/stringops.html)
- [Functions](/cloud/n1ql/n1ql-language-reference/functions.html)
- [Aggregate Functions](/cloud/n1ql/n1ql-language-reference/aggregatefun.html)
- [Array Functions](/cloud/n1ql/n1ql-language-reference/arrayfun.html)
- [Bitwise Functions](/cloud/n1ql/n1ql-language-reference/bitwisefun.html)
- [Comparison Functions](/cloud/n1ql/n1ql-language-reference/comparisonfun.html)
- [Conditional Functions for Unknowns](/cloud/n1ql/n1ql-language-reference/condfununknown.html)
- [Conditional Functions for Numbers](/cloud/n1ql/n1ql-language-reference/condfunnum.html)
- [Date Functions](/cloud/n1ql/n1ql-language-reference/datefun.html)
- [JSON Functions](/cloud/n1ql/n1ql-language-reference/jsonfun.html)
- [Miscellaneous Utility Functions](/cloud/n1ql/n1ql-language-reference/metafun.html)
- [ADVISOR Function](/cloud/n1ql/n1ql-language-reference/advisor.html)
- [_TIMESERIES Function](/cloud/n1ql/n1ql-language-reference/timeseries.html)
- [Number Functions](/cloud/n1ql/n1ql-language-reference/numericfun.html)
- [Object Functions](/cloud/n1ql/n1ql-language-reference/objectfun.html)
- [Pattern-Matching Functions](/cloud/n1ql/n1ql-language-reference/patternmatchingfun.html)
- [Search Functions](/cloud/n1ql/n1ql-language-reference/searchfun.html)
- [String Functions](/cloud/n1ql/n1ql-language-reference/stringfun.html)
- [Token Functions](/cloud/n1ql/n1ql-language-reference/tokenfun.html)
- [Type Functions](/cloud/n1ql/n1ql-language-reference/typefun.html)
- [User-Defined Functions](/cloud/n1ql/n1ql-language-reference/userfun.html)
- [Vector Functions](/cloud/n1ql/n1ql-language-reference/vectorfun.html)
- [Window Functions](/cloud/n1ql/n1ql-language-reference/windowfun.html)
- [Subqueries](/cloud/n1ql/n1ql-language-reference/subqueries.html)
- [Correlated Subqueries](/cloud/n1ql/n1ql-language-reference/correlated-subqueries.html)
- [Examples](/cloud/n1ql/n1ql-language-reference/subquery-examples.html)
- [Hints](/cloud/n1ql/n1ql-language-reference/optimizer-hints.html)
- [Query Block Hints](/cloud/n1ql/n1ql-language-reference/query-hints.html)
- [Keyspace Hints](/cloud/n1ql/n1ql-language-reference/keyspace-hints.html)
- [Negative Keyspace Hints](/cloud/n1ql/n1ql-language-reference/negative-keyspace-hints.html)
- [Boolean Logic](/cloud/n1ql/n1ql-language-reference/booleanlogic.html)
- [Statements](/cloud/n1ql/n1ql-language-reference/statements.html)
- [ADVISE](/cloud/n1ql/n1ql-language-reference/advise.html)
- [ALTER BUCKET](/cloud/n1ql/n1ql-language-reference/alterbucket.html)
- [ALTER GROUP](/cloud/n1ql/n1ql-language-reference/altergroup.html)
- [ALTER INDEX](/cloud/n1ql/n1ql-language-reference/alterindex.html)
- [ALTER SEQUENCE](/cloud/n1ql/n1ql-language-reference/altersequence.html)
- [ALTER USER](/cloud/n1ql/n1ql-language-reference/alteruser.html)
- [ALTER VECTOR INDEX](/cloud/n1ql/n1ql-language-reference/altervectorindex.html)
- [BEGIN TRANSACTION](/cloud/n1ql/n1ql-language-reference/begin-transaction.html)
- [BUILD INDEX](/cloud/n1ql/n1ql-language-reference/build-index.html)
- [COMMIT TRANSACTION](/cloud/n1ql/n1ql-language-reference/commit-transaction.html)
- [CREATE BUCKET](/cloud/n1ql/n1ql-language-reference/createbucket.html)
- [CREATE COLLECTION](/cloud/n1ql/n1ql-language-reference/createcollection.html)
- [CREATE FUNCTION](/cloud/n1ql/n1ql-language-reference/createfunction.html)
- [CREATE GROUP](/cloud/n1ql/n1ql-language-reference/creategroup.html)
- [CREATE INDEX](/cloud/n1ql/n1ql-language-reference/createindex.html)
- [Array Indexing](/cloud/n1ql/n1ql-language-reference/indexing-arrays.html)
- [Adaptive Index](/cloud/n1ql/n1ql-language-reference/adaptive-indexing.html)
- [Indexing Metadata Information](/cloud/n1ql/n1ql-language-reference/indexing-meta-info.html)
- [Index Partitioning](/cloud/n1ql/n1ql-language-reference/index-partitioning.html)
- [CREATE PRIMARY INDEX](/cloud/n1ql/n1ql-language-reference/createprimaryindex.html)
- [CREATE SEQUENCE](/cloud/n1ql/n1ql-language-reference/createsequence.html)
- [CREATE SCOPE](/cloud/n1ql/n1ql-language-reference/createscope.html)
- [CREATE USER](/cloud/n1ql/n1ql-language-reference/createuser.html)
- [CREATE VECTOR INDEX](/cloud/n1ql/n1ql-language-reference/createvectorindex.html)
- [DELETE](/cloud/n1ql/n1ql-language-reference/delete.html)
- [DROP BUCKET](/cloud/n1ql/n1ql-language-reference/dropbucket.html)
- [DROP COLLECTION](/cloud/n1ql/n1ql-language-reference/dropcollection.html)
- [DROP FUNCTION](/cloud/n1ql/n1ql-language-reference/dropfunction.html)
- [DROP GROUP](/cloud/n1ql/n1ql-language-reference/dropgroup.html)
- [DROP INDEX](/cloud/n1ql/n1ql-language-reference/dropindex.html)
- [DROP PRIMARY INDEX](/cloud/n1ql/n1ql-language-reference/dropprimaryindex.html)
- [DROP SEQUENCE](/cloud/n1ql/n1ql-language-reference/dropsequence.html)
- [DROP VECTOR INDEX](/cloud/n1ql/n1ql-language-reference/dropvectorindex.html)
- [DROP SCOPE](/cloud/n1ql/n1ql-language-reference/dropscope.html)
- [DROP USER](/cloud/n1ql/n1ql-language-reference/dropuser.html)
- [EXECUTE](/cloud/n1ql/n1ql-language-reference/execute.html)
- [EXECUTE FUNCTION](/cloud/n1ql/n1ql-language-reference/execfunction.html)
- [EXPLAIN](/cloud/n1ql/n1ql-language-reference/explain.html)
- [EXPLAIN FUNCTION](/cloud/n1ql/n1ql-language-reference/explainfunction.html)
- [GRANT](/cloud/n1ql/n1ql-language-reference/grant.html)
- [INFER](/cloud/n1ql/n1ql-language-reference/infer.html)
- [INSERT](/cloud/n1ql/n1ql-language-reference/insert.html)
- [MERGE](/cloud/n1ql/n1ql-language-reference/merge.html)
- [PREPARE](/cloud/n1ql/n1ql-language-reference/prepare.html)
- [REVOKE](/cloud/n1ql/n1ql-language-reference/revoke.html)
- [ROLLBACK TRANSACTION](/cloud/n1ql/n1ql-language-reference/rollback-transaction.html)
- [SAVEPOINT](/cloud/n1ql/n1ql-language-reference/savepoint.html)
- [SELECT](/cloud/n1ql/n1ql-language-reference/selectintro.html)
- [SELECT Syntax](/cloud/n1ql/n1ql-language-reference/select-syntax.html)
- [SELECT Clause](/cloud/n1ql/n1ql-language-reference/selectclause.html)
- [WITH clause](/cloud/n1ql/n1ql-language-reference/with.html)
- [WITH RECURSIVE Clause](/cloud/n1ql/n1ql-language-reference/with-recursive.html)
- [FROM Clause](/cloud/n1ql/n1ql-language-reference/from.html)
- [USE Clause](/cloud/n1ql/n1ql-language-reference/hints.html)
- [JOIN Clause](/cloud/n1ql/n1ql-language-reference/join.html)
- [NEST Clause](/cloud/n1ql/n1ql-language-reference/nest.html)
- [UNNEST clause](/cloud/n1ql/n1ql-language-reference/unnest.html)
- [Comma-Separated Join](/cloud/n1ql/n1ql-language-reference/comma.html)
- [LET clause](/cloud/n1ql/n1ql-language-reference/let.html)
- [WHERE clause](/cloud/n1ql/n1ql-language-reference/where.html)
- [GROUP BY Clause](/cloud/n1ql/n1ql-language-reference/groupby.html)
- [WINDOW Clause](/cloud/n1ql/n1ql-language-reference/window.html)
- [UNION, INTERSECT, and EXCEPT](/cloud/n1ql/n1ql-language-reference/union.html)
- [ORDER BY clause](/cloud/n1ql/n1ql-language-reference/orderby.html)
- [LIMIT clause](/cloud/n1ql/n1ql-language-reference/limit.html)
- [OFFSET clause](/cloud/n1ql/n1ql-language-reference/offset.html)
- [SET TRANSACTION](/cloud/n1ql/n1ql-language-reference/set-transaction.html)
- [UPDATE](/cloud/n1ql/n1ql-language-reference/update.html)
- [UPDATE STATISTICS](/cloud/n1ql/n1ql-language-reference/updatestatistics.html)
- [Update Statistics for Index Expressions](/cloud/n1ql/n1ql-language-reference/statistics-expressions.html)
- [Update Statistics for a Single Index](/cloud/n1ql/n1ql-language-reference/statistics-index.html)
- [Update Statistics for Multiple Indexes](/cloud/n1ql/n1ql-language-reference/statistics-indexes.html)
- [Delete Statistics](/cloud/n1ql/n1ql-language-reference/statistics-delete.html)
- [UPSERT](/cloud/n1ql/n1ql-language-reference/upsert.html)
- [USING AI](/cloud/n1ql/n1ql-language-reference/using-ai.html)
- [SQL++ Auditing](/cloud/n1ql/n1ql-language-reference/n1ql-auditing.html)
- [SQL++ Error Codes](/cloud/n1ql/n1ql-language-reference/n1ql-error-codes.html)
- [Primary and Secondary Index Reference](/cloud/indexes/indexing-overview.html)
- [Query without Indexes](/cloud/indexes/query-without-index.html)
- [Types of Index](/cloud/indexes/indexing-and-query-perf.html)
- [Covering Indexes](/cloud/indexes/covering-indexes.html)
- [Index Scans](/cloud/indexes/index-scans.html)
- [Index Pushdowns](/cloud/indexes/index_pushdowns.html)
- [Grouping and Aggregate Pushdowns](/cloud/indexes/groupby-aggregate-performance.html)
- [Early Filters, Order, and Pagination](/cloud/indexes/early-filters-and-pagination.html)
- [Index Lifecycle](/cloud/indexes/index-lifecycle.html)
- [Availability and Performance](/cloud/indexes/index-replication.html)
- [Storage Settings](/cloud/indexes/storage-modes.html)
- [JavaScript Functions for Query Reference](/cloud/javascript-udfs/javascript-functions-with-couchbase.html)
- [Call JavaScript from SQL++](/cloud/javascript-udfs/calling-javascript-from-n1ql.html)
- [Calling SQL++ from JavaScript](/cloud/javascript-udfs/calling-n1ql-from-javascript.html)
- [Handling Errors in JavaScript Functions](/cloud/javascript-udfs/handling-errors-javascript-udf.html)
- [Use Vector Indexes for AI Applications](/cloud/vector-index/vectors-and-indexes-overview.html)
- [Choose the Right Vector Index](/cloud/vector-index/use-vector-indexes.html)
- [Vector Search Using Hyperscale Vector Indexes](/cloud/vector-index/hyperscale-vector-index.html)
- [Use Scalar Columns to Filter Hyperscale Vector Index Scans](/cloud/vector-index/hyperscale-filter.html)
- [Hyperscale Vector Index Reranking and Full Vector Persistence](/cloud/vector-index/hyperscale-reranking.html)
- [Filtered Search Using Composite Vector Indexes](/cloud/vector-index/composite-vector-index.html)
- [Hyperscale and Composite Vector Index Best Practices](/cloud/vector-index/vector-index-best-practices.html)
- [Vector Search Using Search Vector Indexes](/cloud/vector-search/vector-search.html)
- [Create a Search Vector Index in Quick Mode](/cloud/vector-search/create-vector-search-index-ui.html)
- [Pre-filtering Vector Searches](/cloud/vector-search/pre-filtering-vector-search.html)
- [Vector Search Index Architecture](/cloud/vector-search/vector-search-index-architecture.html)
- [Run a Vector Search with the Capella UI](/cloud/vector-search/run-vector-search-ui.html)
- [Run a Vector Search with a Couchbase SDK](/cloud/vector-search/run-vector-search-sdk.html)
- [Fine-Tuning a Vector Search Query](/cloud/vector-search/fine-tune-vector-search.html)
- [Add Search to Your Application](/cloud/search/search.html)
- [Create a Search Index](/cloud/search/create-search-indexes.html)
- [Search Index Features](/cloud/search/customize-index.html)
- [Create a Search Index with the Capella UI](/cloud/search/create-search-index-ui.html)
- [About Mapping Collections, Objects and Fields](/cloud/search/about-mappings.html)
- [Create a New Mapping or Type Mapping](/cloud/search/create-type-mapping.html)
- [Collection, Object, XATTRs, and Field Mapping Options](/cloud/search/type-mapping-options.html)
- [Set a Document Filter](/cloud/search/set-type-identifier.html)
- [Set Search Index Advanced Settings](/cloud/search/set-advanced-settings.html)
- [Create a Custom Analyzer](/cloud/search/create-custom-analyzer.html)
- [Create a Custom Character Filter](/cloud/search/create-custom-character-filter.html)
- [Create a Custom Tokenizer](/cloud/search/create-custom-tokenizer.html)
- [Create a Custom Token Filter](/cloud/search/create-custom-token-filter.html)
- [Default Analyzers](/cloud/search/default-analyzers-reference.html)
- [Default Character Filters](/cloud/search/default-character-filters-reference.html)
- [Default Token Filters](/cloud/search/default-token-filters-reference.html)
- [Default Tokenizers](/cloud/search/default-tokenizers-reference.html)
- [Default Wordlists](/cloud/search/default-wordlists-reference.html)
- [Create a Custom Date/Time Parser](/cloud/search/create-custom-date-time-parser.html)
- [Default Date/Time Parsers](/cloud/search/default-date-time-parsers-reference.html)
- [Add Synonyms to a Search Index](/cloud/search/synonyms/synonyms-search.html)
- [Create a Synonym Collection and Documents](/cloud/search/synonyms/create-synonym-collection-docs.html)
- [Add a Synonym Source](/cloud/search/synonyms/add-synonym-source.html)
- [Import a Search Index Definition with the Capella UI](/cloud/search/import-search-index.html)
- [Search Index JSON Properties](/cloud/search/search-index-params.html)
- [Run a Search With a Search Index](/cloud/search/run-searches.html)
- [Run A Simple Search with the Capella UI](/cloud/search/simple-search-ui.html)
- [Run a Geospatial Search Query with the Capella UI](/cloud/search/geo-search-ui.html)
- [Search Request JSON Properties](/cloud/search/search-request-params.html)
- [Use Autocomplete with the Search Service](/cloud/search/search-query-auto-complete.html)
- [Configure an Autocomplete Search Index](/cloud/search/search-query-auto-complete-ui.html)
- [Add Autocomplete to Your Application](/cloud/search/search-query-auto-complete-code.html)
- [Create Search Index Aliases](/cloud/search/index-aliases.html)
- [Create a Search Index Alias with the Capella UI](/cloud/search/create-search-index-alias.html)
- [Run a Function on Data Change](/cloud/eventing/eventing-overview.html)
- [Add Eventing Functions](/cloud/eventing/add-eventing-functions.html)
- [Deploy Eventing Functions](/cloud/eventing/deploy-eventing-functions.html)
- [Manage Eventing Functions](/cloud/eventing/manage-eventing-functions.html)
- [Language Constructs](/cloud/eventing/eventing-language-constructs.html)
- [Advanced Keyspace Accessors](/cloud/eventing/eventing-advanced-keyspace-accessors.html)
- [Timers](/cloud/eventing/eventing-timers.html)
- [cURL](/cloud/eventing/eventing-curl-spec.html)
- [Buckets vs Collections](/cloud/eventing/eventing-buckets-to-collections.html)
- [Eventing Access Control](/cloud/eventing/eventing-rbac.html)
- [Eventing Function Examples](/cloud/eventing/eventing-examples.html)
- Step-by-Step Examples
- [Improve Document Searchability](/cloud/eventing/eventing-example-data-enrichment.html)
- [Cascade Delete Documents](/cloud/eventing/eventing-examples-cascade-delete.html)
- [Create Documents After Expiration](/cloud/eventing/eventing-examples-docexpiry.html)
- [Differentiate between Expiration and Deletion](/cloud/eventing/eventing-examples-delete-v-expiry.html)
- [Archive Documents After Expiration](/cloud/eventing/eventing-examples-docarchive.html)
- [Cancel or Overwrite a Timer](/cloud/eventing/eventing-examples-cancel-overwrite-timer.html)
- [Create a Recurring Timer](/cloud/eventing/eventing-examples-recurring-timer.html)
- [Create a Recurring Timer with a REST API](/cloud/eventing/eventing-examples-rest-via-curl-get.html)
- [Generate Credit Card Transaction Alerts](/cloud/eventing/eventing-examples-high-risk.html)
- Basic Accessor Functions
- [basicBucketOps](/cloud/eventing/eventing-handler-basicBucketOps.html)
- [basicCurlGet](/cloud/eventing/eventing-handler-curl-get.html)
- [basicCurlPost](/cloud/eventing/eventing-handler-curl-post.html)
- [simpleTimer](/cloud/eventing/eventing-handler-simpleTimer.html)
- [cascadeKvDeleteWithDoc](/cloud/eventing/eventing-handler-cascadeKvDeleteWithDoc.html)
- [redactSharedData](/cloud/eventing/eventing-handler-redactSharedData.html)
- [simpleFlatten](/cloud/eventing/eventing-handler-simpleFlatten.html)
- [fixEmailDomains](/cloud/eventing/eventing-handler-fixEmailDomains.html)
- [keepLastN](/cloud/eventing/eventing-handler-keepLastN.html)
- [docControlledSelfExpiry](/cloud/eventing/eventing-handler-docControlledSelfExpiry.html)
- [shippingNotifier](/cloud/eventing/eventing-handler-shippingNotifier.html)
- [ConvertBucketToCollections](/cloud/eventing/eventing-handler-ConvertBucketToCollections.html)
- Basic SQL++ Functions
- [Function: Basic SQL++ SELECT Statement](/cloud/eventing/eventing-handler-basicN1qlSelectStmt.html)
- [Function: Basic SQL++ Prepared Select Statement](/cloud/eventing/eventing-handler-basicN1qlPreparedSelectStmt.html)
- Generic Manipulation Functions
- [dateToEpochConversion](/cloud/eventing/eventing-handler-dateToEpochConversion.html)
- [deepCloneAndModify](/cloud/eventing/eventing-handler-deepCloneAndModify.html)
- [removeObjectStubs](/cloud/eventing/eventing-handler-removeObjectStubs.html)
- [removeNullsAndEmptys](/cloud/eventing/eventing-handler-removeNullsAndEmptys.html)
- [genericRename](/cloud/eventing/eventing-handler-genericRename.html)
- [genericFlatten](/cloud/eventing/eventing-handler-genericFlatten.html)
- [convertXMLtoJSON](/cloud/eventing/eventing-handler-convertXMLtoJSON.html)
- [convertAdvXMLtoJSON](/cloud/eventing/eventing-handler-convertAdvXMLtoJSON.html)
- Advanced Accessor Functions
- [advancedGetOp](/cloud/eventing/eventing-handler-advancedGetOp.html)
- [advancedGetOpWithCache](/cloud/eventing/eventing-handler-advancedGetOpWithCache.html)
- [advancedInsertOp](/cloud/eventing/eventing-handler-advancedInsertOp.html)
- [advancedUpsertOp](/cloud/eventing/eventing-handler-advancedUpsertOp.html)
- [advancedReplaceOp](/cloud/eventing/eventing-handler-advancedReplaceOp.html)
- [advancedDeleteOp](/cloud/eventing/eventing-handler-advancedDeleteOp.html)
- [advancedIncrementOp](/cloud/eventing/eventing-handler-advancedIncrementOp.html)
- [advancedDecrementOp](/cloud/eventing/eventing-handler-advancedDecrementOp.html)
- [advancedTouchOp](/cloud/eventing/eventing-handler-advancedTouchOp.html)
- [advancedKeepLastN](/cloud/eventing/eventing-handler-advanced-keepLastN.html)
- [advancedDocControlledSelfExpiry](/cloud/eventing/eventing-handler-advanced-docControlledSelfExpiry.html)
- [multiCollectionEventing](/cloud/eventing/eventing-handler-multiCollectionEventing.html)
- [advancedSelfRecursion](/cloud/eventing/eventing-handler-advancedSelfRecursion.html)
- [advancedMutateInField](/cloud/eventing/eventing-handler-advancedMutateInField.html)
- [advancedMutateInArray](/cloud/eventing/eventing-handler-advancedMutateInArray.html)
- [advancedLookupInField](/cloud/eventing/eventing-handler-advancedLookupInOp.html)
- Binary Document Support
- [basicBinaryKV](/cloud/eventing/eventing-handler-basicBinaryKV.html)
- [advancedBinaryKV](/cloud/eventing/eventing-handler-advancedBinaryKV.html)
- Performance Functions
- [fasterToLocalString](/cloud/eventing/eventing-handler-fasterToLocalString.html)
- [Terminology](/cloud/eventing/eventing-Terminologies.html)
- [Troubleshooting and Best Practices](/cloud/eventing/troubleshooting-best-practices.html)
- [Frequently Asked Questions](/cloud/eventing/eventing-faq.html)
- [Analyze Large Datasets](/cloud/clusters/analytics-service/analytics-service.html)
- [Analytics Workbench](/cloud/clusters/analytics-service/analytics-workbench.html)
- [Analytics Links](/cloud/clusters/analytics-service/analytics-links.html)
- [Analytics Monitor](/cloud/clusters/analytics-service/analytics-monitor.html)
- [Build Mobile Apps](/cloud/mobile-guides/intro.html)
- [Integrations, Connectors, and Tools](/cloud/third-party/integrations.html)
- Use Capella REST APIs
- [Manage Deployments with the Management API](/cloud/management-api-guide/management-api-intro.html)
- [Get Started](/cloud/management-api-guide/management-api-start.html)
- [Make an API Call](/cloud/management-api-guide/management-api-use.html)
- [REST API Reference](/cloud/management-api-reference/index.html)
- [Error Reference](/cloud/management-api-guide/management-api-errors.html)
- [Change Log](/cloud/management-api-guide/management-api-log.html)
- [Manage Data with the Data API](/cloud/data-api-guide/data-api-intro.html)
- [Get Started](/cloud/data-api-guide/data-api-start.html)
- [Add Private Endpoints](/cloud/data-api-guide/data-api-private.html)
- [AWS](/cloud/data-api-guide/data-api-private-aws.html)
- [Azure](/cloud/data-api-guide/data-api-private-azure.html)
- [Make an API Call](/cloud/data-api-guide/data-api-use.html)
- [Data API vs. SDKs](/cloud/data-api-guide/data-api-sdks.html)
- [REST API Reference](/cloud/data-api-reference/index.html)
- Administer Capella
- [Manage Users and Cluster Access](/cloud/organizations/organization-projects-overview.html)
- [Organizations](/cloud/organizations/organizations.html)
- [Manage Organizations](/cloud/organizations/manage-organizations.html)
- [Manage Organization Users](/cloud/organizations/manage-organization-users.html)
- [Organization Roles](/cloud/organizations/organization-user-roles.html)
- [Projects](/cloud/projects/projects.html)
- [Manage Projects](/cloud/projects/manage-projects.html)
- [Manage Project Users](/cloud/projects/manage-project-users.html)
- [Project Roles](/cloud/projects/project-roles.html)
- [Cluster Access](/cloud/clusters/cluster-rbac.html)
- [Manage Allowed IPs](/cloud/clusters/allow-ip-address.html)
- [Manage Cluster Access](/cloud/clusters/manage-database-users.html)
- [Capella UI Authentication](/cloud/organizations/ui-auth/capella-ui-auth.html)
- [Add SSO Authentication](/cloud/organizations/ui-auth/add-sso-auth.html)
- [Microsoft Entra ID](/cloud/organizations/ui-auth/sso-entra-id.html)
- [Okta](/cloud/organizations/ui-auth/sso-okta.html)
- [PingOne](/cloud/organizations/ui-auth/sso-ping.html)
- [Google Workplace](/cloud/organizations/ui-auth/sso-google.html)
- [CyberArk](/cloud/organizations/ui-auth/sso-cyberark.html)
- [OneLogin](/cloud/organizations/ui-auth/sso-onelogin.html)
- [Map User Roles](/cloud/organizations/ui-auth/manage-role-mapping.html)
- [Manage Identity Providers](/cloud/organizations/ui-auth/manage-identity-providers.html)
- [Sign in with SSO](/cloud/organizations/ui-auth/sign-in-with-sso.html)
- [Manage Multi-Factor Authentication (MFA)](/cloud/organizations/ui-auth/mfa.html)
- [Manage Your Couchbase Capella Account](/cloud/organizations/manage-account.html)
- [Configure Your Cluster](/cloud/clusters/databases.html)
- [Create A Paid Cluster](/cloud/clusters/create-database.html)
- [Modify a Paid Cluster](/cloud/clusters/modify-database.html)
- [Turn Clusters Off or On](/cloud/clusters/off-on-database.html)
- [Schedule Cluster On or Off](/cloud/clusters/off-on-schedule.html)
- [Delete a Cluster](/cloud/clusters/delete-database.html)
- [Upgrading a Cluster](/cloud/clusters/upgrade-database.html)
- [Upgrade Best Practices](/cloud/clusters/upgrade-best-practices.html)
- [Sizing a Cluster](/cloud/clusters/sizing.html)
- [Cluster Scaling](/cloud/clusters/scale-database.html)
- [Configure Allowed IPs](/cloud/clusters/allow-ip-address.html)
- [Configure Cluster Access Credentials](/cloud/clusters/manage-database-users.html)
- [Monitor Clusters](/cloud/clusters/monitoring/monitoring.html)
- [View Monitoring Dashboards](/cloud/clusters/monitoring/metrics-dashboard.html)
- [View Health Advisor](/cloud/clusters/monitoring/health-advisor.html)
- [View Activity Logs](/cloud/clusters/monitoring/activity-log.html)
- [Receive Alerts](/cloud/clusters/monitoring/alerts.html)
- [Alert Integrations](/cloud/clusters/monitoring/alert-integration.html)
- [Configure an Alert Integration](/cloud/clusters/monitoring/configure-alert-integration.html)
- [Add a Capella Cluster to a Prometheus Server](/cloud/clusters/monitoring/prometheus.html)
- [Replication (XDCR)](/cloud/clusters/xdcr/xdcr.html)
- [Manage Replications](/cloud/clusters/xdcr/manage-xdcr-replications.html)
- [Manage Replication Security](/cloud/clusters/xdcr/manage-xdcr-security.html)
- [Manage Your Data](/cloud/clusters/data-service/data-service.html)
- [Buckets, Scopes, and Collections](/cloud/clusters/data-service/about-buckets-scopes-collections.html)
- [Manage Buckets](/cloud/clusters/data-service/manage-buckets.html)
- [Choose a Storage Engine](/cloud/clusters/data-service/storage-engines.html)
- [Manage Scopes & Collections](/cloud/clusters/data-service/scopes-collections.html)
- [Back Up and Restore Bucket Data](/cloud/clusters/backup-restore.html)
- [Manage Bucket Backups](/cloud/clusters/manage-backup.html)
- [Restore a Bucket Backup](/cloud/clusters/manage-restore.html)
- [Back Up and Restore An Entire Cluster](/cloud/clusters/cloud-snapshots.html)
- [Take or Schedule a Cluster Backup](/cloud/clusters/take-cloud-snapshot.html)
- [Restore a Cluster Backup](/cloud/clusters/restore-cloud-snapshot.html)
- [Back Up and Restore with Command Line Tools](/cloud/clusters/cli-backup-restore.html)
- [Getting Started with Hashicorp Terraform Deployment](/cloud/terraform/index.html)
- [Terraform Compatibility Guide](/cloud/terraform/terraform-compatibility.html)
- [Manage Your Billing](/cloud/billing/billing.html)
- [Manage Billing Information](/cloud/billing/manage-billing.html)
- [About Billing Alerts](/cloud/billing/about-billing-alerts.html)
- [Manage Billing Alerts](/cloud/billing/manage-billing-alerts.html)
- [View Capella Usage and Invoices](/cloud/billing/usage-invoices.html)
- [Upgrade Your Account](/cloud/billing/upgrade-account.html)
- [Change a Cluster’s Plan and Support Timezone](/cloud/billing/change-support-plan.html)
- [Request Prompt Action for Cluster Recovery](/cloud/billing/support-pre-auth.html)
- [View Capella Plans and Pricing](https://www.couchbase.com/pricing)
- [Manage Support](/cloud/support/support.html)
- [Create a Support Ticket](/cloud/support/manage-support.html)
- [Send Us Feedback](/cloud/support/feedback.html)
- [View Capella Support Policy](https://www.couchbase.com/support-policy/cloud)
- Manage Security
- [Security Best Practices](/cloud/security/security.html)
- [Capella Root Certificates](/cloud/security/security-certificates.html)
- [Use Customer-Managed Encryption Keys (CMEK)](/cloud/security/cmek.html)
- [Audit Events](/cloud/security/auditing.html)
- [Manage Audits](/cloud/security/audit-management.html)
- [Add Private Endpoints](/cloud/security/private-endpoints.html)
- [Add an AWS PrivateLink Connection](/cloud/security/add-aws-private-link.html)
- [Add an Azure Private Link Connection](/cloud/security/add-azure-private-link.html)
- [Add a GCP Private Service Connection](/cloud/security/add-gcp-private-link.html)
- [Set Up a VPC Peering Connection](/cloud/clouds/private-network.html)
- [AWS](/cloud/clouds/vpc-peering/peer-aws.html)
- [Azure](/cloud/clouds/vpc-peering/peer-azure.html)
- [GCP](/cloud/clouds/vpc-peering/peer-gcp.html)
- [Verify VPC Peering Connectivity](/cloud/clouds/vpc-peering/verify-troubleshoot.html)
- Reference
- [Supported Cloud Providers](/cloud/clouds/cloud-providers.html)
- [Amazon Web Services (AWS)](/cloud/reference/aws.html)
- [Google Cloud Platform (GCP)](/cloud/reference/gcp.html)
- [Microsoft Azure](/cloud/reference/azure.html)
- [SDK Compatibility](/cloud/reference/sdk-compatibility.html)
- [Command Line Tools](/cloud/reference/command-line-tools.html)
- [Supported Browsers](/cloud/reference/browser-compatibility.html)
- [Alert Reference](/cloud/reference/alert-reference.html)
- [Metrics Reference](/cloud/metrics-reference/metrics-reference.html)
- [Data Service Metrics](/cloud/metrics-reference/data-service-metrics.html)
- [Query Service Metrics](/cloud/metrics-reference/query-service-metrics.html)
- [Index Service Metrics](/cloud/metrics-reference/index-service-metrics.html)
- [Search Service Metrics](/cloud/metrics-reference/search-service-metrics.html)
- [Eventing Service Metrics](/cloud/metrics-reference/eventing-service-metrics.html)
- [Analytics Service Metrics](/cloud/metrics-reference/analytics-service-metrics.html)
- [Cluster Manager Metrics](/cloud/metrics-reference/ns-server-metrics.html)
- [XDCR Metrics](/cloud/metrics-reference/xdcr-metrics.html)
- [Monitoring Reference](/cloud/reference/monitoring-reference.html)
- [Events Reference](/cloud/reference/event-reference.html)
- [Health Advisor Reference](/cloud/reference/health-advisor-reference.html)
- [Capella Release Notes](/cloud/release-notes/release-notes.html)
### Couchbase Documentation
- [Overview](/home/contribute/index.html)
- Setting Up Your Workspace
- [Install Git and an AsciiDoc Editor](/home/contribute/install-git-and-editor.html)
- [Install Antora](/home/contribute/install-antora.html)
- [Set Up Documentation Repositories](/home/contribute/set-up-repository.html)
- Contributing Workflow
- [Overview](/home/contribute/workflow-overview.html)
- [About Couchbase Documentation Repositories](/home/contribute/repositories.html)
- [Create a New Working Branch](/home/contribute/create-branches.html)
- [Edit Existing Documentation](/home/contribute/edit-pages.html)
- [Add a New Documentation Page](/home/contribute/add-pages.html)
- [Update a Navigation File](/home/contribute/update-nav.html)
- [Configure Your Antora Playbook](/home/contribute/playbook.html)
- [Test Your Changes Locally](/home/contribute/test-site.html)
- [Send Your Changes for Review](/home/contribute/send-pr.html)
- Writing Documentation
- [Overview](/home/contribute/asciidoc-overview.html)
- [Standard Document Structure](/home/contribute/pages.html)
- [AsciiDoc Basics](/home/contribute/basics.html)
- [Cross References](/home/contribute/cross-references.html)
- [IDs and Same-Page Cross References](/home/contribute/ids.html)
- [Code Blocks and Callouts](/home/contribute/code-blocks.html)
- [Tabbed Content](/home/contribute/tabs.html)
- [Attributes and Roles](/home/contribute/attributes-and-roles.html)
- [Include Examples and Partials](/home/contribute/includes.html)
- Conventions & Styles
- [Component Structure and Configuration](/home/contribute/component-configuration.html)
- [Navigation Menus and Files](/home/contribute/nav-menus-and-files.html)
- Technical details
- [Generate REST API Documentation](/home/contribute/generate-rest-api.html)
- [Site Extensions](/home/contribute/extensions.html)
### Couchbase Edge Server (1.0)
- [Introduction](/couchbase-edge-server/current/introduction/intro.html)
- [New in 1.0](/couchbase-edge-server/current/introduction/whats-new.html)
- [Getting Started](/couchbase-edge-server/current/get-started/get-started-landing.html)
- [Prerequisites](/couchbase-edge-server/current/get-started/prereqs.html)
- [Install and Verify](/couchbase-edge-server/current/get-started/install.html)
- [Edge Server Configuration Schema](/couchbase-edge-server/current/configuration/edge-server-configuration.html)
- [REST-Based Access](/couchbase-edge-server/current/rest-based-access/rest-api-landing.html)
- [Get Started](/couchbase-edge-server/current/rest-based-access/rest-api-start.html)
- [Database Operations](/couchbase-edge-server/current/rest-based-access/database-operations.html)
- [Document Access](/couchbase-edge-server/current/rest-based-access/document-access.html)
- [Changes Feed](/couchbase-edge-server/current/rest-based-access/changes-feed.html)
- [Queries](/couchbase-edge-server/current/rest-based-access/queries-api.html)
- [Replication Management](/couchbase-edge-server/current/rest-based-access/replication.html)
- [REST API Reference](/couchbase-edge-server/current/public-api-reference/index.html)
- [Sync](/couchbase-edge-server/current/sync/sync-landing.html)
- [Remote Sync with App Services / Sync Gateway](/couchbase-edge-server/current/sync/remote-sync.html)
- [Edge Sync with Couchbase Lite](/couchbase-edge-server/current/sync/edge-sync-cbl.html)
- [Sync with Edge Server](/couchbase-edge-server/current/sync/edge-to-edge-sync.html)
- [Administer](/couchbase-edge-server/current/administer/administer-landing.html)
- [Operational Logging](/couchbase-edge-server/current/administer/operational-logging.html)
- [Audit Logging](/couchbase-edge-server/current/administer/audit-logging.html)
- [Product Notes](/couchbase-edge-server/current/product-notes/product-notes-landing.html)
- [Product Compatibility](/couchbase-edge-server/current/product-notes/compatibility.html)
- [Supported Platforms](/couchbase-edge-server/current/product-notes/supported-platforms.html)
- [Release Notes](/couchbase-edge-server/current/product-notes/release-notes.html)
### Couchbase Lite (4.0)
- [Introduction](/couchbase-lite/current/index.html)
- [New in 4.0](/couchbase-lite/current/cbl-whatsnew.html)
- [Migration](/couchbase-lite/current/migration.html)
- [Android](/couchbase-lite/current/android/quickstart.html)
- Start Here!
- [Prerequisites](/couchbase-lite/current/android/gs-prereqs.html)
- [Install](/couchbase-lite/current/android/gs-install.html)
- [Build and Run](/couchbase-lite/current/android/gs-build.html)
- [Kotlin](/couchbase-lite/current/android/kotlin.html)
- [Databases](/couchbase-lite/current/android/database.html)
- [Pre-built Database](/couchbase-lite/current/android/prebuilt-database.html)
- [Scopes and Collections](/couchbase-lite/current/android/scopes-collections-manage.html)
- [Documents](/couchbase-lite/current/android/document.html)
- [Version Vectors](/couchbase-lite/current/android/version-vectors.html)
- [Blobs](/couchbase-lite/current/android/blob.html)
- Queries
- [Querybuilder](/couchbase-lite/current/android/querybuilder.html)
- [SQL++ for Mobile](/couchbase-lite/current/android/query-n1ql-mobile.html)
- [SQL++ Server Differences](/couchbase-lite/current/android/query-n1ql-mobile-server-diffs.html)
- [SQL++ Querybuilder Differences](/couchbase-lite/current/android/query-n1ql-mobile-querybuilder-diffs.html)
- [Query Resultsets](/couchbase-lite/current/android/query-resultsets.html)
- [Live Queries](/couchbase-lite/current/android/query-live.html)
- [Query Troubleshooting](/couchbase-lite/current/android/query-troubleshooting.html)
- Search
- [Full Text Search](/couchbase-lite/current/android/fts.html)
- [Vector Search](/couchbase-lite/current/android/vector-search.html)
- [Working with Vector Search](/couchbase-lite/current/android/working-with-vector-search.html)
- [Indexing](/couchbase-lite/current/android/indexing.html)
- Data Sync
- [Intra-device Sync](/couchbase-lite/current/android/dbreplica.html)
- [Remote Sync Gateway](/couchbase-lite/current/android/replication.html)
- [Multipeer Peer-to-Peer Replicator](/couchbase-lite/current/android/p2psync-multipeer.html)
- [Active-Passive Peer-to-Peer](/couchbase-lite/current/android/p2psync-websocket.html)
- [Passive Peer](/couchbase-lite/current/android/p2psync-websocket-using-passive.html)
- [Active Peer](/couchbase-lite/current/android/p2psync-websocket-using-active.html)
- [Integrate Custom Listener](/couchbase-lite/current/android/p2psync-custom.html)
- [Handling Data Conflicts](/couchbase-lite/current/android/conflict.html)
- [API References](https://docs.couchbase.com/mobile/4.0.0/couchbase-lite-android/)
- [Kotlin Extensions](https://docs.couchbase.com/mobile/4.0.0/couchbase-lite-android-ktx)
- [Upgrade](/couchbase-lite/current/android/upgrade.html)
- Troubleshooting
- [Logging API](/couchbase-lite/current/android/new-logging-api.html)
- [Troubleshooting Queries](/couchbase-lite/current/android/troubleshooting-queries.html)
- Product Notes
- [Couchbase Lite Release Notes](/couchbase-lite/current/android/releasenotes.html)
- [Vector Search Release Notes](/couchbase-lite/current/android/vs-releasenotes.html)
- [Compatibility](/couchbase-lite/current/android/compatibility.html)
- [Supported Platforms](/couchbase-lite/current/android/supported-os.html)
- [C](/couchbase-lite/current/c/quickstart.html)
- Start Here!
- [Download Links](/couchbase-lite/current/c/gs-downloads.html)
- [Install Couchbase Lite for C](/couchbase-lite/current/c/gs-install.html)
- [Build and Run](/couchbase-lite/current/c/gs-build.html)
- [Fleece C API](/couchbase-lite/current/c/c_fleece.html)
- [Databases](/couchbase-lite/current/c/database.html)
- [Pre-built Database](/couchbase-lite/current/c/prebuilt-database.html)
- [Manage Scopes and Collections](/couchbase-lite/current/c/scopes-collections-manage.html)
- [Documents](/couchbase-lite/current/c/document.html)
- [Version Vectors](/couchbase-lite/current/c/version-vectors.html)
- [Blobs](/couchbase-lite/current/c/blob.html)
- [Field Level Encryption](/couchbase-lite/current/c/field-level-encryption.html)
- Queries
- [SQL++ Query Strings](/couchbase-lite/current/c/query-n1ql-mobile.html)
- [SQL for Mobile -- Differences from SQL for Server](/couchbase-lite/current/c/query-n1ql-mobile-server-diffs.html)
- [Result Sets](/couchbase-lite/current/c/query-resultsets.html)
- [Live Queries](/couchbase-lite/current/c/query-live.html)
- Search
- [Using Full-Text Search](/couchbase-lite/current/c/fts.html)
- [Vector Search](/couchbase-lite/current/c/vector-search.html)
- [Working with Vector Search](/couchbase-lite/current/c/working-with-vector-search.html)
- [Indexing your Data](/couchbase-lite/current/c/indexing.html)
- Data Sync
- [Data Sync using Sync Gateway](/couchbase-lite/current/c/replication.html)
- [Data Sync Peer-to-Peer](/couchbase-lite/current/c/p2psync-websocket.html)
- [Passive Peer](/couchbase-lite/current/c/p2psync-websocket-using-passive.html)
- [Active Peer](/couchbase-lite/current/c/p2psync-websocket-using-active.html)
- [Handling Data Conflicts](/couchbase-lite/current/c/conflict.html)
- [New Logging API](/couchbase-lite/current/c/new-logging-api.html)
- [Upgrade](/couchbase-lite/current/c/upgrade.html)
- [API Reference](https://docs.couchbase.com/mobile/4.0.0/couchbase-lite-c/C/html/modules.html)
- Product Notes
- [Couchbase Lite Release Notes](/couchbase-lite/current/c/releasenotes.html)
- [Vector Search Release Notes](/couchbase-lite/current/c/vs-releasenotes.html)
- [Compatibility](/couchbase-lite/current/c/compatibility.html)
- [Supported Operating System Versions](/couchbase-lite/current/c/supported-os.html)
- [.Net](/couchbase-lite/current/csharp/quickstart.html)
- Start Here!
- [Install](/couchbase-lite/current/csharp/gs-install.html)
- [Build and Run](/couchbase-lite/current/csharp/gs-build.html)
- [Databases](/couchbase-lite/current/csharp/database.html)
- [Pre-built Database](/couchbase-lite/current/csharp/prebuilt-database.html)
- [Scopes and Collections](/couchbase-lite/current/csharp/scopes-collections-manage.html)
- [Documents](/couchbase-lite/current/csharp/document.html)
- [Version Vectors](/couchbase-lite/current/csharp/version-vectors.html)
- [Blobs](/couchbase-lite/current/csharp/blob.html)
- Queries
- [Querybuilder](/couchbase-lite/current/csharp/querybuilder.html)
- [SQL++ for Mobile](/couchbase-lite/current/csharp/query-n1ql-mobile.html)
- [SQL++ Mobile - Server Differences](/couchbase-lite/current/csharp/query-n1ql-mobile-server-diffs.html)
- [SQL++ Querybuilder Differences](/couchbase-lite/current/csharp/query-n1ql-mobile-querybuilder-diffs.html)
- [Query Resultsets](/couchbase-lite/current/csharp/query-resultsets.html)
- [Live Queries](/couchbase-lite/current/csharp/query-live.html)
- [Query Troubleshooting](/couchbase-lite/current/csharp/query-troubleshooting.html)
- Search
- [Full Text Search](/couchbase-lite/current/csharp/fts.html)
- [Vector Search](/couchbase-lite/current/csharp/vector-search.html)
- [Working with Vector Search](/couchbase-lite/current/csharp/working-with-vector-search.html)
- [Indexing](/couchbase-lite/current/csharp/indexing.html)
- Data Sync
- [Intra-device Sync](/couchbase-lite/current/csharp/dbreplica.html)
- [Remote Sync Gateway](/couchbase-lite/current/csharp/replication.html)
- [Peer-to-Peer](/couchbase-lite/current/csharp/p2psync-websocket.html)
- [Passive Peer](/couchbase-lite/current/csharp/p2psync-websocket-using-passive.html)
- [Active Peer](/couchbase-lite/current/csharp/p2psync-websocket-using-active.html)
- [Integrate Custom Listener](/couchbase-lite/current/csharp/p2psync-custom.html)
- [Handling Data Conflicts](/couchbase-lite/current/csharp/conflict.html)
- [API References](https://docs.couchbase.com/mobile/4.0.0/couchbase-lite-net/index.html)
- [Upgrade](/couchbase-lite/current/csharp/upgrade.html)
- Troubleshooting
- [Using the Legacy Logging API for Troubleshooting](/couchbase-lite/current/csharp/troubleshooting-logs.html)
- [New Logging API](/couchbase-lite/current/csharp/new-logging-api.html)
- [Troubleshooting Queries](/couchbase-lite/current/csharp/troubleshooting-queries.html)
- Product Notes
- [Couchbase Lite Release Notes](/couchbase-lite/current/csharp/releasenotes.html)
- [Vector Search Release Notes](/couchbase-lite/current/csharp/vs-releasenotes.html)
- [Compatibility](/couchbase-lite/current/csharp/compatibility.html)
- [Supported Platforms](/couchbase-lite/current/csharp/supported-os.html)
- [Java](/couchbase-lite/current/java/quickstart.html)
- Start Here!
- [Prerequisites](/couchbase-lite/current/java/gs-prereqs.html)
- [Install](/couchbase-lite/current/java/gs-install.html)
- [Build and Run](/couchbase-lite/current/java/gs-build.html)
- [Databases](/couchbase-lite/current/java/database.html)
- [Pre-built Database](/couchbase-lite/current/java/prebuilt-database.html)
- [Scopes and Collections](/couchbase-lite/current/java/scopes-collections-manage.html)
- [Documents](/couchbase-lite/current/java/document.html)
- [Version Vectors](/couchbase-lite/current/java/version-vectors.html)
- [Blobs](/couchbase-lite/current/java/blob.html)
- Queries
- [Querybuilder](/couchbase-lite/current/java/querybuilder.html)
- [SQL++ for Mobile](/couchbase-lite/current/java/query-n1ql-mobile.html)
- [SQL++ Server Differences](/couchbase-lite/current/java/query-n1ql-mobile-server-diffs.html)
- [SQL++ Querybuilder Differences](/couchbase-lite/current/java/query-n1ql-mobile-querybuilder-diffs.html)
- [Query Resultsets](/couchbase-lite/current/java/query-resultsets.html)
- [Live Queries](/couchbase-lite/current/java/query-live.html)
- [Query Troubleshooting](/couchbase-lite/current/java/query-troubleshooting.html)
- Search
- [Full Text Search](/couchbase-lite/current/java/fts.html)
- [Vector Search](/couchbase-lite/current/java/vector-search.html)
- [Working with Vector Search](/couchbase-lite/current/java/working-with-vector-search.html)
- [Indexing](/couchbase-lite/current/java/indexing.html)
- Data Sync
- [Intra-device Sync](/couchbase-lite/current/java/dbreplica.html)
- [Remote Sync Gateway](/couchbase-lite/current/java/replication.html)
- [Peer-to-Peer](/couchbase-lite/current/java/p2psync-websocket.html)
- [Passive Peer](/couchbase-lite/current/java/p2psync-websocket-using-passive.html)
- [Active Peer](/couchbase-lite/current/java/p2psync-websocket-using-active.html)
- [Integrate Custom Listener](/couchbase-lite/current/java/p2psync-custom.html)
- [Handling Data Conflicts](/couchbase-lite/current/java/conflict.html)
- [API References](https://docs.couchbase.com/mobile/4.0.0/couchbase-lite-java/)
- [Upgrade](/couchbase-lite/current/java/upgrade.html)
- Troubleshooting
- [Logging API](/couchbase-lite/current/java/new-logging-api.html)
- [Troubleshooting Queries](/couchbase-lite/current/java/troubleshooting-queries.html)
- Product Notes
- [Couchbase Lite Release Notes](/couchbase-lite/current/java/releasenotes.html)
- [Vector Search Release Notes](/couchbase-lite/current/java/vs-releasenotes.html)
- [Compatibility](/couchbase-lite/current/java/compatibility.html)
- [Supported Platforms](/couchbase-lite/current/java/supported-os.html)
- [Hybrid](/couchbase-lite/current/hybrid/quickstart.html)
- [Ionic](/couchbase-lite/current/hybrid/ionic.html)
- [React Native](/couchbase-lite/current/hybrid/react.html)
- [Objective-C](/couchbase-lite/current/objc/quickstart.html)
- Start Here!
- [Prerequisites](/couchbase-lite/current/objc/gs-prereqs.html)
- [Install](/couchbase-lite/current/objc/gs-install.html)
- [Build and Run](/couchbase-lite/current/objc/gs-build.html)
- [Databases](/couchbase-lite/current/objc/database.html)
- [Pre-built Database](/couchbase-lite/current/objc/prebuilt-database.html)
- [Scopes and Collections](/couchbase-lite/current/objc/scopes-collections-manage.html)
- [Documents](/couchbase-lite/current/objc/document.html)
- [Version Vectors](/couchbase-lite/current/objc/version-vectors.html)
- [Blobs](/couchbase-lite/current/objc/blob.html)
- Queries
- [Querybuilder](/couchbase-lite/current/objc/querybuilder.html)
- [SQL++ for Mobile](/couchbase-lite/current/objc/query-n1ql-mobile.html)
- [SQL++ Server Differences](/couchbase-lite/current/objc/query-n1ql-mobile-server-diffs.html)
- [SQL++ Querybuilder Differences](/couchbase-lite/current/objc/query-n1ql-mobile-querybuilder-diffs.html)
- [Query Resultsets](/couchbase-lite/current/objc/query-resultsets.html)
- [Live Queries](/couchbase-lite/current/objc/query-live.html)
- [Query Troubleshooting](/couchbase-lite/current/objc/query-troubleshooting.html)
- Search
- [Full Text Search](/couchbase-lite/current/objc/fts.html)
- [Vector Search](/couchbase-lite/current/objc/vector-search.html)
- [Working with Vector Search](/couchbase-lite/current/objc/working-with-vector-search.html)
- [Indexing](/couchbase-lite/current/objc/indexing.html)
- [Data Sync](/couchbase-lite/current/objc/landing-replications.html)
- [Intra-device Sync](/couchbase-lite/current/objc/dbreplica.html)
- [Remote Sync Gateway](/couchbase-lite/current/objc/replication.html)
- [Peer-to-Peer](/couchbase-lite/current/objc/p2psync-websocket.html)
- [Passive Peer](/couchbase-lite/current/objc/p2psync-websocket-using-passive.html)
- [Active Peer](/couchbase-lite/current/objc/p2psync-websocket-using-active.html)
- [Integrate Custom Listener](/couchbase-lite/current/objc/p2psync-custom.html)
- [Handling Data Conflicts](/couchbase-lite/current/objc/conflict.html)
- [API References](https://docs.couchbase.com/mobile/4.0.1/couchbase-lite-objc/index.html)
- [Upgrade](/couchbase-lite/current/objc/upgrade.html)
- Troubleshooting
- [Logging API](/couchbase-lite/current/objc/new-logging-api.html)
- [Troubleshooting Queries](/couchbase-lite/current/objc/troubleshooting-queries.html)
- [Troubleshooting Crashes](/couchbase-lite/current/objc/troubleshooting-crashes.html)
- Product Notes
- [Couchbase Lite Release Notes](/couchbase-lite/current/objc/releasenotes.html)
- [Vector Search Release Notes](/couchbase-lite/current/objc/vs-releasenotes.html)
- [Compatibility](/couchbase-lite/current/objc/compatibility.html)
- [Supported Platforms](/couchbase-lite/current/objc/supported-os.html)
- [Swift](/couchbase-lite/current/swift/quickstart.html)
- Start Here!
- [Prerequisites](/couchbase-lite/current/swift/gs-prereqs.html)
- [Install](/couchbase-lite/current/swift/gs-install.html)
- [Build and Run](/couchbase-lite/current/swift/gs-build.html)
- [Databases](/couchbase-lite/current/swift/database.html)
- [Pre-built Database](/couchbase-lite/current/swift/prebuilt-database.html)
- [Scopes and Collections](/couchbase-lite/current/swift/scopes-collections-manage.html)
- [Documents](/couchbase-lite/current/swift/document.html)
- [Version Vectors](/couchbase-lite/current/swift/version-vectors.html)
- [Blobs](/couchbase-lite/current/swift/blob.html)
- Queries
- [Querybuilder](/couchbase-lite/current/swift/querybuilder.html)
- [SQL++ for Mobile](/couchbase-lite/current/swift/query-n1ql-mobile.html)
- [SQL++ Server Differences](/couchbase-lite/current/swift/query-n1ql-mobile-server-diffs.html)
- [SQL++ Querybuilder Differences](/couchbase-lite/current/swift/query-n1ql-mobile-querybuilder-diffs.html)
- [Query Resultsets](/couchbase-lite/current/swift/query-resultsets.html)
- [Live Queries](/couchbase-lite/current/swift/query-live.html)
- [Query Troubleshooting](/couchbase-lite/current/swift/query-troubleshooting.html)
- Search
- [Full Text Search](/couchbase-lite/current/swift/fts.html)
- [Vector Search](/couchbase-lite/current/swift/vector-search.html)
- [Working with Vector Search](/couchbase-lite/current/swift/working-with-vector-search.html)
- [Indexing](/couchbase-lite/current/swift/indexing.html)
- Data Sync
- [Intra-device Sync](/couchbase-lite/current/swift/dbreplica.html)
- [Remote Sync Gateway](/couchbase-lite/current/swift/replication.html)
- [Multipeer Peer-to-Peer Replicator](/couchbase-lite/current/swift/p2psync-multipeer.html)
- [Active-Passive Peer-to-Peer](/couchbase-lite/current/swift/p2psync-websocket.html)
- [Passive Peer](/couchbase-lite/current/swift/p2psync-websocket-using-passive.html)
- [Active Peer](/couchbase-lite/current/swift/p2psync-websocket-using-active.html)
- [Integrate Custom Listener](/couchbase-lite/current/swift/p2psync-custom.html)
- [Handling Data Conflicts](/couchbase-lite/current/swift/conflict.html)
- [Reactive APIs](/couchbase-lite/current/swift/reactive.html)
- [API References](https://docs.couchbase.com/mobile/4.0.1/couchbase-lite-swift/index.html)
- [Upgrade](/couchbase-lite/current/swift/upgrade.html)
- Troubleshooting
- [Logging API](/couchbase-lite/current/swift/new-logging-api.html)
- [Troubleshooting Queries](/couchbase-lite/current/swift/troubleshooting-queries.html)
- [Troubleshooting Crashes](/couchbase-lite/current/swift/troubleshooting-crashes.html)
- Product Notes
- [Couchbase Lite Release Notes](/couchbase-lite/current/swift/releasenotes.html)
- [Vector Search Release Notes](/couchbase-lite/current/swift/vs-releasenotes.html)
- [Compatibility](/couchbase-lite/current/swift/compatibility.html)
- [Supported Platforms](/couchbase-lite/current/swift/supported-os.html)
### Couchbase Lite JavaScript (1.0)
- [Introduction](/couchbase-lite-javascript/current/index.html)
- [New in 1.0](/couchbase-lite-javascript/current/whats-new.html)
- Start Here!
- [Prerequisites](/couchbase-lite-javascript/current/gs-prereqs.html)
- [Install](/couchbase-lite-javascript/current/gs-install.html)
- [Databases](/couchbase-lite-javascript/current/database.html)
- [Encryption](/couchbase-lite-javascript/current/encryption.html)
- [Scopes and Collections](/couchbase-lite-javascript/current/scopes-collections-manage.html)
- [Documents](/couchbase-lite-javascript/current/document.html)
- [Blobs](/couchbase-lite-javascript/current/blob.html)
- Queries
- [SQL++ Queries](/couchbase-lite-javascript/current/query-n1ql-mobile.html)
- [Query Resultsets](/couchbase-lite-javascript/current/query-resultsets.html)
- [Live Queries](/couchbase-lite-javascript/current/query-live.html)
- [Indexing](/couchbase-lite-javascript/current/indexing.html)
- Data Sync
- [Remote Sync Gateway](/couchbase-lite-javascript/current/replication.html)
- [CORS Configuration](/couchbase-lite-javascript/current/cors-configuration.html)
- [Data Conflicts](/couchbase-lite-javascript/current/conflict.html)
- Troubleshooting
- [Logging](/couchbase-lite-javascript/current/logging.html)
- Migration
- [Migrating from PouchDB](/couchbase-lite-javascript/current/migrate-from-pouchdb.html)
- [API References](https://docs.couchbase.com/mobile/1.0.0/couchbase-lite-js/index.html)
- Product Notes
- [Release Notes](/couchbase-lite-javascript/current/releasenotes.html)
- [Compatibility](/couchbase-lite-javascript/current/compatibility.html)
- [Known Limitations](/couchbase-lite-javascript/current/known-limitations.html)
- [Supported Browsers](/couchbase-lite-javascript/current/supported-browsers.html)
### Couchbase Mobile (3.1)
- Couchbase Mobile
- [About Mobile](/shared-mobile/current/cbmintro.html)
- [Couchbase Lite](#{version}@couchbase-lite::index.adoc)
- [Sync Gateway](#{version}@sync-gateway::index.adoc)
### Couchbase Monitoring and Observability Stack (0.2)
- Introduction
- [Home](/cmos/current/index.html)
- [Quick start guide](/cmos/current/quickstart.html)
- Architecture
- [Architecture overview](/cmos/current/architecture.html)
- [Microlith container deployment](/cmos/current/deployment-microlith.html)
- [Couchbase Cluster Monitor component](/cmos/current/cluster-monitor.html)
- [Distributed microservices deployment](/cmos/current/deployment-distributed.html)
- Components
- [Alertmanager](/cmos/current/component-alertmanager.html)
- [Grafana](/cmos/current/component-grafana.html)
- [Loki](/cmos/current/component-loki.html)
- [Prometheus](/cmos/current/component-prometheus.html)
- Configuration
- [CMOS Configuration](/cmos/current/configure-cmos.html)
- Deployment
- [On-premise deployment](/cmos/current/deployment-onpremise.html)
- [Integrating with existing monitoring pipelines](/cmos/current/integrating-with-existing-deployments.html)
- [Fluent Bit deployment](/cmos/current/deployment-fluentbit.html)
- Tutorials
- [On-premise example](/cmos/current/tutorial-onpremise.html)
- [Kubernetes example](/cmos/current/tutorial-kubernetes.html)
- Further Information
- [Pre-requisites](/cmos/current/prerequisite-and-setup.html)
- [Health Checks](/cmos/current/health-checks.html)
- [Licensing](/cmos/current/licensing.html)
- [Support](/cmos/current/support.html)
### Couchbase Server (8.0)
- Introduction
- [Why Couchbase?](/server/current/introduction/why-couchbase.html)
- [What’s New?](/server/current/introduction/whats-new.html)
- [Developer Preview Mode](/server/current/developer-preview/preview-mode.html)
- Get Started
- [Start Here!](/server/current/getting-started/start-here.html)
- [Do a Quick Install](/server/current/getting-started/do-a-quick-install.html)
- [Explore the Server Configuration](/server/current/getting-started/look-at-the-results.html)
- [Run Your First SQL++ Query](/server/current/getting-started/try-a-query.html)
- [Choose Your Next Steps](/server/current/getting-started/choose-your-next-steps.html)
- Develop
- [Developer Intro](/server/current/develop/intro.html)
- [Developer Tutorial](/server/current/tutorials/couchbase-tutorial-student-records.html)
- [Install Couchbase Server](/server/current/tutorials/install-couchbase-server.html)
- [Implement the Data Model](/server/current/tutorials/buckets-scopes-and-collections.html)
- [Set Up and Connect the Couchbase Java SDK](/server/current/tutorials/java-tutorial/install-couchbase-java-sdk.html)
- [Create Student and Course Records](/server/current/tutorials/java-tutorial/create-records.html)
- [Retrieve Records](/server/current/tutorials/java-tutorial/retrieving-documents.html)
- [Add Course Enrollments](/server/current/tutorials/java-tutorial/adding-course-enrollments.html)
- [Troubleshooting](/server/current/tutorials/java-tutorial/tutorial-troubleshooting.html)
- [Migration Tutorial](/server/current/tutorials/migration-tutorial/sql-migration-tutorial-couchbase-server.html)
- [Connect to Couchbase Server](/server/current/guides/connect.html)
- [Work with Your Data](/server/current/guides/data.html)
- [Work with Documents](/server/current/guides/kv-operations.html)
- [Manage Documents in the Couchbase Web Console](/server/current/manage/manage-documents/manage-documents.html)
- [Create Documents](/server/current/guides/creating-data.html)
- [Read Documents](/server/current/guides/reading-data.html)
- [Update Documents](/server/current/guides/updating-data.html)
- [Delete Documents](/server/current/guides/deleting-data.html)
- [Work with Documents in Bulk](/server/current/guides/bulk-operations.html)
- [Import and Export Data](/server/current/guides/load.html)
- [Import Documents with the Couchbase Web Console](/server/current/manage/import-documents/import-documents.html)
- [Import Data with an SDK](/server/current/guides/import.html)
- [Query Data with SQL++](/server/current/n1ql/query.html)
- [Understand Queries](/server/current/n1ql/n1ql-intro/index.html)
- [Query Concepts](/server/current/n1ql/n1ql-intro/queriesandresults.html)
- [Query Workbench](/server/current/tools/query-workbench.html)
- [cbq: The Command Line Shell for SQL++](/server/current/n1ql/n1ql-intro/cbq.html)
- [Select Data with Queries](/server/current/guides/query.html)
- [Read Data and Return Results](/server/current/guides/select.html)
- [Query Across Relationships](/server/current/guides/join.html)
- [Nest and Unnest Documents](/server/current/guides/nest-unnest.html)
- [Calculate Aggregates and Group Results](/server/current/guides/group-agg.html)
- [Prepare Statements for Reuse](/server/current/guides/prep-statements.html)
- [Use Primary and Secondary Indexes](/server/current/guides/indexes.html)
- [Create Indexes](/server/current/guides/create-index.html)
- [Place Indexes](/server/current/guides/place-index.html)
- [Defer Indexes](/server/current/guides/defer-index.html)
- [Select Indexes](/server/current/guides/select-index.html)
- [Drop Indexes](/server/current/guides/drop-index.html)
- [Get Index Advice](/server/current/guides/index-advisor.html)
- [Manipulate Data with Queries](/server/current/guides/manipulate.html)
- [Insert Data with a Query](/server/current/guides/insert.html)
- [Modify Data with a Query](/server/current/guides/update.html)
- [Delete Data with a Query](/server/current/guides/delete.html)
- [User-Defined Functions with JavaScript](/server/current/guides/javascript-udfs.html)
- [Creating a JavaScript Library](/server/current/guides/create-javascript-library.html)
- [Creating a User-Defined Function](/server/current/guides/create-user-defined-function.html)
- [Calling a User-Defined Function](/server/current/guides/call-user-defined-function.html)
- [Advanced Query Features](/server/current/guides/optimize.html)
- [Understand the Cost-Based Optimizer for Queries](/server/current/n1ql/n1ql-language-reference/cost-based-optimizer.html)
- [Use the Cost-Based Optimizer with Queries](/server/current/guides/cbo.html)
- [Auto Update Statistics](/server/current/n1ql/n1ql-language-reference/auto-update-statistics.html)
- [SQL++ Support for Couchbase Transactions](/server/current/n1ql/n1ql-language-reference/transactions.html)
- [Create Couchbase Transactions with SQL++](/server/current/guides/transactions.html)
- [Use Search Indexes with a Query](/server/current/n1ql/n1ql-language-reference/flex-indexes.html)
- [Store and Process Time Series Data](/server/current/n1ql/n1ql-language-reference/time-series.html)
- [Administer Queries and Indexes](/server/current/n1ql/n1ql-manage/index.html)
- [Get System Information](/server/current/n1ql/n1ql-intro/sysinfo.html)
- [Monitor Queries in the Couchbase Web Console](/server/current/tools/query-monitoring.html)
- [Manage and Monitor Queries](/server/current/n1ql/n1ql-manage/monitoring-n1ql-query.html)
- [Automatic Workload Repository](/server/current/n1ql/n1ql-manage/query-awr.html)
- [Monitor Indexes](/server/current/manage/monitor/monitoring-indexes.html)
- [Manage Indexes](/server/current/manage/manage-indexes/manage-indexes.html)
- [Configure Queries](/server/current/n1ql/n1ql-manage/query-settings.html)
- [SQL++ for Query Reference](/server/current/n1ql/n1ql-language-reference/index.html)
- [Conventions](/server/current/n1ql/n1ql-language-reference/conventions.html)
- [Reserved Words](/server/current/n1ql/n1ql-language-reference/reservedwords.html)
- [Data Types](/server/current/n1ql/n1ql-language-reference/datatypes.html)
- [Literals](/server/current/n1ql/n1ql-language-reference/literals.html)
- [Identifiers](/server/current/n1ql/n1ql-language-reference/identifiers.html)
- [Operators](/server/current/n1ql/n1ql-language-reference/operators.html)
- [Arithmetic Operators](/server/current/n1ql/n1ql-language-reference/arithmetic.html)
- [Collection Operators](/server/current/n1ql/n1ql-language-reference/collectionops.html)
- [Comparison Operators](/server/current/n1ql/n1ql-language-reference/comparisonops.html)
- [Conditional Operators](/server/current/n1ql/n1ql-language-reference/conditionalops.html)
- [Construction Operators](/server/current/n1ql/n1ql-language-reference/constructionops.html)
- [Logical Operators](/server/current/n1ql/n1ql-language-reference/logicalops.html)
- [Nested Operators and Expressions](/server/current/n1ql/n1ql-language-reference/nestedops.html)
- [Sequence Operators](/server/current/n1ql/n1ql-language-reference/sequenceops.html)
- [String Operators](/server/current/n1ql/n1ql-language-reference/stringops.html)
- [Functions](/server/current/n1ql/n1ql-language-reference/functions.html)
- [Aggregate Functions](/server/current/n1ql/n1ql-language-reference/aggregatefun.html)
- [Array Functions](/server/current/n1ql/n1ql-language-reference/arrayfun.html)
- [Bitwise Functions](/server/current/n1ql/n1ql-language-reference/bitwisefun.html)
- [Comparison Functions](/server/current/n1ql/n1ql-language-reference/comparisonfun.html)
- [Conditional Functions for Unknowns](/server/current/n1ql/n1ql-language-reference/condfununknown.html)
- [Conditional Functions for Numbers](/server/current/n1ql/n1ql-language-reference/condfunnum.html)
- [Date Functions](/server/current/n1ql/n1ql-language-reference/datefun.html)
- [JSON Functions](/server/current/n1ql/n1ql-language-reference/jsonfun.html)
- [Miscellaneous Utility Functions](/server/current/n1ql/n1ql-language-reference/metafun.html)
- [ADVISOR Function](/server/current/n1ql/n1ql-language-reference/advisor.html)
- [CURL Function](/server/current/n1ql/n1ql-language-reference/curl.html)
- [_TIMESERIES Function](/server/current/n1ql/n1ql-language-reference/timeseries.html)
- [Number Functions](/server/current/n1ql/n1ql-language-reference/numericfun.html)
- [Object Functions](/server/current/n1ql/n1ql-language-reference/objectfun.html)
- [Pattern-Matching Functions](/server/current/n1ql/n1ql-language-reference/patternmatchingfun.html)
- [Search Functions](/server/current/n1ql/n1ql-language-reference/searchfun.html)
- [String Functions](/server/current/n1ql/n1ql-language-reference/stringfun.html)
- [Token Functions](/server/current/n1ql/n1ql-language-reference/tokenfun.html)
- [Type Functions](/server/current/n1ql/n1ql-language-reference/typefun.html)
- [User-Defined Functions](/server/current/n1ql/n1ql-language-reference/userfun.html)
- [Vector Functions](/server/current/n1ql/n1ql-language-reference/vectorfun.html)
- [Window Functions](/server/current/n1ql/n1ql-language-reference/windowfun.html)
- [Subqueries](/server/current/n1ql/n1ql-language-reference/subqueries.html)
- [Correlated Subqueries](/server/current/n1ql/n1ql-language-reference/correlated-subqueries.html)
- [Examples](/server/current/n1ql/n1ql-language-reference/subquery-examples.html)
- [Hints](/server/current/n1ql/n1ql-language-reference/optimizer-hints.html)
- [Query Block Hints](/server/current/n1ql/n1ql-language-reference/query-hints.html)
- [Keyspace Hints](/server/current/n1ql/n1ql-language-reference/keyspace-hints.html)
- [Negative Keyspace Hints](/server/current/n1ql/n1ql-language-reference/negative-keyspace-hints.html)
- [Boolean Logic](/server/current/n1ql/n1ql-language-reference/booleanlogic.html)
- [Statements](/server/current/n1ql/n1ql-language-reference/statements.html)
- [ADVISE](/server/current/n1ql/n1ql-language-reference/advise.html)
- [ALTER BUCKET](/server/current/n1ql/n1ql-language-reference/alterbucket.html)
- [ALTER GROUP](/server/current/n1ql/n1ql-language-reference/altergroup.html)
- [ALTER INDEX](/server/current/n1ql/n1ql-language-reference/alterindex.html)
- [ALTER SEQUENCE](/server/current/n1ql/n1ql-language-reference/altersequence.html)
- [ALTER USER](/server/current/n1ql/n1ql-language-reference/alteruser.html)
- [ALTER VECTOR INDEX](/server/current/n1ql/n1ql-language-reference/altervectorindex.html)
- [BEGIN TRANSACTION](/server/current/n1ql/n1ql-language-reference/begin-transaction.html)
- [BUILD INDEX](/server/current/n1ql/n1ql-language-reference/build-index.html)
- [COMMIT TRANSACTION](/server/current/n1ql/n1ql-language-reference/commit-transaction.html)
- [CREATE BUCKET](/server/current/n1ql/n1ql-language-reference/createbucket.html)
- [CREATE COLLECTION](/server/current/n1ql/n1ql-language-reference/createcollection.html)
- [CREATE FUNCTION](/server/current/n1ql/n1ql-language-reference/createfunction.html)
- [CREATE GROUP](/server/current/n1ql/n1ql-language-reference/creategroup.html)
- [CREATE INDEX](/server/current/n1ql/n1ql-language-reference/createindex.html)
- [Array Indexing](/server/current/n1ql/n1ql-language-reference/indexing-arrays.html)
- [Adaptive Index](/server/current/n1ql/n1ql-language-reference/adaptive-indexing.html)
- [Indexing Metadata Information](/server/current/n1ql/n1ql-language-reference/indexing-meta-info.html)
- [Index Partitioning](/server/current/n1ql/n1ql-language-reference/index-partitioning.html)
- [CREATE PRIMARY INDEX](/server/current/n1ql/n1ql-language-reference/createprimaryindex.html)
- [CREATE SEQUENCE](/server/current/n1ql/n1ql-language-reference/createsequence.html)
- [CREATE SCOPE](/server/current/n1ql/n1ql-language-reference/createscope.html)
- [CREATE USER](/server/current/n1ql/n1ql-language-reference/createuser.html)
- [CREATE VECTOR INDEX](/server/current/n1ql/n1ql-language-reference/createvectorindex.html)
- [DELETE](/server/current/n1ql/n1ql-language-reference/delete.html)
- [DROP BUCKET](/server/current/n1ql/n1ql-language-reference/dropbucket.html)
- [DROP COLLECTION](/server/current/n1ql/n1ql-language-reference/dropcollection.html)
- [DROP FUNCTION](/server/current/n1ql/n1ql-language-reference/dropfunction.html)
- [DROP GROUP](/server/current/n1ql/n1ql-language-reference/dropgroup.html)
- [DROP INDEX](/server/current/n1ql/n1ql-language-reference/dropindex.html)
- [DROP PRIMARY INDEX](/server/current/n1ql/n1ql-language-reference/dropprimaryindex.html)
- [DROP SEQUENCE](/server/current/n1ql/n1ql-language-reference/dropsequence.html)
- [DROP VECTOR INDEX](/server/current/n1ql/n1ql-language-reference/dropvectorindex.html)
- [DROP SCOPE](/server/current/n1ql/n1ql-language-reference/dropscope.html)
- [DROP USER](/server/current/n1ql/n1ql-language-reference/dropuser.html)
- [EXECUTE](/server/current/n1ql/n1ql-language-reference/execute.html)
- [EXECUTE FUNCTION](/server/current/n1ql/n1ql-language-reference/execfunction.html)
- [EXPLAIN](/server/current/n1ql/n1ql-language-reference/explain.html)
- [EXPLAIN FUNCTION](/server/current/n1ql/n1ql-language-reference/explainfunction.html)
- [GRANT](/server/current/n1ql/n1ql-language-reference/grant.html)
- [INFER](/server/current/n1ql/n1ql-language-reference/infer.html)
- [INSERT](/server/current/n1ql/n1ql-language-reference/insert.html)
- [MERGE](/server/current/n1ql/n1ql-language-reference/merge.html)
- [PREPARE](/server/current/n1ql/n1ql-language-reference/prepare.html)
- [REVOKE](/server/current/n1ql/n1ql-language-reference/revoke.html)
- [ROLLBACK TRANSACTION](/server/current/n1ql/n1ql-language-reference/rollback-transaction.html)
- [SAVEPOINT](/server/current/n1ql/n1ql-language-reference/savepoint.html)
- [SELECT](/server/current/n1ql/n1ql-language-reference/selectintro.html)
- [SELECT Syntax](/server/current/n1ql/n1ql-language-reference/select-syntax.html)
- [SELECT Clause](/server/current/n1ql/n1ql-language-reference/selectclause.html)
- [WITH clause](/server/current/n1ql/n1ql-language-reference/with.html)
- [WITH RECURSIVE Clause](/server/current/n1ql/n1ql-language-reference/with-recursive.html)
- [FROM Clause](/server/current/n1ql/n1ql-language-reference/from.html)
- [USE Clause](/server/current/n1ql/n1ql-language-reference/hints.html)
- [JOIN Clause](/server/current/n1ql/n1ql-language-reference/join.html)
- [NEST Clause](/server/current/n1ql/n1ql-language-reference/nest.html)
- [UNNEST clause](/server/current/n1ql/n1ql-language-reference/unnest.html)
- [Comma-Separated Join](/server/current/n1ql/n1ql-language-reference/comma.html)
- [LET clause](/server/current/n1ql/n1ql-language-reference/let.html)
- [WHERE clause](/server/current/n1ql/n1ql-language-reference/where.html)
- [GROUP BY Clause](/server/current/n1ql/n1ql-language-reference/groupby.html)
- [WINDOW Clause](/server/current/n1ql/n1ql-language-reference/window.html)
- [UNION, INTERSECT, and EXCEPT](/server/current/n1ql/n1ql-language-reference/union.html)
- [ORDER BY clause](/server/current/n1ql/n1ql-language-reference/orderby.html)
- [LIMIT clause](/server/current/n1ql/n1ql-language-reference/limit.html)
- [OFFSET clause](/server/current/n1ql/n1ql-language-reference/offset.html)
- [SET TRANSACTION](/server/current/n1ql/n1ql-language-reference/set-transaction.html)
- [UPDATE](/server/current/n1ql/n1ql-language-reference/update.html)
- [UPDATE STATISTICS](/server/current/n1ql/n1ql-language-reference/updatestatistics.html)
- [Update Statistics for Index Expressions](/server/current/n1ql/n1ql-language-reference/statistics-expressions.html)
- [Update Statistics for a Single Index](/server/current/n1ql/n1ql-language-reference/statistics-index.html)
- [Update Statistics for Multiple Indexes](/server/current/n1ql/n1ql-language-reference/statistics-indexes.html)
- [Delete Statistics](/server/current/n1ql/n1ql-language-reference/statistics-delete.html)
- [UPSERT](/server/current/n1ql/n1ql-language-reference/upsert.html)
- [USING AI](/server/current/n1ql/n1ql-language-reference/using-ai.html)
- [SQL++ Auditing](/server/current/n1ql/n1ql-language-reference/n1ql-auditing.html)
- [SQL++ Error Codes](/server/current/n1ql/n1ql-language-reference/n1ql-error-codes.html)
- [Primary and Secondary Index Reference](/server/current/indexes/indexing-overview.html)
- [Query without Indexes](/server/current/indexes/query-without-index.html)
- [Types of Index](/server/current/indexes/indexing-and-query-perf.html)
- [Covering Indexes](/server/current/indexes/covering-indexes.html)
- [Index Scans](/server/current/indexes/index-scans.html)
- [Index Pushdowns](/server/current/indexes/index_pushdowns.html)
- [Grouping and Aggregate Pushdowns](/server/current/indexes/groupby-aggregate-performance.html)
- [Early Filters, Order, and Pagination](/server/current/indexes/early-filters-and-pagination.html)
- [Index Lifecycle](/server/current/indexes/index-lifecycle.html)
- [Availability and Performance](/server/current/indexes/index-replication.html)
- [Storage Settings](/server/current/indexes/storage-modes.html)
- [JavaScript Functions for Query Reference](/server/current/javascript-udfs/javascript-functions-with-couchbase.html)
- [User-Defined Functions UI](/server/current/tools/udfs-ui.html)
- [Call JavaScript from SQL++](/server/current/javascript-udfs/calling-javascript-from-n1ql.html)
- [Calling SQL++ from JavaScript](/server/current/javascript-udfs/calling-n1ql-from-javascript.html)
- [Handling Errors in JavaScript Functions](/server/current/javascript-udfs/handling-errors-javascript-udf.html)
- [Use Vector Indexes for AI Applications](/server/current/vector-index/vectors-and-indexes-overview.html)
- [Choose the Right Vector Index](/server/current/vector-index/use-vector-indexes.html)
- [Vector Search Using Hyperscale Vector Indexes](/server/current/vector-index/hyperscale-vector-index.html)
- [Use Scalar Columns to Filter Hyperscale Vector Index Scans](/server/current/vector-index/hyperscale-filter.html)
- [Hyperscale Vector Index Reranking and Full Vector Persistence](/server/current/vector-index/hyperscale-reranking.html)
- [Filtered Search Using Composite Vector Indexes](/server/current/vector-index/composite-vector-index.html)
- [Hyperscale and Composite Vector Index Best Practices](/server/current/vector-index/vector-index-best-practices.html)
- [Vector Search Using Search Vector Indexes](/server/current/vector-search/vector-search.html)
- [Create a Search Vector Index with the Server Web Console](/server/current/vector-search/create-vector-search-index-ui.html)
- [Create a Search Vector Index with the REST API and curl/HTTP](/server/current/vector-search/create-vector-search-index-rest-api.html)
- [Search Vector Index Architecture](/server/current/vector-search/vector-search-index-architecture.html)
- [Pre-filtering Vector Searches](/server/current/vector-search/pre-filtering-vector-search.html)
- [Run A Vector Search with the Server Web Console](/server/current/vector-search/run-vector-search-ui.html)
- [Run a Vector Search with the REST API and curl/HTTP](/server/current/vector-search/run-vector-search-rest-api.html)
- [Run a Vector Search with a Couchbase SDK](/server/current/vector-search/run-vector-search-sdk.html)
- [Fine-Tuning a Vector Search Query](/server/current/vector-search/fine-tune-vector-search.html)
- [Add Search to Your Application](/server/current/search/search.html)
- [Create a Search Index](/server/current/search/create-search-indexes.html)
- [Create a Basic Search Index with the Web Console](/server/current/search/create-search-index-ui.html)
- [Create a Search Index with the REST API and curl/HTTP](/server/current/search/create-search-index-rest-api.html)
- [Search Index JSON Properties](/server/current/search/search-index-params.html)
- [Create a Search Index with the Quick Editor](/server/current/search/create-quick-index.html)
- [Quick Index Field Options](/server/current/search/quick-index-field-options.html)
- [Field Data Types](/server/current/search/field-data-types-reference.html)
- [Quick Index Supported Languages](/server/current/search/quick-index-supported-languages.html)
- [Add Synonyms with the Quick Editor](/server/current/search/synonyms/synonyms-search-quick.html)
- [Create a Synonym Collection and Documents](/server/current/search/synonyms/create-synonym-collection-docs-quick.html)
- [Add a Synonym Source Using the Quick Editor](/server/current/search/synonyms/add-synonym-source-quick.html)
- [Import a Search Index Definition with the Web Console](/server/current/search/import-search-index.html)
- [Search Index Architecture](/server/current/search/search-index-architecture.html)
- [View Index Details with the Web Console](/server/current/search/view-index-details.html)
- [Run a Search With a Search Index](/server/current/search/run-searches.html)
- [Run A Simple Search with the Web Console](/server/current/search/simple-search-ui.html)
- [Run a Geospatial Search Query with the Web Console](/server/current/search/geo-search-ui.html)
- [Run a Simple Search with the REST API and curl/HTTP](/server/current/search/simple-search-rest-api.html)
- [Search Request JSON Properties](/server/current/search/search-request-params.html)
- [Search Response](/server/current/fts/fts-search-response.html)
- [Run a Geospatial Search Query with the REST API and curl/HTTP](/server/current/search/geo-search-rest-api.html)
- [Collect Additional Information with Search Facets](/server/current/search/search-facets.html)
- [Use Autocomplete with the Search Service](/server/current/search/search-query-auto-complete.html)
- [Configure an Autocomplete Search Index](/server/current/search/search-query-auto-complete-ui.html)
- [Add Autocomplete to Your Application](/server/current/search/search-query-auto-complete-code.html)
- [Create Search Index Aliases](/server/current/search/index-aliases.html)
- [Create a Search Index Alias with the Web Console](/server/current/search/create-search-index-alias.html)
- [Create a Search Index Alias with the REST API](/server/current/search/create-search-index-alias-rest-api.html)
- [Customize a Search Index with the Web Console](/server/current/search/customize-index.html)
- [Map Document Collections, Objects, and Fields](/server/current/search/about-mappings.html)
- [Set the Type Identifier for a Search Index](/server/current/search/set-type-identifier.html)
- [Create a Type Mapping](/server/current/search/create-type-mapping.html)
- [Create a Child Field](/server/current/search/create-child-field.html)
- [Child Field Options](/server/current/search/child-field-options-reference.html)
- [Create a Child Mapping](/server/current/search/create-child-mapping.html)
- [Create an XATTRs Mapping](/server/current/search/create-xattrs-mapping.html)
- [Create a Custom Analyzer](/server/current/search/create-custom-analyzer.html)
- [Create a Custom Character Filter](/server/current/search/create-custom-character-filter.html)
- [Create a Custom Tokenizer](/server/current/search/create-custom-tokenizer.html)
- [Create a Custom Token Filter](/server/current/search/create-custom-token-filter.html)
- [Create a Custom Wordlist](/server/current/search/create-custom-wordlist.html)
- [Create a Custom Date/Time Parser](/server/current/search/create-custom-date-time-parser.html)
- [Add Synonyms to a Search Index](/server/current/search/synonyms/synonyms-search.html)
- [Create a Synonym Collection and Documents](/server/current/search/synonyms/create-synonym-collection-docs.html)
- [Add a Synonym Source Using the Web Console](/server/current/search/synonyms/add-synonym-source.html)
- [Set Search Index Advanced Settings](/server/current/search/set-advanced-settings.html)
- [Default Analyzers](/server/current/search/default-analyzers-reference.html)
- [Default Character Filters](/server/current/search/default-character-filters-reference.html)
- [Default Date/Time Parsers](/server/current/search/default-date-time-parsers-reference.html)
- [Default Token Filters](/server/current/search/default-token-filters-reference.html)
- [Default Tokenizers](/server/current/search/default-tokenizers-reference.html)
- [Default Wordlists](/server/current/search/default-wordlists-reference.html)
- [Field Data Types](/server/current/search/field-data-types-reference.html)
- [Date/Time Parser Layout Styles](/server/current/search/date-time-parser-layout-styles.html)
- [High Availability for Search](/server/current/fts/fts-high-availability-for-search.html)
- [Search Service Architecture](/server/current/fts/fts-architecture.html)
- [Scatter Gather](/server/current/fts/fts-architecture-scatter-gather.html)
- [Ports Used By FTS](/server/current/fts/fts-architecture-ports-used.html)
- [Rebalance/Failover](/server/current/fts/fts-rebalance-failover.html)
- [Cluster Level Options](/server/current/fts/fts-cluster-options.html)
- [bleveMaxResultWindow](/server/current/fts/fts-advanced-settings-bleveMaxResultWindow.html)
- [bleveMaxClauseCount](/server/current/fts/fts-advanced-settings-bleveMaxClauseCount.html)
- [maxFeedsPerDCPAgent](/server/current/fts/fts-advanced-settings-maxFeedsPerDCPAgent.html)
- [maxConcurrentPartitionMovesPerNode](/server/current/fts/fts-advance-settings-maxConcurrentPartitionMovesPerNode.html)
- [enableVerboseLogging](/server/current/fts/fts-advanced-settings-enableVerboseLogging.html)
- [ftsMemoryQuota](/server/current/fts/fts-advanced-settings-ftsMemoryQuota.html)
- [maxReplicasAllowed](/server/current/fts/fts-advanced-settings-maxReplicasAllowed.html)
- [slowQueryLogTimeout](/server/current/fts/fts-advanced-settings-slowQueryLogTimeout.html)
- [CBFT_ENV_OPTIONS](/server/current/fts/fts-advanced-settings-CBFT-ENV-OPTIONS.html)
- [Statistics and Monitoring](/server/current/fts/fts-monitor.html)
- [Troubleshooting and FAQs](/server/current/fts/fts-troubleshooting.html)
- [Run a Function on Data Change](/server/current/eventing/eventing-overview.html)
- [Terminology](/server/current/eventing/eventing-Terminologies.html)
- [Language Constructs](/server/current/eventing/eventing-language-constructs.html)
- [Advanced Keyspace Accessors](/server/current/eventing/eventing-advanced-keyspace-accessors.html)
- [Timers](/server/current/eventing/eventing-timers.html)
- [cURL](/server/current/eventing/eventing-curl-spec.html)
- [Eventing Lifecycle](/server/current/eventing/eventing-lifecycle.html)
- [Buckets vs Collections](/server/current/eventing/eventing-buckets-to-collections.html)
- [Eventing Role-Based Access Control](/server/current/eventing/eventing-rbac.html)
- [Examples: Using the Eventing Service](/server/current/eventing/eventing-examples.html)
- Step-by-Step Examples
- [Data Enrichment](/server/current/eventing/eventing-example-data-enrichment.html)
- [Cascade Delete](/server/current/eventing/eventing-examples-cascade-delete.html)
- [Document Expiry](/server/current/eventing/eventing-examples-docexpiry.html)
- [Delete v Expiry](/server/current/eventing/eventing-examples-delete-v-expiry.html)
- [Document Archival](/server/current/eventing/eventing-examples-docarchive.html)
- [Cancel or Overwrite Timer](/server/current/eventing/eventing-examples-cancel-overwrite-timer.html)
- [Recurring Timer](/server/current/eventing/eventing-examples-recurring-timer.html)
- [External REST via cURL GET](/server/current/eventing/eventing-examples-rest-via-curl-get.html)
- [Risk Assessment](/server/current/eventing/eventing-examples-high-risk.html)
- Basic Accessor Functions
- [basicBucketOps](/server/current/eventing/eventing-handler-basicBucketOps.html)
- [basicCurlGet](/server/current/eventing/eventing-handler-curl-get.html)
- [basicCurlPost](/server/current/eventing/eventing-handler-curl-post.html)
- [simpleTimer](/server/current/eventing/eventing-handler-simpleTimer.html)
- [cascadeKvDeleteWithDoc](/server/current/eventing/eventing-handler-cascadeKvDeleteWithDoc.html)
- [redactSharedData](/server/current/eventing/eventing-handler-redactSharedData.html)
- [simpleFlatten](/server/current/eventing/eventing-handler-simpleFlatten.html)
- [fixEmailDomains](/server/current/eventing/eventing-handler-fixEmailDomains.html)
- [keepLastN](/server/current/eventing/eventing-handler-keepLastN.html)
- [docControlledSelfExpiry](/server/current/eventing/eventing-handler-docControlledSelfExpiry.html)
- [shippingNotifier](/server/current/eventing/eventing-handler-shippingNotifier.html)
- [ConvertBucketToCollections](/server/current/eventing/eventing-handler-ConvertBucketToCollections.html)
- Basic SQL++ Functions
- [Function: Basic SQL++ SELECT Statement](/server/current/eventing/eventing-handler-basicN1qlSelectStmt.html)
- [Function: Basic SQL++ Prepared Select Statement](/server/current/eventing/eventing-handler-basicN1qlPreparedSelectStmt.html)
- Generic Manipulation Functions
- [dateToEpochConversion](/server/current/eventing/eventing-handler-dateToEpochConversion.html)
- [deepCloneAndModify](/server/current/eventing/eventing-handler-deepCloneAndModify.html)
- [removeObjectStubs](/server/current/eventing/eventing-handler-removeObjectStubs.html)
- [removeNullsAndEmptys](/server/current/eventing/eventing-handler-removeNullsAndEmptys.html)
- [genericRename](/server/current/eventing/eventing-handler-genericRename.html)
- [genericFlatten](/server/current/eventing/eventing-handler-genericFlatten.html)
- [convertXMLtoJSON](/server/current/eventing/eventing-handler-convertXMLtoJSON.html)
- [convertAdvXMLtoJSON](/server/current/eventing/eventing-handler-convertAdvXMLtoJSON.html)
- Advanced Accessor Functions
- [advancedGetOp](/server/current/eventing/eventing-handler-advancedGetOp.html)
- [advancedGetOpWithCache](/server/current/eventing/eventing-handler-advancedGetOpWithCache.html)
- [advancedInsertOp](/server/current/eventing/eventing-handler-advancedInsertOp.html)
- [advancedUpsertOp](/server/current/eventing/eventing-handler-advancedUpsertOp.html)
- [advancedReplaceOp](/server/current/eventing/eventing-handler-advancedReplaceOp.html)
- [advancedDeleteOp](/server/current/eventing/eventing-handler-advancedDeleteOp.html)
- [advancedIncrementOp](/server/current/eventing/eventing-handler-advancedIncrementOp.html)
- [advancedDecrementOp](/server/current/eventing/eventing-handler-advancedDecrementOp.html)
- [advancedTouchOp](/server/current/eventing/eventing-handler-advancedTouchOp.html)
- [advancedKeepLastN](/server/current/eventing/eventing-handler-advanced-keepLastN.html)
- [advancedDocControlledSelfExpiry](/server/current/eventing/eventing-handler-advanced-docControlledSelfExpiry.html)
- [multiCollectionEventing](/server/current/eventing/eventing-handler-multiCollectionEventing.html)
- [advancedSelfRecursion](/server/current/eventing/eventing-handler-advancedSelfRecursion.html)
- [advancedMutateInField](/server/current/eventing/eventing-handler-advancedMutateInField.html)
- [advancedMutateInArray](/server/current/eventing/eventing-handler-advancedMutateInArray.html)
- [advancedLookupInField](/server/current/eventing/eventing-handler-advancedLookupInOp.html)
- Binary Document Support
- [basicBinaryKV](/server/current/eventing/eventing-handler-basicBinaryKV.html)
- [advancedBinaryKV](/server/current/eventing/eventing-handler-advancedBinaryKV.html)
- Performance Functions
- [fasterToLocalString](/server/current/eventing/eventing-handler-fasterToLocalString.html)
- [Debugging and Diagnosability](/server/current/eventing/eventing-debugging-and-diagnosability.html)
- [Eventing Memory Quota](/server/current/eventing/eventing-memory-quota.html)
- [Statistics](/server/current/eventing/eventing-statistics.html)
- [Troubleshooting and Best Practices](/server/current/eventing/troubleshooting-best-practices.html)
- [Frequently Asked Questions](/server/current/eventing/eventing-faq.html)
- [Analyze Large Datasets](/server/current/analytics/introduction.html)
- [Running Queries](/server/current/analytics/run-query.html)
- [Managing Links](/server/current/analytics/manage-links.html)
- [Managing Collections](/server/current/analytics/manage-datasets.html)
- [Monitoring Queries](/server/current/analytics/monitor.html)
- [Analytics Configuration Parameters](/server/current/analytics/config.html)
- [Analytics Query Parameters](/server/current/analytics/query-params.html)
- [Analytics Query Responses](/server/current/analytics/query-responses.html)
- [Analytics Error Codes](/server/current/analytics/error-codes.html)
- [Analytics Tutorial](/server/current/analytics/primer-beer.html)
- [SQL++ for Analytics Reference](/server/current/analytics/1_intro.html)
- [Data Types](/server/current/analytics/10_data_type.html)
- [Expressions](/server/current/analytics/2_expr.html)
- [Queries](/server/current/analytics/3_query.html)
- [Errors](/server/current/analytics/4_error.html)
- [Data Definition Language (DDL)](/server/current/analytics/5_ddl.html)
- [Analytics Views](/server/current/analytics/5a_views.html)
- [Cost-Based Optimizer for Analytics](/server/current/analytics/5b_cbo.html)
- [SQL++ for Analytics vs. SQL++ for Query](/server/current/analytics/6_n1ql.html)
- [Using Indexes](/server/current/analytics/7_using_index.html)
- [Builtin Functions](/server/current/analytics/8_builtin.html)
- [User-Defined Functions](/server/current/analytics/9_udf.html)
- [Appendix 1: Reserved Keywords](/server/current/analytics/appendix_1_keywords.html)
- [Appendix 2: Performance Tuning](/server/current/analytics/appendix_2_parameters.html)
- [Appendix 3: Variable Bindings and Name Resolution](/server/current/analytics/appendix_3_resolution.html)
- [Appendix 4: Example Data](/server/current/analytics/appendix_4_examples.html)
- [Appendix 5: Python UDFs](/server/current/analytics/appendix_5_python.html)
- [SDKs](/home/sdk.html)
- [Distributed ACID Transactions](/sdk-extensions/distributed-acid-transactions.html)
- [Field Level Encryption](/sdk-extensions/field-level-encryption.html)
- [Response Time Observability](/sdk-extensions/response-time-observability.html)
- [Spring Data Couchbase](/sdk-extensions/spring-data-couchbase.html)
- [Starter Kits](/server/current/getting-started/starter-kits.html)
- [Troubleshooting Connections with SDK Doctor](/server/current/sdk/sdk-doctor.html)
- [Integrations, Connectors, and Tools](/server/current/third-party/integrations.html)
- Learn
- [Overview](/server/current/learn/architecture-overview.html)
- [Glossary](/server/current/learn/glossary.html)
- [List of Architecture Diagrams](/server/current/learn/architecture-diagrams.html)
- [Data](/server/current/learn/data/data.html)
- [Data Model](/server/current/learn/data/document-data-model.html)
- [SQL++ versus SQL](/server/current/learn/data/n1ql-versus-sql.html)
- [Extended Attributes](/server/current/learn/data/extended-attributes-fundamentals.html)
- [Scopes and Collections](/server/current/learn/data/scopes-and-collections.html)
- [Change History](/server/current/learn/data/change-history.html)
- [Expiration](/server/current/learn/data/expiration.html)
- [Indexes](/server/current/learn/services-and-indexes/indexes/indexes.html)
- [Durability](/server/current/learn/data/durability.html)
- [Transactions](/server/current/learn/data/transactions.html)
- [Buckets, Memory, and Storage](/server/current/learn/buckets-memory-and-storage/buckets-memory-and-storage.html)
- [Buckets](/server/current/learn/buckets-memory-and-storage/buckets.html)
- [vBuckets](/server/current/learn/buckets-memory-and-storage/vbuckets.html)
- [Compression](/server/current/learn/buckets-memory-and-storage/compression.html)
- [Memory and Storage](/server/current/learn/buckets-memory-and-storage/memory-and-storage.html)
- [Memory](/server/current/learn/buckets-memory-and-storage/memory.html)
- [Storage Engines](/server/current/learn/buckets-memory-and-storage/storage-engines.html)
- [Storage Properties](/server/current/learn/buckets-memory-and-storage/storage-settings.html)
- [Services](/server/current/learn/services-and-indexes/services/services.html)
- [Data Service](/server/current/learn/services-and-indexes/services/data-service.html)
- [Query Service](/server/current/learn/services-and-indexes/services/query-service.html)
- [Index Service](/server/current/learn/services-and-indexes/services/index-service.html)
- [Search Service](/server/current/learn/services-and-indexes/services/search-service.html)
- [Analytics Service](/server/current/learn/services-and-indexes/services/analytics-service.html)
- [Eventing Service](/server/current/learn/services-and-indexes/services/eventing-service.html)
- [Backup Service](/server/current/learn/services-and-indexes/services/backup-service.html)
- [Clusters and Availability](/server/current/learn/clusters-and-availability/clusters-and-availability.html)
- [Cluster Manager](/server/current/learn/clusters-and-availability/cluster-manager.html)
- [Metadata Management](/server/current/learn/clusters-and-availability/metadata-management.html)
- [Connectivity](/server/current/learn/clusters-and-availability/connectivity.html)
- [System Events](/server/current/learn/clusters-and-availability/system-events.html)
- [Size Limits](/server/current/learn/clusters-and-availability/size-limitations.html)
- [Nodes](/server/current/learn/clusters-and-availability/nodes.html)
- [Rebalance](/server/current/learn/clusters-and-availability/rebalance.html)
- [Index Rebalance](/server/current/learn/clusters-and-availability/rebalance-and-index-service.html)
- [Index Rebalance Use Cases](/server/current/learn/clusters-and-availability/index-rebalance-use-cases.html)
- [Removal](/server/current/learn/clusters-and-availability/removal.html)
- [Failover](/server/current/learn/clusters-and-availability/failover.html)
- [Graceful](/server/current/learn/clusters-and-availability/graceful-failover.html)
- [Hard](/server/current/learn/clusters-and-availability/hard-failover.html)
- [Automatic](/server/current/learn/clusters-and-availability/automatic-failover.html)
- [Recovery](/server/current/learn/clusters-and-availability/recovery.html)
- [Node-to-Node Encryption](/server/current/learn/clusters-and-availability/node-to-node-encryption.html)
- [Availability](/server/current/learn/clusters-and-availability/replication-architecture.html)
- [Intra-Cluster Replication](/server/current/learn/clusters-and-availability/intra-cluster-replication.html)
- [Cross Data Center Replication (XDCR)](/server/current/learn/clusters-and-availability/xdcr-overview.html)
- [XDCR Advanced Filtering](/server/current/learn/clusters-and-availability/xdcr-filtering.html)
- [XDCR Conflict Resolution](/server/current/learn/clusters-and-availability/xdcr-conflict-resolution.html)
- [XDCR with Scopes and Collections](/server/current/learn/clusters-and-availability/xdcr-with-scopes-and-collections.html)
- [XDCR enableCrossClusterVersioning](/server/current/learn/clusters-and-availability/xdcr-enable-crossclusterversioning.html)
- [XDCR Conflict Logging](/server/current/learn/clusters-and-availability/xdcr-conflict-logging-feature.html)
- [Viewing Conflict Logs](/server/current/learn/clusters-and-availability/xdcr-viewing-conflict-logs.html)
- [XDCR Active-Active with Sync Gateway](/server/current/learn/clusters-and-availability/xdcr-active-active-sgw.html)
- [Server Group Awareness](/server/current/learn/clusters-and-availability/groups.html)
- [Security](/server/current/learn/security/security-overview.html)
- [Authentication](/server/current/learn/security/authentication.html)
- [Understanding Authentication](/server/current/learn/security/authentication-overview.html)
- [Usernames and Passwords](/server/current/learn/security/usernames-and-passwords.html)
- [Authentication Domains](/server/current/learn/security/authentication-domains.html)
- [Certificates](/server/current/learn/security/certificates.html)
- [Using Multiple Root Certificates](/server/current/learn/security/using-multiple-cas.html)
- [Authorization](/server/current/learn/security/authorization-overview.html)
- [Roles](/server/current/learn/security/roles.html)
- [On-the-Wire Security](/server/current/learn/security/on-the-wire-security.html)
- [Auditing](/server/current/learn/security/auditing.html)
- [Encryption](/server/current/learn/security/encryption-overview.html)
- [Native Encryption at Rest](/server/current/learn/security/native-encryption-at-rest-overview.html)
- Manage
- [Overview](/server/current/manage/management-overview.html)
- [Couchbase Web Console](/server/current/manage/manage-ui/manage-ui.html)
- [Manage Nodes and Clusters](/server/current/manage/manage-nodes/node-management-overview.html)
- [Initialize a Node](/server/current/manage/manage-nodes/initialize-node.html)
- [Create a Cluster](/server/current/manage/manage-nodes/create-cluster.html)
- [Add a Node and Rebalance](/server/current/manage/manage-nodes/add-node-and-rebalance.html)
- [Join a Cluster and Rebalance](/server/current/manage/manage-nodes/join-cluster-and-rebalance.html)
- [List Cluster Nodes](/server/current/manage/manage-nodes/list-cluster-nodes.html)
- [Remove a Node and Rebalance](/server/current/manage/manage-nodes/remove-node-and-rebalance.html)
- [Fail a Node Over and Rebalance](/server/current/manage/manage-nodes/fail-nodes-over.html)
- [Graceful](/server/current/manage/manage-nodes/failover-graceful.html)
- [Hard](/server/current/manage/manage-nodes/failover-hard.html)
- [Recover a Node and Rebalance](/server/current/manage/manage-nodes/recover-nodes.html)
- [Adding or Removing the Data Service on Existing Nodes](/server/current/manage/manage-nodes/manage-data-service-and-rebalance.html)
- [Modify Services and Rebalance](/server/current/manage/manage-nodes/modify-services-and-rebalance.html)
- [Manage Node-to-Node Encryption](/server/current/manage/manage-nodes/apply-node-to-node-encryption.html)
- [Manage Address Families](/server/current/manage/manage-nodes/manage-address-families.html)
- [Manage Buckets](/server/current/manage/manage-buckets/bucket-management-overview.html)
- [Create a Bucket](/server/current/manage/manage-buckets/create-bucket.html)
- [Edit a Bucket](/server/current/manage/manage-buckets/edit-bucket.html)
- [Flush a Bucket](/server/current/manage/manage-buckets/flush-bucket.html)
- [Drop a Bucket](/server/current/manage/manage-buckets/delete-bucket.html)
- [Migrate a Bucket’s Storage Backend](/server/current/manage/manage-buckets/migrate-bucket.html)
- [Change a Bucket’s Ejection Policy](/server/current/manage/manage-buckets/change-ejection-policy.html)
- [Manage Scopes and Collections](/server/current/manage/manage-scopes-and-collections/manage-scopes-and-collections.html)
- [Manage Logging](/server/current/manage/manage-logging/manage-logging.html)
- [Manage Settings](/server/current/manage/manage-settings/manage-settings.html)
- [General](/server/current/manage/manage-settings/general-settings.html)
- [Auto-Compaction](/server/current/manage/manage-settings/configure-compact-settings.html)
- [Alerts](/server/current/manage/manage-settings/configure-alerts.html)
- [Sample Buckets](/server/current/manage/manage-settings/install-sample-buckets.html)
- [Manage Server Groups](/server/current/manage/manage-groups/manage-groups.html)
- [Manage XDCR](/server/current/manage/manage-xdcr/xdcr-management-overview.html)
- [Prepare for XDCR](/server/current/manage/manage-xdcr/prepare-for-xdcr.html)
- [Create a Reference](/server/current/manage/manage-xdcr/create-xdcr-reference.html)
- [Create a Replication](/server/current/manage/manage-xdcr/create-xdcr-replication.html)
- [Pause a Replication](/server/current/manage/manage-xdcr/pause-xdcr-replication.html)
- [Resume a Replication](/server/current/manage/manage-xdcr/resume-xdcr-replication.html)
- [Delete a Replication](/server/current/manage/manage-xdcr/delete-xdcr-replication.html)
- [Delete a Reference](/server/current/manage/manage-xdcr/delete-xdcr-reference.html)
- [Secure a Replication](/server/current/manage/manage-xdcr/secure-xdcr-replication.html)
- [Half-Secure](/server/current/manage/manage-xdcr/enable-half-secure-replication.html)
- [Fully Secure](/server/current/manage/manage-xdcr/enable-full-secure-replication.html)
- [Replicate Using Scopes and Collections](/server/current/manage/manage-xdcr/replicate-using-scopes-and-collections.html)
- [Filter a Replication](/server/current/manage/manage-xdcr/filter-xdcr-replication.html)
- [Incoming Replications](/server/current/manage/manage-xdcr/incoming-xdcr-replications.html)
- [Recover Data with XDCR](/server/current/manage/manage-xdcr/recover-data-with-xdcr.html)
- [xdcrDiffer Utility](/server/current/manage/manage-xdcr/xdcr-differ.html)
- [Manage Security](/server/current/manage/manage-security/security-management-overview.html)
- [Manage Security Settings](/server/current/manage/manage-security/manage-security-settings.html)
- [Manage Users, Groups, and Roles](/server/current/manage/manage-security/manage-users-and-roles.html)
- [Manage Authentication](/server/current/manage/manage-security/manage-authentication.html)
- [Configure LDAP](/server/current/manage/manage-security/configure-ldap.html)
- [Configure saslauthd](/server/current/manage/manage-security/configure-saslauthd.html)
- [Configure SAML](/server/current/manage/manage-security/configure-saml.html)
- [Configure PAM](/server/current/manage/manage-security/configure-pam.html)
- [Manage Passwords](/server/current/manage/manage-security/manage-passwords.html)
- [Manage Certificates](/server/current/manage/manage-security/manage-certificates.html)
- [Configure Server Certificates](/server/current/manage/manage-security/configure-server-certificates.html)
- [Configure Client Certificates](/server/current/manage/manage-security/configure-client-certificates.html)
- [Enable Client-Certificate Handling](/server/current/manage/manage-security/enable-client-certificate-handling.html)
- [Certificate Rotation](/server/current/manage/manage-security/rotate-server-certificates.html)
- [Certificate Error Handling](/server/current/manage/manage-security/handle-certificate-errors.html)
- [Manage On-the-Wire Security](/server/current/manage/manage-security/manage-tls.html)
- [Manage Native Encryption at Rest](/server/current/manage/manage-security/manage-native-encryption-at-rest.html)
- [Manage Auditing](/server/current/manage/manage-security/manage-auditing.html)
- [Manage Sessions](/server/current/manage/manage-security/manage-sessions.html)
- [Manage Console Access](/server/current/manage/manage-security/manage-console-access.html)
- [Manage System Secrets](/server/current/manage/manage-security/manage-system-secrets.html)
- [Manage Connections and Disks](/server/current/manage/manage-security/manage-connections-and-disks.html)
- [Manage Statistics](/server/current/manage/manage-statistics/manage-statistics.html)
- [Manage Expiration](/server/current/manage/manage-expiration.html)
- [Manage Backup and Restore](/server/current/manage/manage-backup-and-restore/manage-backup-and-restore.html)
- [cbbackupmgr](/server/current/backup-restore/enterprise-backup-restore.html)
- [Strategies](/server/current/backup-restore/cbbackupmgr-strategies.html)
- [Tutorial](/server/current/backup-restore/cbbackupmgr-tutorial.html)
- [Cloud Backup](/server/current/backup-restore/cbbackupmgr-cloud.html)
- [Network Filesystems](/server/current/backup-restore/cbbackupmgr-network-filesystems.html)
- [Encryption](/server/current/backup-restore/cbbackupmgr-encryption.html)
- [Monitor](/server/current/manage/monitor/monitor-intro.html)
- [Monitor Clock Drift](/server/current/manage/monitor/xdcr-monitor-timestamp-conflict-resolution.html)
- [Configure Prometheus to Collect Couchbase Metrics](/server/current/manage/monitor/set-up-prometheus-for-monitoring.html)
- [Troubleshoot](/server/current/manage/troubleshoot/troubleshoot.html)
- [Common Errors](/server/current/manage/troubleshoot/common-errors.html)
- [Core Files](/server/current/manage/troubleshoot/core-files.html)
- Install & Upgrade
- [Deployment Options](/server/current/install/get-started.html)
- [System Requirements](/server/current/install/plan-for-production.html)
- [Supported Platforms](/server/current/install/install-platforms.html)
- [System Resource Requirements](/server/current/install/pre-install.html)
- [Additional Requirements](/server/current/install/install-environments.html)
- [Couchbase Server Ports](/server/current/install/install-ports.html)
- [Deployment Guidelines](/server/current/install/install-production-deployment.html)
- [Sizing Guidelines](/server/current/install/sizing-general.html)
- [Clock Synchronization Requirements](/server/current/install/synchronize-clocks-using-ntp.html)
- [Disable THP](/server/current/install/thp-disable.html)
- [Configure Kernel Swappiness](/server/current/install/install-swap-space.html)
- [Linux Kernel TCP/IP Memory Settings](/server/current/install/tcp_mem_settings.html)
- [Security Considerations](/server/current/install/install-security-bp.html)
- [How to mitigate Split Lock Issues](/server/current/install/install-splitlock-mitigation.html)
- [Couchbase Server Process List](/server/current/install/server-processes.html)
- [VM and Container Guidelines](/server/current/install/best-practices-vm.html)
- [Two-Node and Single-Node Clusters](/server/current/install/deployment-considerations-lt-3nodes.html)
- [Installation](/server/current/install/install-intro.html)
- [Install on Linux](/server/current/install/install-linux.html)
- [Red Hat, Oracle Linux, or Amazon Linux](/server/current/install/rhel-suse-install-intro.html)
- [Ubuntu & Debian](/server/current/install/ubuntu-debian-install.html)
- [SUSE Enterprise](/server/current/install/install_suse.html)
- [Non-Root Install and Upgrade](/server/current/install/non-root.html)
- [Install on Windows](/server/current/install/install-package-windows.html)
- [Install on macOS](/server/current/install/macos-install.html)
- [Verify the Installation](/server/current/install/testing.html)
- [Startup and Shutdown](/server/current/install/startup-shutdown.html)
- [Uninstall](/server/current/install/install-uninstalling.html)
- [Cloud and Container Deployment](/server/current/cloud/couchbase-cloud-deployment.html)
- AWS
- [Deploy with AWS Marketplace](/server/current/cloud/couchbase-aws-marketplace.html)
- [Deploy Sync Gateway with AWS Marketplace](/server/current/cloud/couchbase-aws-syncgateway-deployment.html)
- Azure
- [Deploy with Azure Marketplace](/server/current/cloud/couchbase-azure-marketplace.html)
- GCP
- [Deploy with GCP Marketplace](/server/current/cloud/couchbase-gcp-cloud-launcher.html)
- Kubernetes & OpenShift
- [Deploy with Autonomous Operator](/operator/current/overview.html)
- Docker
- [Install with Docker](/server/current/install/getting-started-docker.html)
- [Couchbase Containers FAQ](/server/current/cloud/couchbase-containers-faq.html)
- [Upgrade](/server/current/install/upgrade.html)
- [Upgrade-Procedure Selection](/server/current/install/upgrade-procedure-selection.html)
- [Upgrade Procedures](/server/current/install/upgrade-procedures.html)
- [Cluster Offline](/server/current/install/upgrade-cluster-offline.html)
- [Cluster Online](/server/current/install/upgrade-cluster-online.html)
- [At Reduced Capacity](/server/current/install/upgrade-cluster-online-reduced-capacity.html)
- [At Full Capacity](/server/current/install/upgrade-cluster-online-full-capacity.html)
- [Upgrade an Online Docker Cluster, Full Capacity](/server/current/install/upgrade-docker-cluster-online-full-capacity.html)
- [IPv6 Cluster-Upgrade](/server/current/install/upgrade-ipv6-cluster.html)
- [Feature Availability During Upgrade](/server/current/install/upgrade-feature-availability.html)
- [Data Migration](/server/current/install/couchbase-migrations.html)
- [Migrating Application Data to a Collections-Based Model](/server/current/install/migrating-application-data.html)
- [Enabling Timestamp-based Conflict Resolution for Migrated Data](/server/current/install/migration.html)
- Integrate
- [Connector Guides](/server/current/connectors/intro.html)
- [Elasticsearch Plug-in](/elasticsearch-connector/current/index.html)
- [Kafka Connector](/kafka-connector/current/index.html)
- [Spark Connector](/spark-connector/current/index.html)
- [Power BI Connector](/power-bi-connector/current/index.html)
- [Tableau Connector](/tableau-connector/current/index.html)
- [Couchbase ODBC and JDBC Drivers](/server/current/connectors/odbc-jdbc-drivers.html)
- Reference
- [CLI Reference](/server/current/cli/cli-intro.html)
- [cbbackupmgr](/server/current/backup-restore/cbbackupmgr.html)
- [cbbackupmgr backup](/server/current/backup-restore/cbbackupmgr-backup.html)
- [cbbackupmgr collect-logs](/server/current/backup-restore/cbbackupmgr-collect-logs.html)
- [cbbackupmgr compact](/server/current/backup-restore/cbbackupmgr-compact.html)
- [cbbackupmgr config](/server/current/backup-restore/cbbackupmgr-config.html)
- [cbbackupmgr examine](/server/current/backup-restore/cbbackupmgr-examine.html)
- [cbbackupmgr help](/server/current/backup-restore/cbbackupmgr-help.html)
- [cbbackupmgr info](/server/current/backup-restore/cbbackupmgr-info.html)
- [cbbackupmgr merge](/server/current/backup-restore/cbbackupmgr-merge.html)
- [cbbackupmgr remove](/server/current/backup-restore/cbbackupmgr-remove.html)
- [cbbackupmgr restore](/server/current/backup-restore/cbbackupmgr-restore.html)
- [cbdatarecovery](/server/current/tools/cbdatarecovery.html)
- [cbexport](/server/current/tools/cbexport.html)
- [cbexport json](/server/current/tools/cbexport-json.html)
- [cbimport](/server/current/tools/cbimport.html)
- [cbimport csv](/server/current/tools/cbimport-csv.html)
- [cbimport json](/server/current/tools/cbimport-json.html)
- [couchbase-cli](/server/current/cli/cbcli/couchbase-cli.html)
- [admin-manage](/server/current/cli/cbcli/couchbase-cli-admin-manage.html)
- [analytics-link-setup](/server/current/cli/cbcli/couchbase-cli-analytics-link-setup.html)
- [backup-service](/server/current/cli/cbcli/couchbase-cli-backup-service.html)
- [backup-service nodes-threads-map](/server/current/cli/cbcli/couchbase-cli-backup-service-nodes-threads-map.html)
- [backup-service plan](/server/current/cli/cbcli/couchbase-cli-backup-service-plan.html)
- [backup-service repository](/server/current/cli/cbcli/couchbase-cli-backup-service-repository.html)
- [backup-service settings](/server/current/cli/cbcli/couchbase-cli-backup-service-settings.html)
- [bucket-compact](/server/current/cli/cbcli/couchbase-cli-bucket-compact.html)
- [bucket-create](/server/current/cli/cbcli/couchbase-cli-bucket-create.html)
- [bucket-delete](/server/current/cli/cbcli/couchbase-cli-bucket-delete.html)
- [bucket-edit](/server/current/cli/cbcli/couchbase-cli-bucket-edit.html)
- [bucket-flush](/server/current/cli/cbcli/couchbase-cli-bucket-flush.html)
- [bucket-list](/server/current/cli/cbcli/couchbase-cli-bucket-list.html)
- [cluster-edit](/server/current/cli/cbcli/couchbase-cli-cluster-edit.html)
- [cluster-init](/server/current/cli/cbcli/couchbase-cli-cluster-init.html)
- [collect-logs-start](/server/current/cli/cbcli/couchbase-cli-collect-logs-start.html)
- [collect-logs-status](/server/current/cli/cbcli/couchbase-cli-collect-logs-status.html)
- [collect-logs-stop](/server/current/cli/cbcli/couchbase-cli-collect-logs-stop.html)
- [collection-manage](/server/current/cli/cbcli/couchbase-cli-collection-manage.html)
- [enable-developer-preview](/server/current/cli/cbcli/couchbase-cli-enable-developer-preview.html)
- [enterprise-analytics-link-setup](/server/current/cli/cbcli/couchbase-cli-enterprise-analytics-link-setup.html)
- [eventing-function-setup](/server/current/cli/cbcli/couchbase-cli-eventing-function-setup.html)
- [failover](/server/current/cli/cbcli/couchbase-cli-failover.html)
- [group-manage](/server/current/cli/cbcli/couchbase-cli-group-manage.html)
- [host-list](/server/current/cli/cbcli/couchbase-cli-host-list.html)
- [ip-family](/server/current/cli/cbcli/couchbase-cli-ip-family.html)
- [master-password](/server/current/cli/cbcli/couchbase-cli-master-password.html)
- [node-init](/server/current/cli/cbcli/couchbase-cli-node-init.html)
- [node-reset](/server/current/cli/cbcli/couchbase-cli-node-reset.html)
- [node-to-node-encryption](/server/current/cli/cbcli/couchbase-cli-node-to-node-encryption.html)
- [rebalance-status](/server/current/cli/cbcli/couchbase-cli-rebalance-status.html)
- [rebalance-stop](/server/current/cli/cbcli/couchbase-cli-rebalance-stop.html)
- [rebalance](/server/current/cli/cbcli/couchbase-cli-rebalance.html)
- [recovery](/server/current/cli/cbcli/couchbase-cli-recovery.html)
- [reset-admin-password](/server/current/cli/cbcli/couchbase-cli-reset-admin-password.html)
- [reset-cipher-suites](/server/current/cli/cbcli/couchbase-cli-reset-cipher-suites.html)
- [server-add](/server/current/cli/cbcli/couchbase-cli-server-add.html)
- [server-info](/server/current/cli/cbcli/couchbase-cli-server-info.html)
- [server-list](/server/current/cli/cbcli/couchbase-cli-server-list.html)
- [server-readd](/server/current/cli/cbcli/couchbase-cli-server-readd.html)
- [setting-alert](/server/current/cli/cbcli/couchbase-cli-setting-alert.html)
- [setting-alternate-address](/server/current/cli/cbcli/couchbase-cli-setting-alternate-address.html)
- [setting-analytics](/server/current/cli/cbcli/couchbase-cli-setting-analytics.html)
- [setting-audit](/server/current/cli/cbcli/couchbase-cli-setting-audit.html)
- [setting-autofailover](/server/current/cli/cbcli/couchbase-cli-setting-autofailover.html)
- [setting-autoreprovision](/server/current/cli/cbcli/couchbase-cli-setting-autoreprovision.html)
- [setting-cluster](/server/current/cli/cbcli/couchbase-cli-setting-cluster.html)
- [setting-compaction](/server/current/cli/cbcli/couchbase-cli-setting-compaction.html)
- [setting-encryption](/server/current/cli/cbcli/couchbase-cli-setting-encryption.html)
- [setting-enterprise-analytics](/server/current/cli/cbcli/couchbase-cli-setting-enterprise-analytics.html)
- [setting-index](/server/current/cli/cbcli/couchbase-cli-setting-index.html)
- [setting-ldap](/server/current/cli/cbcli/couchbase-cli-setting-ldap.html)
- [setting-master-password](/server/current/cli/cbcli/couchbase-cli-setting-master-password.html)
- [setting-notification](/server/current/cli/cbcli/couchbase-cli-setting-notification.html)
- [setting-password-policy](/server/current/cli/cbcli/couchbase-cli-setting-password-policy.html)
- [setting-query](/server/current/cli/cbcli/couchbase-cli-setting-query.html)
- [setting-rebalance](/server/current/cli/cbcli/couchbase-cli-setting-rebalance.html)
- [setting-saslauthd](/server/current/cli/cbcli/couchbase-cli-setting-saslauthd.html)
- [setting-security](/server/current/cli/cbcli/couchbase-cli-setting-security.html)
- [setting-xdcr](/server/current/cli/cbcli/couchbase-cli-setting-xdcr.html)
- [ssl-manage](/server/current/cli/cbcli/couchbase-cli-ssl-manage.html)
- [user-change-password](/server/current/cli/cbcli/couchbase-cli-user-change-password.html)
- [user-manage](/server/current/cli/cbcli/couchbase-cli-user-manage.html)
- [xdcr-replicate](/server/current/cli/cbcli/couchbase-cli-xdcr-replicate.html)
- [xdcr-setup](/server/current/cli/cbcli/couchbase-cli-xdcr-setup.html)
- [cbanalyze-core](/server/current/cli/cbanalyze-core-tool.html)
- [cbcollect_info](/server/current/cli/cbcollect-info-tool.html)
- [cbepctl](/server/current/cli/cbepctl-intro.html)
- [set checkpoint_param](/server/current/cli/cbepctl/set-checkpoint_param.html)
- [set flush_param](/server/current/cli/cbepctl/set-flush_param.html)
- [cbft-bleve](/server/current/cli/cbft-bleve.html)
- [cbft-bleve: Moss Indexes](/server/current/cli/cbft-bleve-moss.html)
- [cbft-bleve: Scorch Indexes](/server/current/cli/cbft-bleve-scorch.html)
- [cbft-bleve: Zap Files](/server/current/cli/cbft-bleve-zap.html)
- [cblogredaction](/server/current/cli/cbcli/cblogredaction.html)
- [cbq](/server/current/cli/cbq-tool.html)
- [cbqueryreportgen](/server/current/cli/cbqueryreportgen.html)
- [cbrecovery](/server/current/cli/cbtools/cbrecovery.html)
- [cbstats](/server/current/cli/cbstats-intro.html)
- [all](/server/current/cli/cbstats/cbstats-all.html)
- [checkpoint](/server/current/cli/cbstats/cbstats-checkpoint.html)
- [collections](/server/current/cli/cbstats/cbstats-collections.html)
- [collections-details](/server/current/cli/cbstats/cbstats-collections-details.html)
- [config](/server/current/cli/cbstats/cbstats-config.html)
- [dcp](/server/current/cli/cbstats/cbstats-dcp.html)
- [dcpagg](/server/current/cli/cbstats/cbstats-dcpagg.html)
- [dcp-vbtakeover](/server/current/cli/cbstats/cbstats-dcp-vbtakeover.html)
- [diskinfo](/server/current/cli/cbstats/cbstats-diskinfo.html)
- [dispatcher](/server/current/cli/cbstats/cbstats-dispatcher-job.html)
- [durability-monitor](/server/current/cli/cbstats/cbstats-durability-monitor.html)
- [failovers](/server/current/cli/cbstats/cbstats-failovers.html)
- [hash](/server/current/cli/cbstats/cbstats-hash.html)
- [key](/server/current/cli/cbstats/cbstats-key.html)
- [kvstore](/server/current/cli/cbstats/cbstats-kvstore.html)
- [kvtimings](/server/current/cli/cbstats/cbstats-kvtimings.html)
- [memory](/server/current/cli/cbstats/cbstats-memory.html)
- [prev-vbucket](/server/current/cli/cbstats/cbstats-prev-vbucket.html)
- [raw](/server/current/cli/cbstats/cbstats-raw.html)
- [reset](/server/current/cli/cbstats/cbstats-reset.html)
- [responses](/server/current/cli/cbstats/cbstats-responses.html)
- [runtimes](/server/current/cli/cbstats/cbstats-runtimes.html)
- [scheduler](/server/current/cli/cbstats/cbstats-scheduler.html)
- [scopes](/server/current/cli/cbstats/cbstats-scopes.html)
- [scopes-details](/server/current/cli/cbstats/cbstats-scopes-details.html)
- [tap-vbtakeover](/server/current/cli/cbstats/cbstats-tap-vbtakeover.html)
- [tasks](/server/current/cli/cbstats/cbstats-tasks.html)
- [timings](/server/current/cli/cbstats/cbstats-timing.html)
- [uuid](/server/current/cli/cbstats/cbstats-uuid.html)
- [vbucket](/server/current/cli/cbstats/cbstats-vbucket.html)
- [vbucket-details](/server/current/cli/cbstats/cbstats-vbucket-details.html)
- [vbucket-seqno](/server/current/cli/cbstats/cbstats-vbucket-seqno.html)
- [vkey](/server/current/cli/cbstats/cbstats-vkey.html)
- [warmup](/server/current/cli/cbstats/cbstats-warmup.html)
- [workload](/server/current/cli/cbstats/cbstats-workload.html)
- [cbsummary](/server/current/cli/cbsummary.html)
- [cbtransfer](/server/current/cli/cbtools/cbtransfer.html)
- [cbmigrate](/server/current/cli/cbmigrate-tool.html)
- [cbworkloadgen](/server/current/cli/cbtools/cbworkloadgen.html)
- [couchbase-server](/server/current/cli/couchbase-server.html)
- [finderr](/server/current/cli/finderr.html)
- [mctimings](/server/current/cli/mctimings.html)
- [mcstat](/server/current/cli/mcstat.html)
- [mctestauth](/server/current/cli/mctestauth.html)
- [REST API Reference](/server/current/rest-api/rest-intro.html)
- [Nodes and Clusters API](/server/current/rest-api/rest-cluster-intro.html)
- [Cluster Initialization and Provisioning](/server/current/rest-api/rest-cluster-init-and-provisioning.html)
- [Initializing a Cluster](/server/current/rest-api/rest-initialize-cluster.html)
- [Initializing a Node](/server/current/rest-api/rest-initialize-node.html)
- [Establishing Credentials](/server/current/rest-api/rest-establish-credentials.html)
- [Naming a Node](/server/current/rest-api/rest-name-node.html)
- [Configuring Memory](/server/current/rest-api/rest-configure-memory.html)
- [Naming a Cluster](/server/current/rest-api/rest-name-cluster.html)
- [Getting Memory Information](/server/current/rest-api/rest-get-memory-information.html)
- [Assigning Services to a New Single Node](/server/current/rest-api/rest-set-up-services.html)
- [Assigning Services to an Existing Node](/server/current/rest-api/rest-set-up-services-existing-nodes.html)
- [Node Addition and Removal](/server/current/rest-api/rest-adding-and-removing-nodes.html)
- [Adding Nodes to Clusters](/server/current/rest-api/rest-cluster-addnodes.html)
- [Joining Nodes into Clusters](/server/current/rest-api/rest-cluster-joinnode.html)
- [Removing Nodes from Clusters](/server/current/rest-api/rest-cluster-removenode.html)
- [Rebalance](/server/current/rest-api/rest-rebalance-overview.html)
- [Getting Rebalance Reason Codes](/server/current/rest-api/rest-retrieve-cluster-rebalance-reason-codes.html)
- [Rebalancing the Cluster](/server/current/rest-api/rest-cluster-rebalance.html)
- [Getting Rebalance Progress](/server/current/rest-api/rest-get-rebalance-progress.html)
- [Configuring Rebalance Retries](/server/current/rest-api/rest-configure-rebalance-retry.html)
- [Getting Rebalance-Retry Status](/server/current/rest-api/rest-get-rebalance-retry.html)
- [Canceling Rebalance Retries](/server/current/rest-api/rest-cancel-rebalance-retry.html)
- [Limiting Concurrent vBucket Moves](/server/current/rest-api/rest-limit-rebalance-moves.html)
- [Disabling Consistent View Query Results on Rebalance](/server/current/rest-api/rest-cluster-disable-query.html)
- [Manual Failover](/server/current/rest-api/rest-cluster-manualfailover-intro.html)
- [Performing Hard Failover](/server/current/rest-api/rest-node-failover.html)
- [Reinitializing Nodes](/server/current/rest-api/rest-reinitialize-node.html)
- [Performing Graceful Failover](/server/current/rest-api/rest-failover-graceful.html)
- [Setting Recovery Type](/server/current/rest-api/rest-node-recovery-incremental.html)
- [Auto-Failover](/server/current/rest-api/rest-cluster-autofailover-intro.html)
- [Retrieving Auto-Failover Settings](/server/current/rest-api/rest-cluster-autofailover-settings.html)
- [Enabling and Disabling Auto-Failover](/server/current/rest-api/rest-cluster-autofailover-enable.html)
- [Resetting Auto-Failover](/server/current/rest-api/rest-cluster-autofailover-reset.html)
- [Setting Recovery Type](/server/current/rest-api/rest-node-recovery-incremental.html)
- [Settings and Connections](/server/current/rest-api/rest-settings-and-connections-overview.html)
- [Managing Internal Settings](/server/current/rest-api/rest-get-internal-setting.html)
- [Managing Cluster Connections](/server/current/rest-api/rest-manage-cluster-connections.html)
- [Managing Alternate Addresses](/server/current/rest-api/rest-set-up-alternate-address.html)
- [Setting Alerts](/server/current/rest-api/rest-cluster-email-notifications.html)
- [Set Data Disk Use Limits](/server/current/rest-api/disk-usage-limits.html)
- [Status and Events](/server/current/rest-api/rest-status-and-events-overview.html)
- [Getting Cluster Tasks](/server/current/rest-api/rest-get-cluster-tasks.html)
- [Retrieving Cluster Information](/server/current/rest-api/rest-cluster-get.html)
- [Viewing Cluster Details](/server/current/rest-api/rest-cluster-details.html)
- [Getting System Events](/server/current/rest-api/rest-get-system-events.html)
- [Identifying the Orchestrator Node](/server/current/rest-api/rest-identify-orchestrator.html)
- [Getting Information on Nodes](/server/current/rest-api/rest-node-get-info.html)
- [Listing Node Services](/server/current/rest-api/rest-list-node-services.html)
- [Statistics](/server/current/rest-api/rest-statistics.html)
- [Prometheus Discovery API](/server/current/rest-api/rest-discovery-api.html)
- [Getting a Single Statistic](/server/current/rest-api/rest-statistics-single.html)
- [Getting Multiple Statistics](/server/current/rest-api/rest-statistics-multiple.html)
- [Logging](/server/current/rest-api/logs-rest-api.html)
- [Retrieving Diagnostic and Log Information](/server/current/rest-api/rest-logs-get.html)
- [Collecting Logs](/server/current/rest-api/rest-manage-log-collection.html)
- [Logging Client-Side Errors](/server/current/rest-api/rest-client-logs.html)
- [Application Telemetry](/server/current/rest-api/application-telemetry.html)
- [Buckets API](/server/current/rest-api/rest-bucket-intro.html)
- [Creating and Editing Buckets](/server/current/rest-api/rest-bucket-create.html)
- [Setting a Replica-Minimum](/server/current/rest-api/setting-minimum-replicas.html)
- [Getting Bucket Information](/server/current/rest-api/rest-buckets-summary.html)
- [Listing Nodes by Bucket](/server/current/rest-api/rest-retrieve-bucket-nodes.html)
- [Getting Bucket Statistics](/server/current/rest-api/rest-bucket-stats.html)
- [Getting Bucket Streaming URI](/server/current/rest-api/rest-buckets-streamingURI.html)
- [Deleting Buckets](/server/current/rest-api/rest-bucket-delete.html)
- [Flushing Buckets](/server/current/rest-api/rest-bucket-flush.html)
- [Managing Sample Buckets](/server/current/rest-api/rest-sample-buckets.html)
- [Scopes and Collections API](/server/current/rest-api/scopes-and-collections-api.html)
- [Creating a Scope](/server/current/rest-api/creating-a-scope.html)
- [Creating and Editing a Collection](/server/current/rest-api/creating-a-collection.html)
- [Listing Scopes and Collections](/server/current/rest-api/listing-scopes-and-collections.html)
- [Dropping a Collection](/server/current/rest-api/dropping-a-collection.html)
- [Dropping a Scope](/server/current/rest-api/dropping-a-scope.html)
- [Memory and Storage API](/server/current/rest-api/rest-memory-and-storage.html)
- [Initializing a Node](/server/current/rest-api/rest-initialize-node.html)
- [Configuring Memory](/server/current/rest-api/rest-configure-memory.html)
- [Getting Memory Information](/server/current/rest-api/rest-get-memory-information.html)
- [Setting Thread Allocations](/server/current/rest-api/rest-reader-writer-thread-config.html)
- [Getting Storage Information](/server/current/rest-api/rest-getting-storage-information.html)
- [Performing Compaction Manually](/server/current/rest-api/rest-compact-post.html)
- [Auto-Compaction: Global](/server/current/rest-api/rest-autocompact-global.html)
- [Auto-Compaction: Per Bucket](/server/current/rest-api/rest-autocompact-per-bucket.html)
- [Server Groups API](/server/current/rest-api/rest-rza.html)
- [Getting Group Information](/server/current/rest-api/rest-servergroup-get.html)
- [Creating Groups](/server/current/rest-api/rest-servergroup-post-create.html)
- [Adding Nodes to Groups](/server/current/rest-api/rest-servergroup-post-add.html)
- [Renaming Groups](/server/current/rest-api/rest-servergroup-put.html)
- [Updating Group Membership](/server/current/rest-api/rest-servergroup-put-membership.html)
- [Deleting Groups](/server/current/rest-api/rest-servergroup-delete.html)
- [XDCR API](/server/current/rest-api/rest-xdcr-intro.html)
- [Creating or Editing a Reference](/server/current/rest-api/rest-xdcr-create-ref.html)
- [Checking Connections](/server/current/rest-api/rest-xdcr-connection-precheck.html)
- [Getting a Reference](/server/current/rest-api/rest-xdcr-get-ref.html)
- [Creating a Replication](/server/current/rest-api/rest-xdcr-create-replication.html)
- [Pausing and Resuming a Replication](/server/current/rest-api/rest-xdcr-pause-resume.html)
- [Deleting a Replication](/server/current/rest-api/rest-xdcr-delete-replication.html)
- [Deleting a Reference](/server/current/rest-api/rest-xdcr-delete-ref.html)
- [Listing Incoming Replications](/server/current/rest-api/rest-xdcr-list-incoming-replications.html)
- [Managing Advanced Settings](/server/current/rest-api/rest-xdcr-adv-settings.html)
- [Getting Statistics](/server/current/rest-api/rest-xdcr-statistics.html)
- [Security API](/server/current/rest-api/rest-security.html)
- [Who Am I?](/server/current/rest-api/rest-whoami.html)
- [Configure Auditing](/server/current/rest-api/rest-auditing.html)
- [Restrict Node-Addition](/server/current/rest-api/rest-specify-node-addition-conventions.html)
- [Authentication API](/server/current/rest-api/rest-authentication.html)
- [Configure LDAP](/server/current/rest-api/rest-configure-ldap.html)
- [Configure SAML](/server/current/rest-api/rest-configure-saml.html)
- [Configure saslauthd](/server/current/rest-api/rest-configure-saslauthd.html)
- [Set Password Policy](/server/current/rest-api/rest-set-password-policy.html)
- [Change Password](/server/current/rest-api/rest-set-password.html)
- [Certificate Management API](/server/current/rest-api/rest-certificate-management.html)
- [Load Root Certificates](/server/current/rest-api/load-trusted-cas.html)
- [Get Root Certificates](/server/current/rest-api/get-trusted-cas.html)
- [Delete Root Certificates](/server/current/rest-api/delete-trusted-cas.html)
- [Retrieve All Node Certificates](/server/current/rest-api/retrieve-all-node-certs.html)
- [Upload and Retrieve a Node Certificate](/server/current/rest-api/upload-retrieve-node-cert.html)
- [Regenerate All Certificates](/server/current/rest-api/rest-regenerate-all-certs.html)
- [Deprecated Certificate Management APIs](/server/current/rest-api/deprecated-security-apis/deprecated-certificate-management-apis.html)
- [Upload and Retrieve the Root Certificate](/server/current/rest-api/deprecated-security-apis/upload-retrieve-root-cert.html)
- [Encryption-at-Rest API](/server/current/rest-api/security/encryption-at-rest/encryption-at-rest.html)
- [Manage Encryption-at-Rest Keys](/server/current/rest-api/security/encryption-at-rest/manage-encryption-keys.html)
- [Manage Audit, Config, and Log Encryption at Rest](/server/current/rest-api/security/encryption-at-rest/manage-system-encryption-at-rest.html)
- [Rotate Data Encryption Keys](/server/current/rest-api/security/encryption-at-rest/rotate-encryption-at-rest-key.html)
- [Force Encryption of Unencrypted Data](/server/current/rest-api/security/encryption-at-rest/force-encryption-at-rest.html)
- [Drop DEKs and Re-encrypt Data](/server/current/rest-api/security/encryption-at-rest/drop-encryption-deks.html)
- [Authorization API](/server/current/rest-api/rest-authorization.html)
- [Role-Based Access Control (RBAC)](/server/current/rest-api/rbac.html)
- [Configure On-the-Wire Security](/server/current/rest-api/rest-setting-security.html)
- [Rotate Internal Credentials](/server/current/rest-api/rest-rotate-internal-credentials.html)
- [Configure HSTS](/server/current/rest-api/rest-setting-hsts.html)
- [System Secrets API](/server/current/rest-api/rest-secret-mgmt.html)
- [Configure System Secrets](/server/current/rest-api/system-secrets-configuration.html)
- [Change the Master Password](/server/current/rest-api/change-master-password.html)
- [Rotate the Data Key](/server/current/rest-api/rotate-data-key.html)
- [Query Service API](/server/current/n1ql/n1ql-rest-api/intro.html)
- [Query Service REST API](/server/current/n1ql-rest-query/index.html)
- [Examples](/server/current/n1ql/n1ql-rest-api/examplesrest.html)
- [Successful Request](/server/current/n1ql/n1ql-rest-api/exsuccessful.html)
- [Request with Positional Parameters](/server/current/n1ql/n1ql-rest-api/expositional.html)
- [Request with Named Parameters](/server/current/n1ql/n1ql-rest-api/exnamed.html)
- [Request Timeout](/server/current/n1ql/n1ql-rest-api/extimeout.html)
- [Request Error](/server/current/n1ql/n1ql-rest-api/exrequesterror.html)
- [Service Error](/server/current/n1ql/n1ql-rest-api/exserviceerror.html)
- [SQL++ Error](/server/current/n1ql/n1ql-rest-api/exn1qlerror.html)
- [Unsupported HTTP Method](/server/current/n1ql/n1ql-rest-api/exunsupportedhttp.html)
- [Request with Authentication — HTTP Header](/server/current/n1ql/n1ql-rest-api/exauthhttp.html)
- [Request with Authentication — Request Parameter](/server/current/n1ql/n1ql-rest-api/exauthrequest.html)
- [Query Admin REST API](/server/current/n1ql-rest-admin/index.html)
- [Query Settings REST API](/server/current/n1ql-rest-settings/index.html)
- [Query Functions REST API](/server/current/n1ql-rest-functions/index.html)
- [Index Service API](/server/current/rest-api/rest-index-service.html)
- [Retrieve GSI Settings](/server/current/rest-api/get-settings-indexes.html)
- [Set GSI Settings](/server/current/rest-api/post-settings-indexes.html)
- [Index Statistics API](/server/current/index-rest-stats/index.html)
- [Index Settings API](/server/current/index-rest-settings/index.html)
- [Backup Service API](/server/current/rest-api/backup-rest-api.html)
- [Create and Edit Plans](/server/current/rest-api/backup-create-and-edit-plans.html)
- [Create a Repository](/server/current/rest-api/backup-create-repository.html)
- [Get Backup Repository Information](/server/current/rest-api/backup-get-repository-info.html)
- [Get Backup Plan Information](/server/current/rest-api/backup-get-plan-info.html)
- [Get Backup Task History](/server/current/rest-api/backup-get-task-info.html)
- [Pause and Resume Tasks](/server/current/rest-api/backup-pause-and-resume-tasks.html)
- [Examine Backed-Up Data](/server/current/rest-api/backup-examine-data.html)
- [Perform an Immediate Backup](/server/current/rest-api/backup-trigger-backup.html)
- [Perform an Immediate Merge](/server/current/rest-api/backup-trigger-merge.html)
- [Perform an Immediate Prune](/server/current/rest-api/backup-trigger-prune.html)
- [Retain a Backup](/server/current/rest-api/backup-retention.html)
- [Restore Data](/server/current/rest-api/backup-restore-data.html)
- [Delete a Backup](/server/current/rest-api/backup-delete-backups.html)
- [Archive a Repository](/server/current/rest-api/backup-archive-a-repository.html)
- [Import a Repository](/server/current/rest-api/backup-import-repository.html)
- [Delete a Repository](/server/current/rest-api/backup-delete-repository.html)
- [Delete a Plan](/server/current/rest-api/backup-delete-plan.html)
- [Get Expired Backup Information](/server/current/rest-api/backup-get-expired-backups.html)
- [Get Information on the Cluster](/server/current/rest-api/backup-get-cluster-info.html)
- [Manage Backup Configuration](/server/current/rest-api/backup-manage-config.html)
- [Manage Backup Service Threads](/server/current/rest-api/backup-node-threads.html)
- [Search Service API](/server/current/rest-api/rest-fts.html)
- [Node Configuration](/server/current/fts-rest-nodes/index.html)
- [Indexes](/server/current/fts-rest-indexing/index.html)
- [Advanced](/server/current/fts-rest-advanced/index.html)
- [Search Statistics](/server/current/fts-rest-stats/index.html)
- [Active Queries](/server/current/fts-rest-query/index.html)
- [Search Manager Options](/server/current/fts-rest-manage/index.html)
- [Eventing Service API](/server/current/eventing-rest-api/index.html)
- [Analytics Service API](/server/current/analytics/rest-analytics.html)
- [Analytics Service REST API](/server/current/analytics-rest-service/index.html)
- [Analytics Admin REST API](/server/current/analytics-rest-admin/index.html)
- [Analytics Config REST API](/server/current/analytics-rest-config/index.html)
- [Analytics Settings REST API](/server/current/analytics-rest-settings/index.html)
- [Analytics Links REST API](/server/current/analytics-rest-links/index.html)
- [Analytics Library REST API](/server/current/analytics-rest-library/index.html)
- [XDCR Reference](/server/current/xdcr-reference/xdcr-reference-intro.html)
- [Advanced Settings](/server/current/xdcr-reference/xdcr-advanced-settings.html)
- [Filtering](/server/current/xdcr-reference/xdcr-filtering-reference-intro.html)
- [Regular Expressions](/server/current/xdcr-reference/xdcr-regular-expressions.html)
- [Filtering Expressions](/server/current/xdcr-reference/xdcr-filtering-expressions.html)
- [Data-Type Conversion](/server/current/xdcr-reference/xdcr-filtering-data-type-conversion.html)
- [Security and Networking](/server/current/xdcr-reference/xdcr-security-and-networking.html)
- [Audit Event Reference](/server/current/audit-event-reference/audit-event-reference.html)
- [System Event Reference](/server/current/system-event-reference/system-event-reference.html)
- [Rebalance Reference](/server/current/rebalance-reference/rebalance-reference.html)
- [Metrics Reference](/server/current/metrics-reference/metrics-reference.html)
- [Data Service Metrics](/server/current/metrics-reference/data-service-metrics.html)
- [Data Service Metrics Cross Reference](/server/current/metrics-reference/data-service-metrics-cross-reference.html)
- [Query Service Metrics](/server/current/metrics-reference/query-service-metrics.html)
- [Query Service Metrics Cross Reference](/server/current/metrics-reference/query-service-metrics-cross-reference.html)
- [Index Service Metrics](/server/current/metrics-reference/index-service-metrics.html)
- [Index Service Metrics Cross Reference](/server/current/metrics-reference/index-service-metrics-cross-reference.html)
- [Search Service Metrics](/server/current/metrics-reference/search-service-metrics.html)
- [Eventing Service Metrics](/server/current/metrics-reference/eventing-service-metrics.html)
- [Analytics Service Metrics](/server/current/metrics-reference/analytics-service-metrics.html)
- [Analytics Service Metrics Cross Reference](/server/current/metrics-reference/analytics-service-metrics-cross-reference.html)
- [Backup Service Metrics](/server/current/metrics-reference/backup-service-metrics.html)
- [Cluster Manager Metrics](/server/current/metrics-reference/ns-server-metrics.html)
- [XDCR Metrics](/server/current/metrics-reference/xdcr-metrics.html)
- [XDCR Metrics Cross Reference](/server/current/metrics-reference/xdcr-metrics-cross-reference.html)
- [Views Reference](/server/current/learn/views/views-intro.html)
- [View Concepts](/server/current/learn/views/views-basics.html)
- [Stream-based Views](/server/current/learn/views/views-streaming.html)
- [View Operations](/server/current/learn/views/views-operation.html)
- [Views and Stored Data](/server/current/learn/views/views-store-data.html)
- [Development Views](/server/current/learn/views/views-development.html)
- [Production Views](/server/current/learn/views/views-production.html)
- [MapReduce Views](/server/current/learn/views/views-mapreduce-intro.html)
- [Writing MapReduce Views](/server/current/learn/views/views-writing.html)
- [Views Best Practices](/server/current/learn/views/views-writing-views.html)
- [Map Function](/server/current/learn/views/views-writing-map.html)
- [Reduce Function](/server/current/learn/views/views-writing-reduce.html)
- [Built-in Utility Functions](/server/current/learn/views/views-writing-utility.html)
- [Built-in _count Function](/server/current/learn/views/views-writing-count.html)
- [Built-in _sum Function](/server/current/learn/views/views-writing-sum.html)
- [Built-in _stats Function](/server/current/learn/views/views-writing-stats.html)
- [Re-writing Built-in Reduce Functions](/server/current/learn/views/views-writing-rewriting.html)
- [Custom Reduce Functions](/server/current/learn/views/views-writing-custom-reduce.html)
- [Re-reduce Argument](/server/current/learn/views/views-writing-rereduce.html)
- [Views for Non-JSON Objects](/server/current/learn/views/views-writing-nonjson.html)
- [Translating SQL to MapReduce](/server/current/learn/views/views-trans-sql.html)
- [Views in a Schema-less Database](/server/current/learn/views/views-schemaless.html)
- [Querying MapReduce Views](/server/current/learn/views/views-querying.html)
- [View and Query Examples](/server/current/learn/views/views-query-samples.html)
- [Views API](/server/current/rest-api/rest-views-intro.html)
- [Getting Design Doc Information](/server/current/rest-api/rest-ddocs-get.html)
- [Creating Design Documents](/server/current/rest-api/rest-ddocs-create.html)
- [Deleting Design Documents](/server/current/rest-api/rest-ddocs-delete.html)
- [Getting Views Information](/server/current/rest-api/rest-views-get.html)
- [Limiting Views Requests](/server/current/rest-api/rest-views-requests.html)
- Release Notes & Licenses
- [Release Notes](/server/current/release-notes/relnotes.html)
- [Licenses for Third-Party Components](/server/current/third-party-licenses.html)
- Contribute
- [Contribute to the Documentation](/home/contribute/index.html)
### Docs Style Guide
- [Introduction to Couchbase Style](/styleguide/index.html)
- [General Principles of Couchbase Style](/styleguide/general.html)
- [Writing Concepts](/styleguide/writing-concepts.html)
- [Writing Procedures](/styleguide/writing-procedures.html)
- [Writing References](/styleguide/writing-references.html)
- [Voice and Tone](/styleguide/tone.html)
- Language and Grammar
- [Articles (a, an, the)](/styleguide/articles.html)
- [Capitalization](/styleguide/capitalization.html)
- [Contractions](/styleguide/contractions.html)
- [Describing or Comparing Values](/styleguide/values.html)
- [Directional Language](/styleguide/directional-language.html)
- [Latin Abbreviations](/styleguide/latin-abbreviations.html)
- [Less vs. Fewer](/styleguide/less-fewer.html)
- [Only](/styleguide/only.html)
- [There + To Be](/styleguide/there-is.html)
- [Which vs. That](/styleguide/which-that.html)
- Formatting Elements
- [Admonitions](/styleguide/admonitions.html)
- [Anchor Links](/styleguide/anchor-links.html)
- [Code Examples](/styleguide/examples.html)
- [Code Placeholders](/styleguide/placeholders.html)
- [Headings](/styleguide/headings.html)
- [Filenames](/styleguide/filenames.html)
- [Images and Diagrams](/styleguide/images-diagrams.html)
- [Alt Text](/styleguide/alt-text.html)
- [Links](/styleguide/links.html)
- [Numbers](/styleguide/numbers.html)
- [Ordered Lists](/styleguide/ordered-list.html)
- [Unordered Lists](/styleguide/unordered-list.html)
- [Sidebars](/styleguide/sidebars.html)
- [Tables](/styleguide/tables.html)
- [Tabbed Content](/styleguide/tabbed-content.html)
- Using Inline Formatting
- [Bold](/styleguide/bold.html)
- [Button Macro](/styleguide/button-macro.html)
- [Italics](/styleguide/italic.html)
- [Keyboard Macro](/styleguide/keyboard-macro.html)
- [Menu UI Macro](/styleguide/menu-ui-macro.html)
- [Monospace Font (Highlighted)](/styleguide/monospace-highlight.html)
- Punctuation
- [Colons and Semi-Colons](/styleguide/colons.html)
- [Commas](/styleguide/commas.html)
- [Parentheses](/styleguide/parentheses.html)
- [Dashes](/styleguide/dashes.html)
- [Quotation Marks](/styleguide/quotation-marks.html)
- [Slashes](/styleguide/slashes.html)
- UI Elements and UI Interactions
- [Buttons](/styleguide/buttons.html)
- [Dialogs](/styleguide/dialogs.html)
- [Data Insights Area](/styleguide/data-insights-area.html)
- [Dropdowns/Lists](/styleguide/dropdowns.html)
- [Links](/styleguide/ui-links.html)
- [Menus](/styleguide/menus.html)
- [More Options Menu](/styleguide/more-options.html)
- [Mouse Over/Hover](/styleguide/mouse-over.html)
- [Options](/styleguide/options.html)
- [Page](/styleguide/pages.html)
- [Tabs](/styleguide/tabs.html)
- [Toggles](/styleguide/toggles.html)
- [A-Z Word List](/styleguide/word-list.html)
- [Numbers and Symbols](/styleguide/word-list.html#num)
- [A](/styleguide/word-list.html#a)
- [B](/styleguide/word-list.html#b)
- [C](/styleguide/word-list.html#c)
- [D](/styleguide/word-list.html#d)
- [E](/styleguide/word-list.html#e)
- [F](/styleguide/word-list.html#f)
- [G](/styleguide/word-list.html#g)
- [H](/styleguide/word-list.html#h)
- [I](/styleguide/word-list.html#i)
- [J](/styleguide/word-list.html#j)
- [K](/styleguide/word-list.html#k)
- [L](/styleguide/word-list.html#l)
- [M](/styleguide/word-list.html#m)
- [N](/styleguide/word-list.html#n)
- [O](/styleguide/word-list.html#o)
- [P](/styleguide/word-list.html#p)
- [Q](/styleguide/word-list.html#q)
- [R](/styleguide/word-list.html#r)
- [S](/styleguide/word-list.html#s)
- [T](/styleguide/word-list.html#t)
- [U](/styleguide/word-list.html#u)
- [V](/styleguide/word-list.html#v)
- [W](/styleguide/word-list.html#w)
- [X](/styleguide/word-list.html#x)
- [Y](/styleguide/word-list.html#y)
- [Z](/styleguide/word-list.html#z)
### Elasticsearch Connector (4.4)
- [Introduction](/elasticsearch-connector/current/index.html)
- [Getting Started](/elasticsearch-connector/current/getting-started.html)
- [Configuration](/elasticsearch-connector/current/configuration.html)
- [Autonomous Operations](/elasticsearch-connector/current/autonomous-operations.html)
- [Monitoring](/elasticsearch-connector/current/monitoring.html)
- [Secure Connections](/elasticsearch-connector/current/secure-connections.html)
- [Migration](/elasticsearch-connector/current/migration.html)
- [Compatibility](/elasticsearch-connector/current/compatibility.html)
- [Kubernetes](/elasticsearch-connector/current/kubernetes.html)
- [Release Notes](/elasticsearch-connector/current/release-notes.html)
### Enterprise Analytics (2.1)
- Get Started
- [About Enterprise Analytics](/enterprise-analytics/current/intro/intro.html)
- [Start Here!](/enterprise-analytics/current/intro/start-here.html)
- [Do a Quick Install](/enterprise-analytics/current/intro/do-a-quick-install.html)
- [Connecting to Data Sources](/enterprise-analytics/current/intro/connecting-to-data-sources.html)
- Install & Upgrade
- [System Requirements](/enterprise-analytics/current/install/system-requirements.html)
- [Supported Platforms](/enterprise-analytics/current/install/supported-platform.html)
- [System Resource Requirements](/enterprise-analytics/current/install/sys-resource-req.html)
- [Additional Requirements](/enterprise-analytics/current/install/additional-req.html)
- [Enterprise Analytics Ports](/enterprise-analytics/current/install/cb-enterprise-analytics-ports.html)
- [Deployment Guidelines](/enterprise-analytics/current/install/deploy-guidelines.html)
- [Clock Synchronization Requirements](/enterprise-analytics/current/install/synchronize-clocks-using-ntp.html)
- [Disable THP](/enterprise-analytics/current/install/thp-disable.html)
- [Configure Kernel Swappiness](/enterprise-analytics/current/install/swap-space-kernel-swappiness.html)
- [Security Considerations](/enterprise-analytics/current/install/security-considerations.html)
- [Enterprise Analytics Process List](/enterprise-analytics/current/install/enterprise-analytics-processes.html)
- [VM and Container Guidelines](/enterprise-analytics/current/install/vm-container-guidelines.html)
- [Two-Node and Single-Node Clusters](/enterprise-analytics/current/install/single-two-node-clusters.html)
- [Installation](/enterprise-analytics/current/install/introduction-linux-installation.html)
- [Install on Linux](/enterprise-analytics/current/install/linux-installation.html)
- [Red Hat](/enterprise-analytics/current/install/red-hat-installation.html)
- [Ubuntu and Debian](/enterprise-analytics/current/install/ubuntu-debian-install.html)
- [Start and Stop Enterprise Analytics](/enterprise-analytics/current/install/start-stop-cb-enterprise-analytics.html)
- [Uninstall](/enterprise-analytics/current/install/uninstall.html)
- [Install with Docker](/enterprise-analytics/current/install/getting-started-docker.html)
- [Upgrade](/enterprise-analytics/current/install/upgrade.html)
- [Upgrade Procedure-Selection](/enterprise-analytics/current/install/upgrade-procedure-selection.html)
- Analyze
- [Access and Organize Data](/enterprise-analytics/current/sources/database-objects.html)
- [Manage Databases](/enterprise-analytics/current/sources/manage-databases.html)
- [Manage Scopes](/enterprise-analytics/current/sources/manage-scopes.html)
- [Manage Links](/enterprise-analytics/current/sources/manage-links.html)
- [Manage Collections](/enterprise-analytics/current/sources/manage-collections.html)
- [Stream Data from Remote Sources](/enterprise-analytics/current/sources/manage-remote.html)
- [Stream Data from Couchbase Server](/enterprise-analytics/current/sources/remote-cb-server.html)
- [Stream Data from Couchbase Capella](/enterprise-analytics/current/sources/remote-cb-capella.html)
- [Create a Kafka Pipeline Link](/enterprise-analytics/current/sources/remote-kafka.html)
- [Create a Kafka Pipeline Collection](/enterprise-analytics/current/sources/kafka-collection.html)
- [Connect or Disconnect a Remote Link](/enterprise-analytics/current/sources/connect-link.html)
- [Set Up an External Data Source](/enterprise-analytics/current/sources/manage-external.html)
- [Query Data in External Data Sources](/enterprise-analytics/current/sources/external-s3.html)
- [Design a Location Path](/enterprise-analytics/current/sources/dynamic-prefixes.html)
- [Set Up a Standalone Collection](/enterprise-analytics/current/sources/manage-standalone-collection.html)
- [Delete a Collection or Link](/enterprise-analytics/current/sources/delete-entity.html)
- [Query and Explore with the Workbench](/enterprise-analytics/current/query/workbench.html)
- [Write and Run Queries](/enterprise-analytics/current/query/editor.html)
- [Monitoring Queries](/enterprise-analytics/current/sources/monitoring-queries.html)
- [Set Query Options](/enterprise-analytics/current/query/options.html)
- [View Query Metrics or Plan](/enterprise-analytics/current/query/metrics-plan.html)
- [Use the Query History](/enterprise-analytics/current/query/history.html)
- [Work with Query Results](/enterprise-analytics/current/query/results.html)
- [Visualize Results in Charts](/enterprise-analytics/current/query/charts.html)
- [Copy Results to External Storage](/enterprise-analytics/current/query/copy-to-external.html)
- [Copy Results to a Couchbase Collection](/enterprise-analytics/current/query/copy-to-kv.html)
- [Use Business Intelligence Tools](/enterprise-analytics/current/query/bi.html)
- Manage
- [Overview](/enterprise-analytics/current/manage/management-overview.html)
- [Enterprise Analytics Web Console](/enterprise-analytics/current/manage/manage-ui/manage-ui.html)
- [Nodes and Clusters](/enterprise-analytics/current/manage/manage-nodes/node-management-overview.html)
- [Create a Cluster](/enterprise-analytics/current/manage/manage-nodes/create-cluster.html)
- [Setting Up With Object Storage](/enterprise-analytics/current/manage/manage-nodes/object-storage.html)
- [AWS S3](/enterprise-analytics/current/manage/manage-nodes/aws-s3.html)
- [S3-Compatible Storage](/enterprise-analytics/current/manage/manage-nodes/s3-compatible-storage.html)
- [Azure Blob Storage](/enterprise-analytics/current/manage/manage-nodes/azure-blob-storage.html)
- [Initialize a Node](/enterprise-analytics/current/manage/manage-nodes/initialize-node.html)
- [Cluster Connectivity and Topology Management](/enterprise-analytics/current/manage/manage-nodes/cluster-connectivity-topology-management.html)
- [Add a Node and Rebalance](/enterprise-analytics/current/manage/manage-nodes/add-node-and-rebalance.html)
- [Join a Cluster and Rebalance](/enterprise-analytics/current/manage/manage-nodes/join-cluster-and-rebalance.html)
- [List Cluster Nodes](/enterprise-analytics/current/manage/manage-nodes/list-cluster-nodes.html)
- [Remove a Node and Rebalance](/enterprise-analytics/current/manage/manage-nodes/remove-node-and-rebalance.html)
- [Failover](/enterprise-analytics/current/manage/manage-nodes/fail-nodes-over.html)
- [Recover a Node and Rebalance](/enterprise-analytics/current/manage/manage-nodes/recover-nodes.html)
- [Manage Node-to-Node Encryption](/enterprise-analytics/current/manage/manage-nodes/apply-node-to-node-encryption.html)
- [Manage Address Families](/enterprise-analytics/current/manage/manage-nodes/manage-address-families.html)
- [Logging](/enterprise-analytics/current/manage/manage-logging/manage-logging.html)
- [Settings](/enterprise-analytics/current/manage/manage-settings/manage-settings.html)
- [General](/enterprise-analytics/current/manage/manage-settings/general-settings.html)
- [Alerts](/enterprise-analytics/current/manage/manage-settings/configure-alerts.html)
- [Server Groups](/enterprise-analytics/current/manage/manage-groups/manage-groups.html)
- [Security](/enterprise-analytics/current/manage/manage-security/security-management-overview.html)
- [Manage Security Settings](/enterprise-analytics/current/manage/manage-security/manage-security-settings.html)
- [Manage Users, Groups, and Roles](/enterprise-analytics/current/manage/manage-security/manage-users-and-roles.html)
- [Manage Authentication](/enterprise-analytics/current/manage/manage-security/manage-authentication.html)
- [Configure LDAP](/enterprise-analytics/current/manage/manage-security/configure-ldap.html)
- [Configure saslauthd](/enterprise-analytics/current/manage/manage-security/configure-saslauthd.html)
- [Configure SAML](/enterprise-analytics/current/manage/manage-security/configure-saml.html)
- [Configure PAM](/enterprise-analytics/current/manage/manage-security/configure-pam.html)
- [Manage Certificates](/enterprise-analytics/current/manage/manage-security/manage-certificates.html)
- [Configure Server Certificates](/enterprise-analytics/current/manage/manage-security/configure-server-certificates.html)
- [Configure Client Certificates](/enterprise-analytics/current/manage/manage-security/configure-client-certificates.html)
- [Enable Client-Certificate Handling](/enterprise-analytics/current/manage/manage-security/enable-client-certificate-handling.html)
- [Certificate Rotation](/enterprise-analytics/current/manage/manage-security/rotate-server-certificates.html)
- [Certificate Error Handling](/enterprise-analytics/current/manage/manage-security/handle-certificate-errors.html)
- [RBAC](/enterprise-analytics/current/manage/manage-security/rbac-overview.html)
- [User Role Privileges](/enterprise-analytics/current/manage/manage-security/user-roles-privileges.html)
- [User Defined Roles](/enterprise-analytics/current/manage/manage-security/user-defined-role.html)
- [System Defined Roles](/enterprise-analytics/current/manage/manage-security/system-defined-roles.html)
- [Owner Concept](/enterprise-analytics/current/manage/manage-security/owner-concept.html)
- [Manage On-the-Wire Security](/enterprise-analytics/current/manage/manage-security/manage-tls.html)
- [Manage Auditing](/enterprise-analytics/current/manage/manage-security/manage-auditing.html)
- [Manage Sessions](/enterprise-analytics/current/manage/manage-security/manage-sessions.html)
- [Manage Console Access](/enterprise-analytics/current/manage/manage-security/manage-console-access.html)
- [Manage System Secrets](/enterprise-analytics/current/manage/manage-security/manage-system-secrets.html)
- [Manage Connections and Disks](/enterprise-analytics/current/manage/manage-security/manage-connections-and-disks.html)
- [Statistics](/enterprise-analytics/current/manage/manage-statistics/manage-statistics.html)
- [Monitor](/enterprise-analytics/current/manage/monitor/monitor-intro.html)
- [Configure Prometheus to Collect Couchbase Metrics](/enterprise-analytics/current/manage/monitor/set-up-prometheus-for-monitoring.html)
- [Troubleshoot](/enterprise-analytics/current/manage/troubleshoot/troubleshoot.html)
- [Common Errors](/enterprise-analytics/current/manage/troubleshoot/common-errors.html)
- [Core Files](/enterprise-analytics/current/manage/troubleshoot/core-files.html)
- Migration
- [Overview](/enterprise-analytics/current/migration/overview.html)
- [Pre-Migration Planning & Preparation](/enterprise-analytics/current/migration/pre-migration.html)
- [Migration](/enterprise-analytics/current/migration/migration-process.html)
- [Cutover Steps and Post-Migration Validation](/enterprise-analytics/current/migration/post-migration.html)
- Reference
- [Cloud Read and Write Permissions](/enterprise-analytics/current/reference/cloud_read_write_permissions.html)
- [CLI Reference](/enterprise-analytics/current/cli/cli-intro.html)
- [couchbase-cli](/enterprise-analytics/current/cli/couchbase-cli.html)
- [enterprise-analytics-link-setup](/enterprise-analytics/current/cli/couchbase-cli-enterprise-analytics-link-setup.html)
- [cluster-edit](/enterprise-analytics/current/cli/couchbase-cli-cluster-edit.html)
- [cluster-init](/enterprise-analytics/current/cli/couchbase-cli-cluster-init.html)
- [collect-logs-start](/enterprise-analytics/current/cli/couchbase-cli-collect-logs-start.html)
- [collect-logs-status](/enterprise-analytics/current/cli/couchbase-cli-collect-logs-status.html)
- [collect-logs-stop](/enterprise-analytics/current/cli/couchbase-cli-collect-logs-stop.html)
- [enable-developer-preview](/enterprise-analytics/current/cli/couchbase-cli-enable-developer-preview.html)
- [failover](/enterprise-analytics/current/cli/couchbase-cli-failover.html)
- [group-manage](/enterprise-analytics/current/cli/couchbase-cli-group-manage.html)
- [host-list](/enterprise-analytics/current/cli/couchbase-cli-host-list.html)
- [ip-family](/enterprise-analytics/current/cli/couchbase-cli-ip-family.html)
- [master-password](/enterprise-analytics/current/cli/couchbase-cli-master-password.html)
- [node-init](/enterprise-analytics/current/cli/couchbase-cli-node-init.html)
- [node-reset](/enterprise-analytics/current/cli/couchbase-cli-node-reset.html)
- [node-to-node-encryption](/enterprise-analytics/current/cli/couchbase-cli-node-to-node-encryption.html)
- [rebalance-status](/enterprise-analytics/current/cli/couchbase-cli-rebalance-status.html)
- [rebalance-stop](/enterprise-analytics/current/cli/couchbase-cli-rebalance-stop.html)
- [rebalance](/enterprise-analytics/current/cli/couchbase-cli-rebalance.html)
- [recovery](/enterprise-analytics/current/cli/couchbase-cli-recovery.html)
- [reset-admin-password](/enterprise-analytics/current/cli/couchbase-cli-reset-admin-password.html)
- [reset-cipher-suites](/enterprise-analytics/current/cli/couchbase-cli-reset-cipher-suites.html)
- [server-add](/enterprise-analytics/current/cli/couchbase-cli-server-add.html)
- [server-info](/enterprise-analytics/current/cli/couchbase-cli-server-info.html)
- [server-list](/enterprise-analytics/current/cli/couchbase-cli-server-list.html)
- [server-readd](/enterprise-analytics/current/cli/couchbase-cli-server-readd.html)
- [setting-alert](/enterprise-analytics/current/cli/couchbase-cli-setting-alert.html)
- [setting-alternate-address](/enterprise-analytics/current/cli/couchbase-cli-setting-alternate-address.html)
- [setting-audit](/enterprise-analytics/current/cli/couchbase-cli-setting-audit.html)
- [setting-autofailover](/enterprise-analytics/current/cli/couchbase-cli-setting-autofailover.html)
- [setting-autoreprovision](/enterprise-analytics/current/cli/couchbase-cli-setting-autoreprovision.html)
- [setting-cluster](/enterprise-analytics/current/cli/couchbase-cli-setting-cluster.html)
- [setting-encryption](#cli:couchbase-cli-setting-encryption.adoc)
- [setting-enterprise-analytics](/enterprise-analytics/current/cli/couchbase-cli-setting-enterprise-analytics.html)
- [setting-ldap](/enterprise-analytics/current/cli/couchbase-cli-setting-ldap.html)
- [setting-master-password](/enterprise-analytics/current/cli/couchbase-cli-setting-master-password.html)
- [setting-notification](/enterprise-analytics/current/cli/couchbase-cli-setting-notification.html)
- [setting-password-policy](/enterprise-analytics/current/cli/couchbase-cli-setting-password-policy.html)
- [setting-rebalance](/enterprise-analytics/current/cli/couchbase-cli-setting-rebalance.html)
- [setting-saslauthd](/enterprise-analytics/current/cli/couchbase-cli-setting-saslauthd.html)
- [setting-security](/enterprise-analytics/current/cli/couchbase-cli-setting-security.html)
- [ssl-manage](/enterprise-analytics/current/cli/couchbase-cli-ssl-manage.html)
- [user-change-password](/enterprise-analytics/current/cli/couchbase-cli-user-change-password.html)
- [user-manage](/enterprise-analytics/current/cli/couchbase-cli-user-manage.html)
- [cbcollect_info](/enterprise-analytics/current/cli/cbcollect-info-tool.html)
- [cblogredaction](/enterprise-analytics/current/cli/cblogredaction.html)
- [couchbase-server](/enterprise-analytics/current/cli/couchbase-server.html)
- [SQL++ Reference](/enterprise-analytics/current/sqlpp/1_intro.html)
- [Entities](/enterprise-analytics/current/sqlpp/1a_entities.html)
- [Reserved Keywords](/enterprise-analytics/current/sqlpp/reserved_keywords.html)
- [Data Types](/enterprise-analytics/current/sqlpp/10_data_type.html)
- [Expressions](/enterprise-analytics/current/sqlpp/2_expr.html)
- [RBAC Statements](/enterprise-analytics/current/sqlpp/5_ddl_rbac_statement.html)
- [Databases](/enterprise-analytics/current/sqlpp/5_ddl_rbac_databases.html)
- [Scopes](/enterprise-analytics/current/sqlpp/5_ddl_rbac_scopes.html)
- [Collections](/enterprise-analytics/current/sqlpp/5_ddl_rbac_collections.html)
- [Views](/enterprise-analytics/current/sqlpp/5_ddl_rbac_views.html)
- [Indexes](/enterprise-analytics/current/sqlpp/5_ddl_rbac_indexes.html)
- [Functions](/enterprise-analytics/current/sqlpp/5_ddl_rbac_functions.html)
- [Links](/enterprise-analytics/current/sqlpp/5_ddl_rbac_links.html)
- [Roles](/enterprise-analytics/current/sqlpp/5_ddl_rbac_roles.html)
- [Synonyms](/enterprise-analytics/current/sqlpp/5_ddl_rbac_synonyms.html)
- [DDL Statements](/enterprise-analytics/current/sqlpp/5_ddl.html)
- [CREATE Statements](/enterprise-analytics/current/sqlpp/5_ddl_create.html)
- [CREATE DATABASE Statements](/enterprise-analytics/current/sqlpp/5_ddl_database.html)
- [CREATE SCOPE Statements](/enterprise-analytics/current/sqlpp/5_ddl_scope.html)
- [CREATE a Remote Collection](/enterprise-analytics/current/sqlpp/5_ddl_remote.html)
- [CREATE an External Collection](/enterprise-analytics/current/sqlpp/5_ddl_external.html)
- [CREATE a Standalone Collection](/enterprise-analytics/current/sqlpp/5_ddl_standalone.html)
- [CREATE SYNONYM Statements](/enterprise-analytics/current/sqlpp/5_ddl_synonym.html)
- [CREATE INDEX Statements](/enterprise-analytics/current/sqlpp/5_ddl_index.html)
- [USE Statements](/enterprise-analytics/current/sqlpp/5_ddl_use.html)
- [CONNECT Statements](/enterprise-analytics/current/sqlpp/5_ddl_connect.html)
- [DISCONNECT Statements](/enterprise-analytics/current/sqlpp/5_ddl_disconnect.html)
- [DROP Statements](/enterprise-analytics/current/sqlpp/5_ddl_drop.html)
- [Querying Metadata](/enterprise-analytics/current/sqlpp/5_ddl_metadata.html)
- [DML Statements](/enterprise-analytics/current/sqlpp/5_dml.html)
- [SELECT Statements](/enterprise-analytics/current/sqlpp/3_query.html)
- [DESCRIBE LINK Statements](/enterprise-analytics/current/sqlpp/5_dml_describe.html)
- [INSERT INTO Statements](/enterprise-analytics/current/sqlpp/5_dml_insert.html)
- [UPSERT INTO Statements](/enterprise-analytics/current/sqlpp/5_dml_upsert.html)
- [DELETE Statements](/enterprise-analytics/current/sqlpp/5_dml_delete.html)
- [TRUNCATE Statements](/enterprise-analytics/current/sqlpp/5_dml_truncate.html)
- [CREATE COLLECTION AS Statements](/enterprise-analytics/current/sqlpp/5_dml_create_as.html)
- [COPY INTO Statements](/enterprise-analytics/current/sqlpp/5_dml_copy_in.html)
- [COPY TO External Data Store Statements](/enterprise-analytics/current/sqlpp/5_dml_copy_to_external.html)
- [JSON](/enterprise-analytics/current/sqlpp/5_dml_copy_to_json.html)
- [CSV](/enterprise-analytics/current/sqlpp/5_dml_copy_to_csv.html)
- [Parquet](/enterprise-analytics/current/sqlpp/5_dml_copy_to_parquet.html)
- [COPY TO Couchbase Data Service Statements](/enterprise-analytics/current/sqlpp/5_dml_copy_to_kv.html)
- [Views and Tabular Views](/enterprise-analytics/current/sqlpp/5a_views.html)
- [Builtin Functions](/enterprise-analytics/current/sqlpp/8_builtin.html)
- [Numeric Functions](/enterprise-analytics/current/sqlpp/8_builtin_num.html)
- [String Functions](/enterprise-analytics/current/sqlpp/8_builtin_str.html)
- [Temporal Functions](/enterprise-analytics/current/sqlpp/8_builtin_temp.html)
- [Object Functions](/enterprise-analytics/current/sqlpp/8_builtin_obj.html)
- [Aggregate Functions](/enterprise-analytics/current/sqlpp/8_builtin_agg.html)
- [Array Functions](/enterprise-analytics/current/sqlpp/8_builtin_arr.html)
- [Comparison Functions](/enterprise-analytics/current/sqlpp/8_builtin_comp.html)
- [Type Functions](/enterprise-analytics/current/sqlpp/8_builtin_type.html)
- [Conditional Functions](/enterprise-analytics/current/sqlpp/8_builtin_cond.html)
- [Environment and Identifier Functions](/enterprise-analytics/current/sqlpp/8_builtin_env.html)
- [JSON Functions](/enterprise-analytics/current/sqlpp/8_builtin_json.html)
- [Bitwise Functions](/enterprise-analytics/current/sqlpp/8_builtin_bit.html)
- [Window Functions](/enterprise-analytics/current/sqlpp/8_builtin_win.html)
- [User-Defined Functions](/enterprise-analytics/current/sqlpp/9_udf.html)
- [Indexes](/enterprise-analytics/current/sqlpp/7_using_index.html)
- [Cost-Based Optimizer](/enterprise-analytics/current/sqlpp/5b_cbo.html)
- [Performance Tuning](/enterprise-analytics/current/sqlpp/appendix_2_parameters.html)
- [Variable Bindings and Name Resolution](/enterprise-analytics/current/sqlpp/appendix_3_resolution.html)
- [Errors](/enterprise-analytics/current/sqlpp/4_error.html)
- [REST API Reference](/enterprise-analytics/current/reference/rest-intro.html)
- [Nodes and Clusters API](/enterprise-analytics/current/reference/rest-cluster-intro.html)
- [Cluster Initialization and Provisioning](/enterprise-analytics/current/reference/rest-cluster-init-and-provisioning.html)
- [Initializing a Cluster](/enterprise-analytics/current/reference/rest-initialize-cluster.html)
- [Initializing a Node](/enterprise-analytics/current/reference/rest-initialize-node.html)
- [Establishing Credentials](/enterprise-analytics/current/reference/rest-establish-credentials.html)
- [Naming a Node](/enterprise-analytics/current/reference/rest-name-node.html)
- [Configuring Memory](/enterprise-analytics/current/reference/rest-configure-memory.html)
- [Naming a Cluster](/enterprise-analytics/current/reference/rest-name-cluster.html)
- [Node Addition and Removal](/enterprise-analytics/current/reference/rest-adding-and-removing-nodes.html)
- [Adding Nodes to Clusters](/enterprise-analytics/current/reference/rest-cluster-addnodes.html)
- [Joining Nodes into Clusters](/enterprise-analytics/current/reference/rest-cluster-joinnode.html)
- [Removing Nodes from Clusters](/enterprise-analytics/current/reference/rest-cluster-removenode.html)
- [Rebalance](/enterprise-analytics/current/reference/rest-rebalance-overview.html)
- [Getting Rebalance Reason Codes](/enterprise-analytics/current/reference/rest-retrieve-cluster-rebalance-reason-codes.html)
- [Rebalancing the Cluster](/enterprise-analytics/current/reference/rest-cluster-rebalance.html)
- [Getting Rebalance Progress](/enterprise-analytics/current/reference/rest-get-rebalance-progress.html)
- [Configuring Rebalance Retries](/enterprise-analytics/current/reference/rest-configure-rebalance-retry.html)
- [Getting Rebalance-Retry Status](/enterprise-analytics/current/reference/rest-get-rebalance-retry.html)
- [Canceling Rebalance Retries](/enterprise-analytics/current/reference/rest-cancel-rebalance-retry.html)
- [Manual Failover](/enterprise-analytics/current/reference/rest-cluster-manualfailover-intro.html)
- [Performing Hard Failover](/enterprise-analytics/current/reference/rest-node-failover.html)
- [Reinitializing Nodes](/enterprise-analytics/current/reference/rest-reinitialize-node.html)
- [Auto-Failover](/enterprise-analytics/current/reference/rest-cluster-autofailover-intro.html)
- [Retrieving Auto-Failover Settings](/enterprise-analytics/current/reference/rest-cluster-autofailover-settings.html)
- [Enabling and Disabling Auto-Failover](/enterprise-analytics/current/reference/rest-cluster-autofailover-enable.html)
- [Resetting Auto-Failover](/enterprise-analytics/current/reference/rest-cluster-autofailover-reset.html)
- [Settings and Connections](/enterprise-analytics/current/reference/rest-settings-and-connections-overview.html)
- [Managing Alternate Addresses](/enterprise-analytics/current/reference/rest-set-up-alternate-address.html)
- [Setting Alerts](/enterprise-analytics/current/reference/rest-cluster-email-notifications.html)
- [Status and Events](/enterprise-analytics/current/reference/rest-status-and-events-overview.html)
- [Getting Cluster Tasks](/enterprise-analytics/current/reference/rest-get-cluster-tasks.html)
- [Retrieving Cluster Information](/enterprise-analytics/current/reference/rest-cluster-get.html)
- [Viewing Cluster Details](/enterprise-analytics/current/reference/rest-cluster-details.html)
- [Getting System Events](/enterprise-analytics/current/reference/rest-get-system-events.html)
- [Identifying the Orchestrator Node](/enterprise-analytics/current/reference/rest-identify-orchestrator.html)
- [Getting Information on Nodes](/enterprise-analytics/current/reference/rest-node-get-info.html)
- [Listing Node Services](/enterprise-analytics/current/reference/rest-list-node-services.html)
- [Statistics](/enterprise-analytics/current/reference/rest-statistics.html)
- [Prometheus Discovery API](/enterprise-analytics/current/reference/rest-discovery-api.html)
- [Getting a Single Statistic](/enterprise-analytics/current/reference/rest-statistics-single.html)
- [Getting Multiple Statistics](/enterprise-analytics/current/reference/rest-statistics-multiple.html)
- [Logging](/enterprise-analytics/current/reference/logs-rest-api.html)
- [Retrieving Diagnostic and Log Information](/enterprise-analytics/current/reference/rest-logs-get.html)
- [Collecting Logs](/enterprise-analytics/current/reference/rest-manage-log-collection.html)
- [Logging Client-Side Errors](/enterprise-analytics/current/reference/rest-client-logs.html)
- [Server Group API](/enterprise-analytics/current/reference/rest-rza.html)
- [Getting Group Information](/enterprise-analytics/current/reference/rest-servergroup-get.html)
- [Creating Groups](/enterprise-analytics/current/reference/rest-servergroup-post-create.html)
- [Adding Nodes to Groups](/enterprise-analytics/current/reference/rest-servergroup-post-add.html)
- [Renaming Groups](/enterprise-analytics/current/reference/rest-servergroup-put.html)
- [Updating Group Membership](/enterprise-analytics/current/reference/rest-servergroup-put-membership.html)
- [Deleting Groups](/enterprise-analytics/current/reference/rest-servergroup-delete.html)
- [Security API](/enterprise-analytics/current/reference/rest-security.html)
- [Who Am I?](/enterprise-analytics/current/reference/rest-whoami.html)
- [Configure Auditing](/enterprise-analytics/current/reference/rest-auditing.html)
- [Restrict Node-Addition](/enterprise-analytics/current/reference/rest-specify-node-addition-conventions.html)
- [Authentication API](/enterprise-analytics/current/reference/rest-authentication.html)
- [Configure LDAP](/enterprise-analytics/current/reference/rest-configure-ldap.html)
- [Configure SAML](/enterprise-analytics/current/reference/rest-configure-saml.html)
- [Configure saslauthd](/enterprise-analytics/current/reference/rest-configure-saslauthd.html)
- [Set Password Policy](/enterprise-analytics/current/reference/rest-set-password-policy.html)
- [Change Password](/enterprise-analytics/current/reference/rest-set-password.html)
- [Certificate Management API](/enterprise-analytics/current/reference/rest-certificate-management.html)
- [Load Root Certificates](/enterprise-analytics/current/reference/load-trusted-cas.html)
- [Get Root Certificates](/enterprise-analytics/current/reference/get-trusted-cas.html)
- [Delete Root Certificates](/enterprise-analytics/current/reference/delete-trusted-cas.html)
- [Retrieve All Node Certificates](/enterprise-analytics/current/reference/retrieve-all-node-certs.html)
- [Upload and Retrieve a Node Certificate](/enterprise-analytics/current/reference/upload-retrieve-node-cert.html)
- [Regenerate All Certificates](/enterprise-analytics/current/reference/rest-regenerate-all-certs.html)
- [Deprecated Certificate Management APIs](/enterprise-analytics/current/reference/deprecated-security-apis/deprecated-certificate-management-apis.html)
- [Upload and Retrieve the Root Certificate](/enterprise-analytics/current/reference/deprecated-security-apis/upload-retrieve-root-cert.html)
- [Authorization API](/enterprise-analytics/current/reference/rest-authorization.html)
- [Role-Based Access Control (RBAC)](/enterprise-analytics/current/reference/rbac.html)
- [Analytics API](/enterprise-analytics/current/reference/rest-analytics.html)
- [Analytics Service REST API](/enterprise-analytics/current/analytics-rest-service/index.html)
- [Analytics Admin REST API](/enterprise-analytics/current/analytics-rest-admin/index.html)
- [Analytics Config REST API](/enterprise-analytics/current/analytics-rest-config/index.html)
- [Analytics Settings REST API](/enterprise-analytics/current/analytics-rest-settings/index.html)
- [Analytics Links REST API](/enterprise-analytics/current/analytics-rest-links/index.html)
- [Audit Event Reference](/enterprise-analytics/current/reference/audit-event-reference.html)
- [System Event Reference](/enterprise-analytics/current/reference/system-event-reference.html)
- [Rebalance Reference](/enterprise-analytics/current/reference/rebalance-reference.html)
- [Metrics Reference](/enterprise-analytics/current/metrics-reference/metrics-reference.html)
- [Analytics Service Metrics](/enterprise-analytics/current/metrics-reference/analytics-service-metrics.html)
- [Cluster Manager Metrics](/enterprise-analytics/current/metrics-reference/ns-server-metrics.html)
- [Best Practices](/enterprise-analytics/current/reference/best-practices.html)
- Release Notes & Licenses
- [Release Notes](/enterprise-analytics/current/release-notes/release-notes.html)
- [Licenses for Third-Party Components](/enterprise-analytics/current/release-notes/third-party-licenses.html)
### Go Analytics SDK (1.0)
- [Go Analytics SDK Overview](/go-analytics-sdk/current/hello-world/overview.html)
- [Hello World](/go-analytics-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to Enterprise Analytics](/go-analytics-sdk/current/howtos/managing-connections.html)
- [Querying Your Data](/go-analytics-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/go-analytics-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [SDK Deployment](/go-analytics-sdk/current/project-docs/deployment.html)
- [Release Notes](/go-analytics-sdk/current/project-docs/analytics-sdk-release-notes.html)
- [Compatibility](/go-analytics-sdk/current/project-docs/compatibility.html)
- [Full Installation](/go-analytics-sdk/current/project-docs/sdk-full-installation.html)
- [Logging](/go-analytics-sdk/current/howtos/logging.html)
- [Handling Errors](/go-analytics-sdk/current/howtos/error-handling.html)
- [Get Involved](/go-analytics-sdk/current/project-docs/get-involved.html)
- [Licenses](/go-analytics-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/go-analytics-sdk/current/ref/index.html)
- [API Reference](https://pkg.go.dev/github.com/couchbase/gocbanalytics)
- [Client Settings](/go-analytics-sdk/current/ref/client-settings.html)
- [Error Messages](/go-analytics-sdk/current/ref/error-codes.html)
- [Glossary](/go-analytics-sdk/current/ref/glossary.html)
- [About These Docs](/go-analytics-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Go Columnar SDK (1.0)
- [Columnar Go SDK Overview](/go-columnar-sdk/current/hello-world/overview.html)
- [Hello World](/go-columnar-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to Columnar](/go-columnar-sdk/current/howtos/managing-connections.html)
- [Querying Your Data](/go-columnar-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/go-columnar-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [SDK Deployment](/go-columnar-sdk/current/project-docs/deployment.html)
- [Release Notes](/go-columnar-sdk/current/project-docs/columnar-sdk-release-notes.html)
- [Compatibility](/go-columnar-sdk/current/project-docs/compatibility.html)
- [Full Installation](/go-columnar-sdk/current/project-docs/sdk-full-installation.html)
- [Logging](/go-columnar-sdk/current/howtos/logging.html)
- [Handling Errors](/go-columnar-sdk/current/howtos/error-handling.html)
- [Get Involved](/go-columnar-sdk/current/project-docs/get-involved.html)
- [Licenses](/go-columnar-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/go-columnar-sdk/current/ref/index.html)
- [API Reference](https://pkg.go.dev/github.com/couchbase/gocbcolumnar)
- [Client Settings](/go-columnar-sdk/current/ref/client-settings.html)
- [Error Messages](/go-columnar-sdk/current/ref/error-codes.html)
- [Glossary](/go-columnar-sdk/current/ref/glossary.html)
- [About These Docs](/go-columnar-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Go SDK (2.12)
- [Couchbase Go SDK Overview](/go-sdk/current/hello-world/overview.html)
- [Hello World](/go-sdk/current/hello-world/start-using-sdk.html)
- [Sample Application](/go-sdk/current/hello-world/sample-application.html)
- [Connecting to Your Database](/go-sdk/current/howtos/managing-connections.html)
- [Authentication & Authorization](/go-sdk/current/howtos/sdk-authentication.html)
- [Troubleshooting Cloud Connections](/go-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Data Modelling, Durability, and Consistency](/go-sdk/current/concept-docs/data-durability-acid-transactions.html)
- [Data Operations](/go-sdk/current/howtos/kv-operations.html)
- [Concurrent Document Mutations](/go-sdk/current/howtos/concurrent-document-mutations.html)
- [Sub-Document Operations](/go-sdk/current/howtos/subdocument-operations.html)
- [Data Model](/go-sdk/current/concept-docs/data-model.html)
- [Documents](/go-sdk/current/concept-docs/documents.html)
- [Sub-Documents](/go-sdk/current/concept-docs/subdocument-operations.html)
- [Non-JSON Documents](/go-sdk/current/concept-docs/nonjson.html)
- [Transcoders & Non-JSON Documents](/go-sdk/current/howtos/transcoders-nonjson.html)
- [XATTR & Virtual XATTR](/go-sdk/current/concept-docs/xattr.html)
- [Encrypting Your Data](/go-sdk/current/howtos/encrypting-using-sdk.html)
- [Understanding Field Level Encryption](/go-sdk/current/concept-docs/encryption.html)
- [Compression](/go-sdk/current/concept-docs/compression.html)
- [Querying Your Data](/go-sdk/current/concept-docs/querying-your-data.html)
- [Query](/go-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [Understanding SQL++ Queries](/go-sdk/current/concept-docs/n1ql-query.html)
- [Vector Search](/go-sdk/current/howtos/vector-searching-with-sdk.html)
- [Understanding Search](/go-sdk/current/concept-docs/full-text-search-overview.html)
- [Using the Search Service](/go-sdk/current/howtos/full-text-searching-with-sdk.html)
- [Analytics](/go-sdk/current/howtos/analytics-using-sdk.html)
- [Distributed ACID Transactions](/go-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- [Transaction Concepts](/go-sdk/current/concept-docs/transactions.html)
- [Cleanup](/go-sdk/current/concept-docs/transactions-cleanup.html)
- [Error Handling](/go-sdk/current/concept-docs/transactions-error-handling.html)
- [Failure Considerations](/go-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Logging](/go-sdk/current/howtos/collecting-information-and-logging.html)
- [Using Health Check](/go-sdk/current/howtos/health-check.html)
- [Observability](/go-sdk/current/concept-docs/response-time-observability.html)
- [Slow Operations Logging](/go-sdk/current/howtos/slow-operations-logging.html)
- [Orphaned Requests Logging](/go-sdk/current/howtos/observability-orphan-logger.html)
- [Best Practices](/go-sdk/current/concept-docs/best-practices.html)
- [Async & Batching APIs](/go-sdk/current/howtos/concurrent-async-apis.html)
- [Handling Errors](/go-sdk/current/howtos/error-handling.html)
- [Managing Couchbase](/go-sdk/current/concept-docs/management-api.html)
- [Provisioning Cluster Resources](/go-sdk/current/howtos/provisioning-cluster-resources.html)
- [Managing Users](/go-sdk/current/howtos/sdk-user-management-example.html)
- [SDK Deployment](/go-sdk/current/project-docs/deployment.html)
- [Release Notes](/go-sdk/current/project-docs/sdk-release-notes.html)
- [Older Versions Archive](https://docs-archive.couchbase.com/home/index.html)
- [Compatibility](/go-sdk/current/project-docs/compatibility.html)
- [Migrating to SDK 3 API](/go-sdk/current/project-docs/migrating-sdk-code-to-3.n.html)
- [Integrations](/go-sdk/current/project-docs/third-party-integrations.html)
- [Full Installation](/go-sdk/current/project-docs/sdk-full-installation.html)
- [Setting Up the Go SDK](/go-sdk/current/hello-world/platform-help.html)
- [Get Involved](/go-sdk/current/project-docs/get-involved.html)
- [Licenses](/go-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/go-sdk/current/ref/index.html)
- [API Reference](https://pkg.go.dev/github.com/couchbase/gocb/v2)
- [Go SDK Source Code](https://github.com/couchbase/gocb)
- [Client Settings](/go-sdk/current/ref/client-settings.html)
- [Error Messages](/go-sdk/current/ref/error-codes.html)
- [Glossary](/go-sdk/current/ref/glossary.html)
- [Travel Sample Data Model](/go-sdk/current/ref/travel-app-data-model.html)
- [About These Docs](/go-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Java Analytics SDK (1.0)
- [Java Analytics SDK Overview](/java-analytics-sdk/current/hello-world/overview.html)
- [Hello World](/java-analytics-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to Analytcis](/java-analytics-sdk/current/howtos/managing-connections.html)
- [Querying Your Data](/java-analytics-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/java-analytics-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [SDK Deployment](/java-analytics-sdk/current/project-docs/deployment.html)
- [Release Notes](/java-analytics-sdk/current/project-docs/analytics-sdk-release-notes.html)
- [Compatibility](/java-analytics-sdk/current/project-docs/compatibility.html)
- [Maven Coordinates](/java-analytics-sdk/current/project-docs/sdk-full-installation.html)
- [Logging](/java-analytics-sdk/current/howtos/logging.html)
- [Get Involved](/java-analytics-sdk/current/project-docs/get-involved.html)
- [Licenses](/java-analytics-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/java-analytics-sdk/current/ref/index.html)
- [API Reference](https://docs.couchbase.com/sdk-api/couchbase-analytics-java-client)
- [Client Settings](/java-analytics-sdk/current/ref/client-settings.html)
- [Error Messages](/java-analytics-sdk/current/ref/error-codes.html)
- [Glossary](/java-analytics-sdk/current/ref/glossary.html)
- [About These Docs](/java-analytics-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Java Columnar SDK (1.0)
- [Columnar Java SDK Overview](/java-columnar-sdk/current/hello-world/overview.html)
- [Hello World](/java-columnar-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to Columnar](/java-columnar-sdk/current/howtos/managing-connections.html)
- [Querying Your Data](/java-columnar-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/java-columnar-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [SDK Deployment](/java-columnar-sdk/current/project-docs/deployment.html)
- [Release Notes](/java-columnar-sdk/current/project-docs/columnar-sdk-release-notes.html)
- [Compatibility](/java-columnar-sdk/current/project-docs/compatibility.html)
- [Maven Coordinates](/java-columnar-sdk/current/project-docs/sdk-full-installation.html)
- [Logging](/java-columnar-sdk/current/howtos/logging.html)
- [Get Involved](/java-columnar-sdk/current/project-docs/get-involved.html)
- [Licenses](/java-columnar-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/java-columnar-sdk/current/ref/index.html)
- [API Reference](https://docs.couchbase.com/sdk-api/couchbase-columnar-java-client)
- [Client Settings](/java-columnar-sdk/current/ref/client-settings.html)
- [Error Messages](/java-columnar-sdk/current/ref/error-codes.html)
- [Glossary](/java-columnar-sdk/current/ref/glossary.html)
- [About These Docs](/java-columnar-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Java SDK (3.11)
- [Couchbase Java SDK Overview](/java-sdk/current/hello-world/overview.html)
- [Hello World](/java-sdk/current/hello-world/start-using-sdk.html)
- [Quickstart in Couchbase with Spring Boot and Java](/java-sdk/current/hello-world/sample-application.html)
- [Student Record Tutorial](/java-sdk/current/hello-world/student-record-developer-tutorial.html)
- [Connecting to Your Database](/java-sdk/current/howtos/managing-connections.html)
- [Authentication & Authorization](/java-sdk/current/howtos/sdk-authentication.html)
- [Troubleshooting Cloud Connections](/java-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Data Modelling, Durability, and Consistency](/java-sdk/current/concept-docs/data-durability-acid-transactions.html)
- [Data Operations](/java-sdk/current/howtos/kv-operations.html)
- [Concurrent Document Mutations](/java-sdk/current/howtos/concurrent-document-mutations.html)
- [Sub-Document Operations](/java-sdk/current/howtos/subdocument-operations.html)
- [Data Model](/java-sdk/current/concept-docs/data-model.html)
- [Documents](/java-sdk/current/concept-docs/documents.html)
- [Choosing a JSON Library](/java-sdk/current/howtos/json.html)
- [Sub-Documents](/java-sdk/current/concept-docs/subdocument-operations.html)
- [Non-JSON Documents](/java-sdk/current/concept-docs/nonjson.html)
- [Transcoders & Non-JSON Documents](/java-sdk/current/howtos/transcoders-nonjson.html)
- [XATTR & Virtual XATTR](/java-sdk/current/concept-docs/xattr.html)
- [Encrypting Your Data](/java-sdk/current/howtos/encrypting-using-sdk.html)
- [Understanding Field Level Encryption](/java-sdk/current/concept-docs/encryption.html)
- [Compression](/java-sdk/current/concept-docs/compression.html)
- [Querying Your Data](/java-sdk/current/concept-docs/querying-your-data.html)
- [Query](/java-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [Understanding SQL++ Queries](/java-sdk/current/concept-docs/n1ql-query.html)
- [Vector Search](/java-sdk/current/howtos/vector-searching-with-sdk.html)
- [Understanding Search](/java-sdk/current/concept-docs/full-text-search-overview.html)
- [Using the Search Service](/java-sdk/current/howtos/full-text-searching-with-sdk.html)
- [Analytics](/java-sdk/current/howtos/analytics-using-sdk.html)
- [Distributed ACID Transactions](/java-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- [Single Query Transactions](/java-sdk/current/howtos/transactions-single-query.html)
- [Tracing](/java-sdk/current/howtos/transactions-tracing.html)
- [Transaction Concepts](/java-sdk/current/concept-docs/transactions.html)
- [Cleanup](/java-sdk/current/concept-docs/transactions-cleanup.html)
- [Error Handling](/java-sdk/current/concept-docs/transactions-error-handling.html)
- [Failure Considerations](/java-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Logging](/java-sdk/current/howtos/collecting-information-and-logging.html)
- [Using Health Check](/java-sdk/current/howtos/health-check.html)
- [Observability](/java-sdk/current/concept-docs/response-time-observability.html)
- [Slow Operations Logging](/java-sdk/current/howtos/slow-operations-logging.html)
- [Metrics Reporting](/java-sdk/current/howtos/observability-metrics.html)
- [Orphaned Requests Logging](/java-sdk/current/howtos/observability-orphan-logger.html)
- [Request Tracing](/java-sdk/current/howtos/observability-tracing.html)
- [Best Practices](/java-sdk/current/concept-docs/best-practices.html)
- [Async & Reactive APIs](/java-sdk/current/howtos/concurrent-async-apis.html)
- [Handling Errors](/java-sdk/current/howtos/error-handling.html)
- [Managing Couchbase](/java-sdk/current/concept-docs/management-api.html)
- [Provisioning Cluster Resources](/java-sdk/current/howtos/provisioning-cluster-resources.html)
- [Managing Users](/java-sdk/current/howtos/sdk-user-management-example.html)
- [SDK Deployment](/java-sdk/current/project-docs/deployment.html)
- [Release Notes](/java-sdk/current/project-docs/sdk-release-notes.html)
- [Older Versions Archive](https://docs-archive.couchbase.com/home/index.html)
- [Compatibility](/java-sdk/current/project-docs/compatibility.html)
- [Migrating to SDK 3 API](/java-sdk/current/project-docs/migrating-sdk-code-to-3.n.html)
- [Transactions Migration Guide](/java-sdk/current/project-docs/distributed-acid-transactions-migration-guide.html)
- [3rd Party Integrations](/java-sdk/current/project-docs/third-party-integrations.html)
- [Full Installation](/java-sdk/current/project-docs/sdk-full-installation.html)
- [Platform Introduction](/java-sdk/current/hello-world/platform-help.html)
- [Get Involved](/java-sdk/current/project-docs/get-involved.html)
- [Licenses](/java-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/java-sdk/current/ref/index.html)
- [API Reference](https://docs.couchbase.com/sdk-api/couchbase-java-client)
- [JVM Core IO API](https://docs.couchbase.com/sdk-api/couchbase-core-io/)
- [Java SDK source code](https://github.com/couchbase/couchbase-jvm-clients)
- [Client Settings](/java-sdk/current/ref/client-settings.html)
- [Error Messages](/java-sdk/current/ref/error-codes.html)
- [Glossary](/java-sdk/current/ref/glossary.html)
- [Travel Sample Data Model](/java-sdk/current/ref/travel-app-data-model.html)
- [About These Docs](/java-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Kafka Connector (4.3)
- [Introduction](/kafka-connector/current/index.html)
- [Quickstart](/kafka-connector/current/quickstart.html)
- [Delivery Guarantees](/kafka-connector/current/delivery-guarantees.html)
- [Source Configuration Options](/kafka-connector/current/source-configuration-options.html)
- [Sink Configuration Options](/kafka-connector/current/sink-configuration-options.html)
- [Monitoring](/kafka-connector/current/monitoring.html)
- [Couchbase Sample with Kafka Streams](/kafka-connector/current/streams-sample.html)
- [Migration Guide](/kafka-connector/current/migration.html)
- [Compatibility](/kafka-connector/current/compatibility.html)
- [Couchbase Capella Support](/kafka-connector/current/cloud.html)
- [Troubleshooting](/kafka-connector/current/troubleshooting.html)
- [Release Notes](/kafka-connector/current/release-notes.html)
### Kotlin SDK (3.11)
- Getting Started
- [Start Using the Kotlin SDK](/kotlin-sdk/current/hello-world/start-using-sdk.html)
- [Connecting](/kotlin-sdk/current/howtos/connecting.html)
- [Secure Connections with TLS](/kotlin-sdk/current/howtos/secure-connections.html)
- [Data Operations](/kotlin-sdk/current/howtos/kv-operations.html)
- [Query](/kotlin-sdk/current/howtos/n1ql-queries.html)
- [Search](/kotlin-sdk/current/howtos/full-text-search.html)
- Transactions
- [Distributed ACID Transactions](/kotlin-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- Working with Data
- [Organizing Documents](/kotlin-sdk/current/howtos/organizing-documents.html)
- [Document Expiry](/kotlin-sdk/current/howtos/document-expiry.html)
- [Working with JSON](/kotlin-sdk/current/howtos/json.html)
- References
- [API Reference](https://docs.couchbase.com/sdk-api/couchbase-kotlin-client/index.html)
- [JVM Core IO API](https://docs.couchbase.com/sdk-api/couchbase-core-io/)
- Project Docs
- [Release Notes](/kotlin-sdk/current/project-docs/sdk-release-notes.html)
- [Compatibility](/kotlin-sdk/current/project-docs/compatibility.html)
- [Licenses](/kotlin-sdk/current/project-docs/sdk-licenses.html)
- [Get Involved](/kotlin-sdk/current/project-docs/get-involved.html)
- [Improve the Docs](https://docs.couchbase.com/home/contribute/index.html)
### Kubernetes Operator (2.9)
- Introduction
- [Introduction](/operator/current/overview.html)
- [What’s New?](/operator/current/whats-new.html)
- [Guidelines and Best Practices](/operator/current/best-practices.html)
- [Prerequisites and System Requirements](/operator/current/prerequisite-and-setup.html)
- [Public Cloud Prerequisites](/operator/current/prerequisite-cloud.html)
- [Install the Operator on Kubernetes](/operator/current/install-kubernetes.html)
- [Install the Operator on OpenShift](/operator/current/install-openshift.html)
- Learn
- Kubernetes Concepts
- [Kubernetes Networking](/operator/current/concept-kubernetes-networking.html)
- [Persistent Volumes](/operator/current/concept-persistent-volumes.html)
- [Kubernetes Automated Upgrade](/operator/current/concept-kubernetes-upgrade.html)
- Operator Concepts
- [Operator Architecture](/operator/current/concept-operator.html)
- [Operator Logging](/operator/current/concept-operator-logging.html)
- [Operator Self-Certification Lifecycle](/operator/current/concept-platform-certification.html)
- [Couchbase Pod Templating](/operator/current/concept-pod-templating.html)
- Couchbase Cluster Concepts
- Authentication and Authorization
- [Couchbase User RBAC](/operator/current/concept-user-rbac.html)
- [How-to Guide: Couchbase User RBAC](/operator/current/howto-guide-couchbase-user-rbac.html)
- [Couchbase Credential Rotation](/operator/current/concept-credential-rotation.html)
- Autoscaling
- [Couchbase Cluster Auto-scaling](/operator/current/concept-couchbase-autoscaling.html)
- [Auto-scaling Best Practices](/operator/current/concept-couchbase-autoscaling-best-practices.html)
- Backup
- [Couchbase Backup and Restore](/operator/current/concept-backup.html)
- Configuration
- [Couchbase Resource Label Selection](/operator/current/concept-label-selection.html)
- [Couchbase Resource RBAC](/operator/current/concept-rbac.html)
- [Couchbase Memory Allocation](/operator/current/concept-memory-allocation.html)
- Data Management
- [Couchbase Scopes and Collections](/operator/current/concept-scopes-and-collections.html)
- [Data Topology Save, Restore and Synchronization](/operator/current/concept-data-save-restore.html)
- [How-to Guide: Data Topology Save and Restore](/operator/current/howto-guide-save-restore.html)
- [How-to Guide: Data Topology Synchronization](/operator/current/howto-guide-data-topology-sync.html)
- Data Encryption
- [Encryption at Rest](/operator/current/concept-encryption-at-rest.html)
- Hibernation
- [Couchbase Cluster Hibernation](/operator/current/concept-hibernation.html)
- Logging
- [Couchbase Logging](/operator/current/concept-couchbase-logging.html)
- Migration
- [Cluster Migration](/operator/current/concept-migration.html)
- Networking
- [Couchbase Networking](/operator/current/concept-couchbase-networking.html)
- [Cloud Native Gateway](/operator/current/concept-cloud-native-gateway.html)
- TLS
- [Couchbase TLS](/operator/current/concept-tls.html)
- Topology
- [Couchbase Multi-Dimensional Scaling](/operator/current/concept-mds.html)
- [Couchbase Scheduling and Isolation](/operator/current/concept-scheduling.html)
- [Couchbase Sizing](/operator/current/concept-sizing.html)
- [Couchbase Cluster Vertical Scaling](/operator/current/concept-vertical-scaling.html)
- [Couchbase Server Groups](/operator/current/concept-server-groups.html)
- Upgrade
- [Couchbase Upgrades](/operator/current/concept-upgrade.html)
- XDCR
- [How-to Guide: XDCR with Scopes and Collections](/operator/current/howto-guide-xdcr-scopes-collections.html)
- Manage
- Operator
- [Upgrade the Operator](/operator/current/howto-operator-upgrade.html)
- [Manage Operator Logging](/operator/current/howto-manage-operator-logging.html)
- [Create Your Own Operator Images](/operator/current/howto-roll-your-own.html)
- Couchbase Cluster
- Lifecycle
- [Create a Couchbase Deployment](/operator/current/howto-couchbase-create.html)
- [Modify a Couchbase Deployment](/operator/current/howto-couchbase-update.html)
- [Upgrade a Couchbase Deployment](/operator/current/howto-couchbase-upgrade.html)
- [Delete a Couchbase Deployment](/operator/current/howto-couchbase-delete.html)
- [Scale a Couchbase Deployment](/operator/current/howto-couchbase-scale.html)
- Configure
- [Configure Persistent Volumes](/operator/current/howto-persistent-volumes.html)
- [Configure Backup & Restore](/operator/current/howto-backup.html)
- [Configure Multi-Dimensional Scaling](/operator/current/howto-mds.html)
- [Configure Couchbase Cluster Auto-scaling](/operator/current/howto-couchbase-autoscaling.html)
- [Configure XDCR](/operator/current/howto-xdcr.html)
- [Configure Public Networking](/operator/current/howto-public-networking.html)
- [Configure Node Port Networking](/operator/current/howto-nodeport-networking.html)
- [Configure Server Groups](/operator/current/howto-server-groups.html)
- [Rotate the Administrator Password](/operator/current/howto-admin-password-rotation.html)
- [Configure TLS](/operator/current/howto-tls.html)
- [Configure TLS Passphrase Protection](/operator/current/howto-tls-passphrase.html)
- [Configure Client Certificate Authentication](/operator/current/howto-tls-client-certificates.html)
- [Rotate TLS Certificates](/operator/current/howto-tls-rotation.html)
- [Configure Prometheus Metrics Collection](/operator/current/howto-prometheus.html)
- [Manage Couchbase Logging](/operator/current/howto-manage-couchbase-logging.html)
- [Configure Log Forwarding](/operator/current/howto-couchbase-log-forwarding.html)
- [Configure Non-Root Installs](/operator/current/howto-non-root-install.html)
- Connect
- [Access the Couchbase User Interface](/operator/current/howto-ui.html)
- [Configure Client SDKs](/operator/current/howto-client-sdks.html)
- Kubernetes
- [Create a Lazy Bound Storage Class](/operator/current/howto-storage-class.html)
- Helm
- [Helm Deployment](/operator/current/helm-setup-guide.html)
- [Helm Management](/operator/current/helm-managing-guide.html)
- Reference
- Resource Types
- [Resource Documentation](/operator/current/reference-resources.html)
- [Annotation Documentation](/operator/current/reference-annotations.html)
- [CouchbaseAutoscaler Resource](/operator/current/resource/couchbaseautoscaler.html)
- [CouchbaseBackupRestore Resource](/operator/current/resource/couchbasebackuprestore.html)
- [CouchbaseBackup Resource](/operator/current/resource/couchbasebackup.html)
- [CouchbaseBucket Resource](/operator/current/resource/couchbasebucket.html)
- [CouchbaseCluster Resource](/operator/current/resource/couchbasecluster.html)
- [CouchbaseCollectionGroup Resource](/operator/current/resource/couchbasecollectiongroup.html)
- [CouchbaseCollection Resource](/operator/current/resource/couchbasecollection.html)
- [CouchbaseEncryptionKey Resource](/operator/current/resource/couchbaseencryptionkey.html)
- [CouchbaseEphemeralBucket Resource](/operator/current/resource/couchbaseephemeralbucket.html)
- [CouchbaseGroup Resource](/operator/current/resource/couchbasegroup.html)
- [CouchbaseMemcachedBucket Resource](/operator/current/resource/couchbasememcachedbucket.html)
- [CouchbaseMigrationReplication Resource](/operator/current/resource/couchbasemigrationreplication.html)
- [CouchbaseReplication Resource](/operator/current/resource/couchbasereplication.html)
- [CouchbaseRoleBinding Resource](/operator/current/resource/couchbaserolebinding.html)
- [CouchbaseScopeGroup Resource](/operator/current/resource/couchbasescopegroup.html)
- [CouchbaseScope Resource](/operator/current/resource/couchbasescope.html)
- [CouchbaseUser Resource](/operator/current/resource/couchbaseuser.html)
- Operator
- [Dynamic Admission Controller Deployment Settings](/operator/current/reference-admission-cli.html)
- [Dynamic Admission Controller RBAC Settings](/operator/current/reference-admission-rbac.html)
- [Operator Deployment Settings](/operator/current/reference-operator-configuration.html)
- [Operator RBAC Settings](/operator/current/reference-operator-rbac.html)
- [Operator Logging](/operator/current/reference-operator-logging.html)
- [Operator Prometheus Metrics](/operator/current/reference-prometheus-metrics.html)
- Couchbase Cluster
- [CouchbaseCluster Reference Architecture](/operator/current/reference-reference-architecture.html)
- [CouchbaseCluster Conditions](/operator/current/reference-couchbasecluster-conditions.html)
- [CouchbaseCluster Events](/operator/current/reference-couchbasecluster-events.html)
- [CouchbaseCluster Services](/operator/current/reference-couchbasecluster-services.html)
- [Bucket Backend Migration Documentation](/operator/current/reference-bucket-backend-migration.html)
- Helm
- [Couchbase Helm Chart Specification](/operator/current/helm-couchbase-config.html)
- Tools
- [cao](/operator/current/tools/cao.html)
- [cbopcfg](/operator/current/tools/cbopcfg.html)
- [cbopinfo](/operator/current/tools/cbopinfo.html)
- Tutorials
- Authentication and Authorization
- [Authenticating with Couchbase and LDAP](/operator/current/tutorial-rbac-auth.html)
- Autoscaling
- [Autoscaling Couchbase Data Service](/operator/current/tutorial-autoscale-data.html)
- [Autoscaling Couchbase Index Service](/operator/current/tutorial-autoscale-index.html)
- [Autoscaling Couchbase Query Service](/operator/current/tutorial-autoscale-query.html)
- Backup
- [Backup with VMware Velero](/operator/current/tutorial-velero-backup.html)
- Encryption at Rest
- [Encryption at Rest](/operator/current/tutorial-encryption-at-rest.html)
- Logging
- [Forwarding Couchbase Logs with Fluent Bit](/operator/current/tutorial-couchbase-log-forwarding.html)
- Monitoring
- [Monitor for Manual Intervention Scenarios](/operator/current/tutorial-mirwatchdog.html)
- [Quick Start with Prometheus Monitoring](/operator/current/tutorial-prometheus.html)
- Networking
- [Inter-Kubernetes Networking with Forwarded DNS](/operator/current/tutorial-remote-dns.html)
- [Public Networking with External DNS](/operator/current/tutorial-public-addressability.html)
- [Kubernetes Network Policies Using Deny-All Default](/operator/current/tutorial-kubernetes-network-policy.html)
- Persistent Volumes
- [Persistent Volume Expansion](/operator/current/tutorial-volume-expansion.html)
- Scheduling
- [AVX2-Aware Scheduling](/operator/current/tutorial-avx2-scheduling.html)
- Sync Gateway
- [Connecting Sync-Gateway to a Couchbase Cluster](/operator/current/tutorial-sync-gateway.html)
- [Exposing Sync-Gateway to Couchbase Lite Clients](/operator/current/tutorial-sync-gateway-clients.html)
- [Managing Sync Gateway Cluster ](/operator/current/tutorial-sync-gateway-manage.html)
- TLS
- [Creating TLS Certificates](/operator/current/tutorial-tls.html)
- [Using a Certificate Manager](/operator/current/tutorial-cert-manager.html)
- Release Notes
- [Release Notes](/operator/current/release-notes.html)
### Node.js Analytics SDK (1.0)
- [Node.js Analytics SDK Overview](/nodejs-analytics-sdk/current/hello-world/overview.html)
- [Hello World](/nodejs-analytics-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to Analytics](/nodejs-analytics-sdk/current/howtos/managing-connections.html)
- [Querying Your Data](/nodejs-analytics-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/nodejs-analytics-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [SDK Deployment](/nodejs-analytics-sdk/current/project-docs/deployment.html)
- [Release Notes](/nodejs-analytics-sdk/current/project-docs/analytics-sdk-release-notes.html)
- [Compatibility](/nodejs-analytics-sdk/current/project-docs/compatibility.html)
- [Full Installation](/nodejs-analytics-sdk/current/project-docs/sdk-full-installation.html)
- [Logging](/nodejs-analytics-sdk/current/howtos/logging.html)
- [Get Involved](/nodejs-analytics-sdk/current/project-docs/get-involved.html)
- [Licenses](/nodejs-analytics-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/nodejs-analytics-sdk/current/ref/index.html)
- [API Reference](https://docs.couchbase.com/sdk-api/analytics-nodejs-client)
- [Client Settings](/nodejs-analytics-sdk/current/ref/client-settings.html)
- [Error Messages](/nodejs-analytics-sdk/current/ref/error-codes.html)
- [Glossary](/nodejs-analytics-sdk/current/ref/glossary.html)
- [About These Docs](/nodejs-analytics-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Node.js Columnar SDK (1.0)
- [Columnar Node.js SDK Overview](/nodejs-columnar-sdk/current/hello-world/overview.html)
- [Get Started](/nodejs-columnar-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to Columnar](/nodejs-columnar-sdk/current/howtos/managing-connections.html)
- [Querying Your Data](/nodejs-columnar-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/nodejs-columnar-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [SDK Deployment](/nodejs-columnar-sdk/current/project-docs/deployment.html)
- [Release Notes](/nodejs-columnar-sdk/current/project-docs/columnar-sdk-release-notes.html)
- [Compatibility](/nodejs-columnar-sdk/current/project-docs/compatibility.html)
- [Full Installation](/nodejs-columnar-sdk/current/project-docs/sdk-full-installation.html)
- [Logging](/nodejs-columnar-sdk/current/howtos/logging.html)
- [Get Involved](/nodejs-columnar-sdk/current/project-docs/get-involved.html)
- [Licenses](/nodejs-columnar-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/nodejs-columnar-sdk/current/ref/index.html)
- [API Reference](https://docs.couchbase.com/sdk-api/columnar-nodejs-client)
- [Client Settings](/nodejs-columnar-sdk/current/ref/client-settings.html)
- [Error Messages](/nodejs-columnar-sdk/current/ref/error-codes.html)
- [Glossary](/nodejs-columnar-sdk/current/ref/glossary.html)
- [About These Docs](/nodejs-columnar-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Node.js SDK (4.6)
- Getting Started
- [Hello World](/nodejs-sdk/current/hello-world/start-using-sdk.html)
- [Start Using the Ottoman ODM](/nodejs-sdk/current/hello-world/start-using-ottoman.html)
- [Data Operations](/nodejs-sdk/current/howtos/kv-operations.html)
- [Query](/nodejs-sdk/current/howtos/n1ql-queries-with-sdk.html)
- [Vector Search](/nodejs-sdk/current/howtos/vector-searching-with-sdk.html)
- [Search](/nodejs-sdk/current/howtos/full-text-searching-with-sdk.html)
- [Sample Application](/nodejs-sdk/current/hello-world/sample-application.html)
- Transactions
- [Distributed ACID Transactions from the Node.js SDK](/nodejs-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- [Transaction Concepts](/nodejs-sdk/current/concept-docs/transactions.html)
- [Cleanup](/nodejs-sdk/current/concept-docs/transactions-cleanup.html)
- [Error Handling](/nodejs-sdk/current/concept-docs/transactions-error-handling.html)
- Further Data Ops
- [Sub-Document Operations](/nodejs-sdk/current/howtos/subdocument-operations.html)
- [Analytics](/nodejs-sdk/current/howtos/analytics-using-sdk.html)
- [MapReduce Views](/nodejs-sdk/current/howtos/view-queries-with-sdk.html)
- [Choosing an API](/nodejs-sdk/current/howtos/concurrent-async-apis.html)
- [Concurrent Document Mutations](/nodejs-sdk/current/howtos/concurrent-document-mutations.html)
- [Encrypting Your Data](/nodejs-sdk/current/howtos/encrypting-using-sdk.html)
- [Transcoders & Non-JSON Documents](/nodejs-sdk/current/howtos/transcoders-nonjson.html)
- Managing Couchbase
- [Managing Connections](/nodejs-sdk/current/howtos/managing-connections.html)
- [Authentication](/nodejs-sdk/current/howtos/sdk-authentication.html)
- [Troubleshooting Cloud Connections](/nodejs-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Provisioning Cluster Resources](/nodejs-sdk/current/howtos/provisioning-cluster-resources.html)
- [User Management](/nodejs-sdk/current/howtos/sdk-user-management-example.html)
- Errors & Diagnostics
- [Handling Errors](/nodejs-sdk/current/howtos/error-handling.html)
- [Logging](/nodejs-sdk/current/howtos/collecting-information-and-logging.html)
- [Slow Operations Logging](/nodejs-sdk/current/howtos/slow-operations-logging.html)
- Learn
- [Overview](/nodejs-sdk/current/concept-docs/concepts.html)
- [Buckets & Clusters](/nodejs-sdk/current/concept-docs/buckets-and-clusters.html)
- [Collections & Scope](/nodejs-sdk/current/concept-docs/collections.html)
- [Compression](/nodejs-sdk/current/concept-docs/compression.html)
- [Data Model](/nodejs-sdk/current/concept-docs/data-model.html)
- [Documents](/nodejs-sdk/current/concept-docs/documents.html)
- [Non-JSON Documents](/nodejs-sdk/current/concept-docs/nonjson.html)
- [Sub-Documents](/nodejs-sdk/current/concept-docs/subdocument-operations.html)
- [XATTR & Virtual XATTR](/nodejs-sdk/current/concept-docs/xattr.html)
- [Errors & Diagnostics](/nodejs-sdk/current/concept-docs/errors.html)
- [Health Check](/nodejs-sdk/current/concept-docs/health-check.html)
- [Tracing](/nodejs-sdk/current/concept-docs/response-time-observability.html)
- [Failure Considerations](/nodejs-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Field Level Encryption](/nodejs-sdk/current/concept-docs/encryption.html)
- [Service Selection](/nodejs-sdk/current/concept-docs/data-services.html)
- [Analytics](/nodejs-sdk/current/concept-docs/analytics-for-sdk-users.html)
- [Map Reduce Views](/nodejs-sdk/current/concept-docs/understanding-views.html)
- [Querying with SQL++](/nodejs-sdk/current/concept-docs/n1ql-query.html)
- [Search](/nodejs-sdk/current/concept-docs/full-text-search-overview.html)
- [User Management](/nodejs-sdk/current/concept-docs/sdk-user-management-overview.html)
- [Cert Auth](/nodejs-sdk/current/concept-docs/certificate-based-authentication.html)
- [RBAC](/nodejs-sdk/current/concept-docs/rbac.html)
- References
- [API Reference](https://docs.couchbase.com/sdk-api/couchbase-node-client/index.html)
- [Client Settings](/nodejs-sdk/current/ref/client-settings.html)
- [Error Messages](/nodejs-sdk/current/ref/error-codes.html)
- [Glossary](/nodejs-sdk/current/ref/glossary.html)
- [Travel Sample Data Model](/nodejs-sdk/current/ref/travel-app-data-model.html)
- Project Docs
- [Release Notes](/nodejs-sdk/current/project-docs/sdk-release-notes.html)
- [Ottoman Release Notes](/nodejs-sdk/current/project-docs/ottoman-release-notes.html)
- [Compatibility](/nodejs-sdk/current/project-docs/compatibility.html)
- [3rd Party Integrations](/nodejs-sdk/current/project-docs/third-party-integrations.html)
- [Migrating to SDK API 3](/nodejs-sdk/current/project-docs/migrating-sdk-code-to-3.n.html)
- [Working with Collections](/nodejs-sdk/current/howtos/working-with-collections.html)
- [Full Installation](/nodejs-sdk/current/project-docs/sdk-full-installation.html)
- [Older Versions Archive](https://docs-archive.couchbase.com/home/index.html)
- [Licenses](/nodejs-sdk/current/project-docs/sdk-licenses.html)
- [Get involved](/nodejs-sdk/current/project-docs/get-involved.html)
- [Improve the Docs](https://docs.couchbase.com/home/contribute/index.html)
- [About These Docs](/nodejs-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Pendo Style Guide
- [Welcome to the Couchbase Pendo Style Guide](/pendo/index.html)
- [The Couchbase Pendo Voice](/pendo/voice.html)
- [Guide Types](/pendo/guide-types.html)
- [Poll Guides](/pendo/polls.html)
- [Tooltip Guides](/pendo/tooltips.html)
- [UI Tour Guides](/pendo/ui-tour.html)
- [Walkthrough Guides](/pendo/walkthroughs.html)
- [Docs A-Z Wordlist](/styleguide/word-list.html)
- [Numbers and Symbols](/styleguide/word-list.html#num)
- [A](/styleguide/word-list.html#a)
- [B](/styleguide/word-list.html#b)
- [C](/styleguide/word-list.html#c)
- [D](/styleguide/word-list.html#d)
- [E](/styleguide/word-list.html#e)
- [F](/styleguide/word-list.html#f)
- [G](/styleguide/word-list.html#g)
- [H](/styleguide/word-list.html#h)
- [I](/styleguide/word-list.html#i)
- [J](/styleguide/word-list.html#j)
- [K](/styleguide/word-list.html#k)
- [L](/styleguide/word-list.html#l)
- [M](/styleguide/word-list.html#m)
- [N](/styleguide/word-list.html#n)
- [O](/styleguide/word-list.html#o)
- [P](/styleguide/word-list.html#p)
- [Q](/styleguide/word-list.html#q)
- [R](/styleguide/word-list.html#r)
- [S](/styleguide/word-list.html#s)
- [T](/styleguide/word-list.html#t)
- [U](/styleguide/word-list.html#u)
- [V](/styleguide/word-list.html#v)
- [W](/styleguide/word-list.html#w)
- [X](/styleguide/word-list.html#x)
- [Y](/styleguide/word-list.html#y)
- [Z](/styleguide/word-list.html#z)
### PHP SDK (4.4)
- Getting Started
- [Start Using the PHP SDK](/php-sdk/current/hello-world/start-using-sdk.html)
- [Data Operations](/php-sdk/current/howtos/kv-operations.html)
- [Query](/php-sdk/current/howtos/n1ql-queries-with-sdk.html)
- [Vector Search](/php-sdk/current/howtos/vector-searching-with-sdk.html)
- [Search](/php-sdk/current/howtos/full-text-searching-with-sdk.html)
- [Sample Application](/php-sdk/current/hello-world/sample-application.html)
- Transactions
- [Using Couchbase Transactions](/php-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- [Transaction Concepts](/php-sdk/current/concept-docs/transactions.html)
- [Cleanup](/php-sdk/current/concept-docs/transactions-cleanup.html)
- [Error Handling](/php-sdk/current/concept-docs/transactions-error-handling.html)
- Further Data Ops
- [Sub-Document Operations](/php-sdk/current/howtos/subdocument-operations.html)
- [Analytics](/php-sdk/current/howtos/analytics-using-sdk.html)
- [MapReduce Views](/php-sdk/current/howtos/view-queries-with-sdk.html)
- [Batching](/php-sdk/current/howtos/concurrent-async-apis.html)
- [Concurrent Document Mutations](/php-sdk/current/howtos/concurrent-document-mutations.html)
- [Transcoders & Non-JSON Documents](/php-sdk/current/howtos/transcoders-nonjson.html)
- Managing Couchbase
- [Managing Connections](/php-sdk/current/howtos/managing-connections.html)
- [Authentication](/php-sdk/current/howtos/sdk-authentication.html)
- [Troubleshooting Cloud Connections](/php-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Provisioning Cluster Resources](/php-sdk/current/howtos/provisioning-cluster-resources.html)
- [User Management](/php-sdk/current/howtos/sdk-user-management-example.html)
- Errors & Diagnostics
- [Handling Errors](/php-sdk/current/howtos/error-handling.html)
- [Logging](/php-sdk/current/howtos/collecting-information-and-logging.html)
- [Slow Operations Logging](/php-sdk/current/howtos/slow-operations-logging.html)
- Learn
- [Overview](/php-sdk/current/concept-docs/concepts.html)
- [Buckets & Clusters](/php-sdk/current/concept-docs/buckets-and-clusters.html)
- [Collections & Scope](/php-sdk/current/concept-docs/collections.html)
- [Compression](/php-sdk/current/concept-docs/compression.html)
- [Data Model](/php-sdk/current/concept-docs/data-model.html)
- [Documents](/php-sdk/current/concept-docs/documents.html)
- [Non-JSON Documents](/php-sdk/current/concept-docs/nonjson.html)
- [Sub-Documents](/php-sdk/current/concept-docs/subdocument-operations.html)
- [XATTR & Virtual XATTR](/php-sdk/current/concept-docs/xattr.html)
- [Errors and Diagnostics](/php-sdk/current/concept-docs/errors.html)
- [Health Check](/php-sdk/current/concept-docs/health-check.html)
- [Tracing](/php-sdk/current/concept-docs/response-time-observability.html)
- [Failure Considerations](/php-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Field Level Encryption](/php-sdk/current/concept-docs/encryption.html)
- [Service Selection](/php-sdk/current/concept-docs/data-services.html)
- [Analytics](/php-sdk/current/concept-docs/analytics-for-sdk-users.html)
- [Map Reduce Views](/php-sdk/current/concept-docs/understanding-views.html)
- [Querying with SQL++](/php-sdk/current/concept-docs/n1ql-query.html)
- [Search](/php-sdk/current/concept-docs/full-text-search-overview.html)
- [User Management](/php-sdk/current/concept-docs/sdk-user-management-overview.html)
- [Cert Auth](/php-sdk/current/concept-docs/certificate-based-authentication.html)
- [RBAC](/php-sdk/current/concept-docs/rbac.html)
- References
- [PHP API Reference](https://docs.couchbase.com/sdk-api/couchbase-php-client/namespaces/couchbase.html)
- [Client Settings](/php-sdk/current/ref/client-settings.html)
- [Error Messages](/php-sdk/current/ref/error-codes.html)
- [Glossary](/php-sdk/current/ref/glossary.html)
- [Travel Sample Data Model](/php-sdk/current/ref/travel-app-data-model.html)
- Project Docs
- [Release Notes](/php-sdk/current/project-docs/sdk-release-notes.html)
- [Compatibility](/php-sdk/current/project-docs/compatibility.html)
- [3.x to 4.x Migration Guide](/php-sdk/current/project-docs/migrating-sdk-code-3.x-to-4.x.html)
- [Migrating to SDK 3 API](/php-sdk/current/project-docs/migrating-sdk-code-to-3.n.html)
- [Working with Collections](/php-sdk/current/howtos/working-with-collections.html)
- [Full Installation](/php-sdk/current/project-docs/sdk-full-installation.html)
- [Platform Introduction](/php-sdk/current/hello-world/platform-help.html)
- [Older Versions Archive](https://docs-archive.couchbase.com/home/index.html)
- [Licenses](/php-sdk/current/project-docs/sdk-licenses.html)
- [Get involved](/php-sdk/current/project-docs/get-involved.html)
- [Improve the Docs](https://docs.couchbase.com/home/contribute/index.html)
- [About These Docs](/php-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Power BI Connector (1.2)
- [Introduction](/power-bi-connector/current/index.html)
- [Release Notes](/power-bi-connector/current/release-notes.html)
### Python Analytics SDK (1.0)
- [Python Analytics SDK Overview](/python-analytics-sdk/current/hello-world/overview.html)
- [Hello World](/python-analytics-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to Analytics](/python-analytics-sdk/current/howtos/managing-connections.html)
- [Querying Your Data](/python-analytics-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/python-analytics-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [SDK Deployment](/python-analytics-sdk/current/project-docs/deployment.html)
- [Release Notes](/python-analytics-sdk/current/project-docs/analytics-sdk-release-notes.html)
- [Compatibility](/python-analytics-sdk/current/project-docs/compatibility.html)
- [Full Installation](/python-analytics-sdk/current/project-docs/sdk-full-installation.html)
- [Logging](/python-analytics-sdk/current/howtos/logging.html)
- [Get Involved](/python-analytics-sdk/current/project-docs/get-involved.html)
- [Licenses](/python-analytics-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/python-analytics-sdk/current/ref/index.html)
- [API Reference](https://docs.couchbase.com/sdk-api/analytics-python-client)
- [Client Settings](/python-analytics-sdk/current/ref/client-settings.html)
- [Error Messages](/python-analytics-sdk/current/ref/error-codes.html)
- [Glossary](/python-analytics-sdk/current/ref/glossary.html)
- [About These Docs](/python-analytics-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Python Columnar SDK (1.0)
- [Columnar Python SDK Overview](/python-columnar-sdk/current/hello-world/overview.html)
- [Hello World](/python-columnar-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to columnar](/python-columnar-sdk/current/howtos/managing-connections.html)
- [Querying Your Data](/python-columnar-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/python-columnar-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [SDK Deployment](/python-columnar-sdk/current/project-docs/deployment.html)
- [Release Notes](/python-columnar-sdk/current/project-docs/columnar-sdk-release-notes.html)
- [Compatibility](/python-columnar-sdk/current/project-docs/compatibility.html)
- [Full Installation](/python-columnar-sdk/current/project-docs/sdk-full-installation.html)
- [Logging](/python-columnar-sdk/current/howtos/logging.html)
- [Get Involved](/python-columnar-sdk/current/project-docs/get-involved.html)
- [Licenses](/python-columnar-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/python-columnar-sdk/current/ref/index.html)
- [API Reference](https://docs.couchbase.com/sdk-api/columnar-python-client)
- [Client Settings](/python-columnar-sdk/current/ref/client-settings.html)
- [Error Messages](/python-columnar-sdk/current/ref/error-codes.html)
- [Glossary](/python-columnar-sdk/current/ref/glossary.html)
- [About These Docs](/python-columnar-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Python SDK (4.5)
- Getting Started
- [Start Using the Python SDK](/python-sdk/current/hello-world/start-using-sdk.html)
- [Data Operations](/python-sdk/current/howtos/kv-operations.html)
- [Caching Example](/python-sdk/current/howtos/caching-example.html)
- [Query](/python-sdk/current/howtos/n1ql-queries-with-sdk.html)
- [Vector Search](/python-sdk/current/howtos/vector-searching-with-sdk.html)
- [Search](/python-sdk/current/howtos/full-text-searching-with-sdk.html)
- [Sample Application](/python-sdk/current/hello-world/sample-application.html)
- Transactions
- [Distributed ACID Transactions from the Python SDK](/python-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- [Transaction Concepts](/python-sdk/current/concept-docs/transactions.html)
- [Cleanup](/python-sdk/current/concept-docs/transactions-cleanup.html)
- [Error Handling](/python-sdk/current/concept-docs/transactions-error-handling.html)
- Further Data Ops
- [Sub-Document Operations](/python-sdk/current/howtos/subdocument-operations.html)
- [Analytics](/python-sdk/current/howtos/analytics-using-sdk.html)
- [MapReduce Views](/python-sdk/current/howtos/view-queries-with-sdk.html)
- [Async APIs](/python-sdk/current/howtos/concurrent-async-apis.html)
- [Concurrent Document Mutations](/python-sdk/current/howtos/concurrent-document-mutations.html)
- [Encrypting Your Data](/python-sdk/current/howtos/encrypting-using-sdk.html)
- [Transcoders & Non-JSON Documents](/python-sdk/current/howtos/transcoders-nonjson.html)
- [Working with Collections](/python-sdk/current/howtos/working-with-collections.html)
- Managing Couchbase
- [Managing Connections](/python-sdk/current/howtos/managing-connections.html)
- [Authentication](/python-sdk/current/howtos/sdk-authentication.html)
- [Troubleshooting Cloud Connections](/python-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Provisioning Cluster Resources](/python-sdk/current/howtos/provisioning-cluster-resources.html)
- [User Management](/python-sdk/current/howtos/sdk-user-management-example.html)
- Errors & Diagnostics
- [Error Handling](/python-sdk/current/howtos/error-handling.html)
- [Logging](/python-sdk/current/howtos/collecting-information-and-logging.html)
- [Health Check](/python-sdk/current/howtos/health-check.html)
- Observability
- [Slow Operations Logging](/python-sdk/current/howtos/slow-operations-logging.html)
- [Orphaned Requests Logging](/python-sdk/current/howtos/observability-orphan-logger.html)
- Learn
- [Overview](/python-sdk/current/concept-docs/concepts.html)
- [Buckets & Clusters](/python-sdk/current/concept-docs/buckets-and-clusters.html)
- [Collections & Scopes](/python-sdk/current/concept-docs/collections.html)
- [Compression](/python-sdk/current/concept-docs/compression.html)
- [Data Model](/python-sdk/current/concept-docs/data-model.html)
- [Documents](/python-sdk/current/concept-docs/documents.html)
- [Non-JSON Documents](/python-sdk/current/concept-docs/nonjson.html)
- [Sub-Documents](/python-sdk/current/concept-docs/subdocument-operations.html)
- [XATTR & Virtual XATTR](/python-sdk/current/concept-docs/xattr.html)
- [Errors & Diagnostics](/python-sdk/current/concept-docs/errors.html)
- [Health Check](/python-sdk/current/concept-docs/health-check.html)
- [Tracing](/python-sdk/current/concept-docs/response-time-observability.html)
- [Failure Considerations](/python-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Field Level Encryption](/python-sdk/current/concept-docs/encryption.html)
- [Service Selection](/python-sdk/current/concept-docs/data-services.html)
- [Analytics](/python-sdk/current/concept-docs/analytics-for-sdk-users.html)
- [Map Reduce Views](/python-sdk/current/concept-docs/understanding-views.html)
- [Query](/python-sdk/current/concept-docs/n1ql-query.html)
- [Search](/python-sdk/current/concept-docs/full-text-search-overview.html)
- [User Management](/python-sdk/current/concept-docs/sdk-user-management-overview.html)
- [Cert Auth](/python-sdk/current/concept-docs/certificate-based-authentication.html)
- [RBAC](/python-sdk/current/concept-docs/rbac.html)
- Reference
- [Python API Reference](https://docs.couchbase.com/sdk-api/couchbase-python-client)
- [Client Settings](/python-sdk/current/ref/client-settings.html)
- [Error Messages](/python-sdk/current/ref/error-codes.html)
- [Glossary](/python-sdk/current/ref/glossary.html)
- [Travel Sample Data Model](/python-sdk/current/ref/travel-app-data-model.html)
- Project Docs
- [Release Notes](/python-sdk/current/project-docs/sdk-release-notes.html)
- [Compatibility](/python-sdk/current/project-docs/compatibility.html)
- [Migrating to SDK 3 API](/python-sdk/current/project-docs/migrating-sdk-code-to-3.n.html)
- [Working with Collections](/python-sdk/current/howtos/working-with-collections.html)
- [Full Installation](/python-sdk/current/project-docs/sdk-full-installation.html)
- [Older Versions Archive](https://docs-archive.couchbase.com/home/index.html)
- [Licenses](/python-sdk/current/project-docs/sdk-licenses.html)
- [Get involved](/python-sdk/current/project-docs/get-involved.html)
- [Improve the Docs](https://docs.couchbase.com/home/contribute/index.html)
- [About These Docs](/python-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Quarkus Java Extension (1.3)
- [Couchbase Quarkus Java Extension](/quarkus-extension/current/overview.html)
- [Getting Started](/quarkus-extension/current/getting-started.html)
- [Compatibility Guide](/quarkus-extension/current/compatibility.html)
- [API Reference](https://javadoc.io/doc/io.quarkiverse.couchbase/quarkus-couchbase/latest/index.html)
- [Couchbase Quarkus Release Notes](/quarkus-extension/current/release-notes.html)
### Ruby SDK (3.7)
- [Ruby SDK Overview](/ruby-sdk/current/hello-world/overview.html)
- Getting Started
- [Start Using the Ruby SDK](/ruby-sdk/current/hello-world/start-using-sdk.html)
- [Data Operations](/ruby-sdk/current/howtos/kv-operations.html)
- [Caching Example](/ruby-sdk/current/howtos/caching-example.html)
- [Query](/ruby-sdk/current/howtos/n1ql-queries-with-sdk.html)
- [Vector Search](/ruby-sdk/current/howtos/vector-searching-with-sdk.html)
- [Search](/ruby-sdk/current/howtos/full-text-searching-with-sdk.html)
- [Sample Application](/ruby-sdk/current/hello-world/sample-application.html)
- Further Data Ops
- [Sub-Document Operations](/ruby-sdk/current/howtos/subdocument-operations.html)
- [Analytics](/ruby-sdk/current/howtos/analytics-using-sdk.html)
- [MapReduce Views](/ruby-sdk/current/howtos/view-queries-with-sdk.html)
- [Async & Batching APIs](/ruby-sdk/current/howtos/concurrent-async-apis.html)
- [Concurrent Document Mutations](/ruby-sdk/current/howtos/concurrent-document-mutations.html)
- [Transcoders & Non-JSON Documents](/ruby-sdk/current/howtos/transcoders-nonjson.html)
- Managing Couchbase
- [Managing Connections](/ruby-sdk/current/howtos/managing-connections.html)
- [Authentication](/ruby-sdk/current/howtos/sdk-authentication.html)
- [Troubleshooting Cloud Connections](/ruby-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Provisioning Cluster Resources](/ruby-sdk/current/howtos/provisioning-cluster-resources.html)
- Errors & Diagnostics
- [Handling Errors](/ruby-sdk/current/howtos/error-handling.html)
- [Logging](/ruby-sdk/current/howtos/collecting-information-and-logging.html)
- [Slow Operations Logging](/ruby-sdk/current/howtos/slow-operations-logging.html)
- Learn
- [Overview](/ruby-sdk/current/concept-docs/concepts.html)
- [Buckets & Clusters](/ruby-sdk/current/concept-docs/buckets-and-clusters.html)
- [Collections & Scopes](/ruby-sdk/current/concept-docs/collections.html)
- [Compression](/ruby-sdk/current/concept-docs/compression.html)
- [Data Model](/ruby-sdk/current/concept-docs/data-model.html)
- [Documents](/ruby-sdk/current/concept-docs/documents.html)
- [Non-JSON Documents](/ruby-sdk/current/concept-docs/nonjson.html)
- [Sub-Documents](/ruby-sdk/current/concept-docs/subdocument-operations.html)
- [XATTR and Virtual XATTR](/ruby-sdk/current/concept-docs/xattr.html)
- [Errors & Diagnostics](/ruby-sdk/current/concept-docs/errors.html)
- [Health Check](/ruby-sdk/current/concept-docs/health-check.html)
- [Tracing](/ruby-sdk/current/concept-docs/response-time-observability.html)
- [Failure Considerations](/ruby-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Service Selection](/ruby-sdk/current/concept-docs/data-services.html)
- [Analytics](/ruby-sdk/current/concept-docs/analytics-for-sdk-users.html)
- [Views](/ruby-sdk/current/concept-docs/understanding-views.html)
- [Querying with SQL++](/ruby-sdk/current/concept-docs/n1ql-query.html)
- [Search](/ruby-sdk/current/concept-docs/full-text-search-overview.html)
- [User Management](/ruby-sdk/current/concept-docs/sdk-user-management-overview.html)
- [Cert Auth](/ruby-sdk/current/concept-docs/certificate-based-authentication.html)
- [RBAC](/ruby-sdk/current/concept-docs/rbac.html)
- Reference
- [Ruby API Reference](https://docs.couchbase.com/sdk-api/couchbase-ruby-client/)
- [Client Settings](/ruby-sdk/current/ref/client-settings.html)
- [Error Messages](/ruby-sdk/current/ref/error-codes.html)
- [Glossary](/ruby-sdk/current/ref/glossary.html)
- [Travel Sample Data Model](/ruby-sdk/current/ref/travel-app-data-model.html)
- Project Docs
- [Release Notes](/ruby-sdk/current/project-docs/sdk-release-notes.html)
- [Compatibility](/ruby-sdk/current/project-docs/compatibility.html)
- [Working with Collections](/ruby-sdk/current/howtos/working-with-collections.html)
- [3rd Party Integrations](/ruby-sdk/current/project-docs/third-party-integrations.html)
- [Older Versions Archive](https://docs-archive.couchbase.com/home/index.html)
- [Licenses](/ruby-sdk/current/project-docs/sdk-licenses.html)
- [Get Involved](/ruby-sdk/current/project-docs/get-involved.html)
- [Improve the Docs](https://docs.couchbase.com/home/contribute/index.html)
- [About These Docs](/ruby-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Rust SDK (1.0)
- [Couchbase Rust SDK Overview](/rust-sdk/current/hello-world/overview.html)
- [Hello World](/rust-sdk/current/hello-world/start-using-sdk.html)
- [Connecting to Your Database](/rust-sdk/current/howtos/managing-connections.html)
- [Authentication & Authorization](/rust-sdk/current/howtos/sdk-authentication.html)
- [Troubleshooting Cloud Connections](/rust-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Data Modelling, Durability, and Consistency](/rust-sdk/current/concept-docs/data-durability-acid-transactions.html)
- [Data Operations](/rust-sdk/current/howtos/kv-operations.html)
- [Concurrent Document Mutations](/rust-sdk/current/howtos/concurrent-document-mutations.html)
- [Sub-Document Operations](/rust-sdk/current/howtos/subdocument-operations.html)
- [Data Model](/rust-sdk/current/concept-docs/data-model.html)
- [Documents](/rust-sdk/current/concept-docs/documents.html)
- [Sub-Documents](/rust-sdk/current/concept-docs/subdocument-operations.html)
- [Non-JSON Documents](/rust-sdk/current/concept-docs/nonjson.html)
- [Transcoders & Non-JSON Documents](/rust-sdk/current/howtos/transcoders-nonjson.html)
- [XATTR & Virtual XATTR](/rust-sdk/current/concept-docs/xattr.html)
- [Compression](/rust-sdk/current/concept-docs/compression.html)
- [Querying Your Data](/rust-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/rust-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [Understanding SQL++ Queries](/rust-sdk/current/concept-docs/n1ql-query.html)
- [Vector Search](/rust-sdk/current/howtos/vector-searching-with-sdk.html)
- [Understanding Search](/rust-sdk/current/concept-docs/full-text-search-overview.html)
- [Using the Search Service](/rust-sdk/current/howtos/full-text-searching-with-sdk.html)
- [Distributed ACID Transactions](/rust-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- [Failure Considerations](/rust-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Logging](/rust-sdk/current/howtos/collecting-information-and-logging.html)
- [Using Health Check](/rust-sdk/current/howtos/health-check.html)
- [Observability](/rust-sdk/current/concept-docs/response-time-observability.html)
- [Slow Operations Logging](/rust-sdk/current/howtos/slow-operations-logging.html)
- [Metrics Reporting](/rust-sdk/current/howtos/observability-metrics.html)
- [Orphaned Requests Logging](/rust-sdk/current/howtos/observability-orphan-logger.html)
- [Request Tracing](/rust-sdk/current/howtos/observability-tracing.html)
- [Best Practices](/rust-sdk/current/concept-docs/best-practices.html)
- [Async APIs and Batching](/rust-sdk/current/howtos/concurrent-async-apis.html)
- [Handling Errors](/rust-sdk/current/howtos/error-handling.html)
- [Managing Couchbase](/rust-sdk/current/concept-docs/management-api.html)
- [Provisioning Cluster Resources](/rust-sdk/current/howtos/provisioning-cluster-resources.html)
- [Managing Users](/rust-sdk/current/howtos/sdk-user-management-example.html)
- [SDK Deployment](/rust-sdk/current/project-docs/deployment.html)
- [Release Notes](/rust-sdk/current/project-docs/sdk-release-notes.html)
- [Compatibility](/rust-sdk/current/project-docs/compatibility.html)
- [Integrations](/rust-sdk/current/project-docs/third-party-integrations.html)
- [Full Installation](/rust-sdk/current/project-docs/sdk-full-installation.html)
- [Platform Help](/rust-sdk/current/hello-world/platform-help.html)
- [Get Involved](/rust-sdk/current/project-docs/get-involved.html)
- [Licenses](/rust-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/rust-sdk/current/ref/index.html)
- [API Reference](https://docs.rs/couchbase/latest/couchbase/)
- [Rust SDK Source Code](https://github.com/couchbase/couchbase-rs/)
- [Client Settings](/rust-sdk/current/ref/client-settings.html)
- [Error Messages](/rust-sdk/current/ref/error-codes.html)
- [Glossary](/rust-sdk/current/ref/glossary.html)
- [About These Docs](/rust-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### Scala SDK (3.11)
- [Couchbase Scala SDK Overview](/scala-sdk/current/hello-world/overview.html)
- [Hello World](/scala-sdk/current/hello-world/start-using-sdk.html)
- [Sample Application](/scala-sdk/current/hello-world/sample-application.html)
- [Connecting to Your Database](/scala-sdk/current/howtos/managing-connections.html)
- [Authentication & Authorization](/scala-sdk/current/howtos/sdk-authentication.html)
- [Troubleshooting Cloud Connections](/scala-sdk/current/howtos/troubleshooting-cloud-connections.html)
- [Data Modelling, Durability, and Consistency](/scala-sdk/current/concept-docs/data-durability-acid-transactions.html)
- [Data Operations](/scala-sdk/current/howtos/kv-operations.html)
- [Concurrent Document Mutations](/scala-sdk/current/howtos/concurrent-document-mutations.html)
- [Sub-Document Operations](/scala-sdk/current/howtos/subdocument-operations.html)
- [Data Model](/scala-sdk/current/concept-docs/data-model.html)
- [Documents](/scala-sdk/current/concept-docs/documents.html)
- [Choosing a JSON Library](/scala-sdk/current/howtos/json.html)
- [Sub-Documents](/scala-sdk/current/concept-docs/subdocument-operations.html)
- [Non-JSON Documents](/scala-sdk/current/concept-docs/nonjson.html)
- [Transcoders & Non-JSON Documents](/scala-sdk/current/howtos/transcoders-nonjson.html)
- [XATTR & Virtual XATTR](/scala-sdk/current/concept-docs/xattr.html)
- [Encrypting Your Data](/scala-sdk/current/howtos/encrypting-using-sdk.html)
- [Understanding Field Level Encryption](/scala-sdk/current/concept-docs/encryption.html)
- [Compression](/scala-sdk/current/concept-docs/compression.html)
- [Querying Your Data](/scala-sdk/current/concept-docs/querying-your-data.html)
- [Querying with SQL++](/scala-sdk/current/howtos/sqlpp-queries-with-sdk.html)
- [Understanding SQL++ Queries](/scala-sdk/current/concept-docs/n1ql-query.html)
- [Vector Search](/scala-sdk/current/howtos/vector-searching-with-sdk.html)
- [Understanding Search](/scala-sdk/current/concept-docs/full-text-search-overview.html)
- [Using the Search Service](/scala-sdk/current/howtos/full-text-searching-with-sdk.html)
- [Analytics](/scala-sdk/current/howtos/analytics-using-sdk.html)
- [Distributed ACID Transactions](/scala-sdk/current/howtos/distributed-acid-transactions-from-the-sdk.html)
- [Tracing](/scala-sdk/current/howtos/transactions-tracing.html)
- [Transaction Concepts](/scala-sdk/current/concept-docs/transactions.html)
- [Cleanup](/scala-sdk/current/concept-docs/transactions-cleanup.html)
- [Error Handling](/scala-sdk/current/concept-docs/transactions-error-handling.html)
- [Failure Considerations](/scala-sdk/current/concept-docs/durability-replication-failure-considerations.html)
- [Logging](/scala-sdk/current/howtos/collecting-information-and-logging.html)
- [Using Health Check](/scala-sdk/current/howtos/health-check.html)
- [Observability](/scala-sdk/current/concept-docs/response-time-observability.html)
- [Slow Operations Logging](/scala-sdk/current/howtos/slow-operations-logging.html)
- [Metrics Reporting](/scala-sdk/current/howtos/observability-metrics.html)
- [Orphaned Requests Logging](/scala-sdk/current/howtos/observability-orphan-logger.html)
- [Request Tracing](/scala-sdk/current/howtos/observability-tracing.html)
- [Best Practices](/scala-sdk/current/concept-docs/best-practices.html)
- [Async & Reactive APIs](/scala-sdk/current/howtos/concurrent-async-apis.html)
- [Handling Errors](/scala-sdk/current/howtos/error-handling.html)
- [Managing Couchbase](/scala-sdk/current/concept-docs/management-api.html)
- [Provisioning Cluster Resources](/scala-sdk/current/howtos/provisioning-cluster-resources.html)
- [Managing Users](/scala-sdk/current/howtos/sdk-user-management-example.html)
- [SDK Deployment](/scala-sdk/current/project-docs/deployment.html)
- [Release Notes](/scala-sdk/current/project-docs/sdk-release-notes.html)
- [Older Versions Archive](https://docs-archive.couchbase.com/home/index.html)
- [Compatibility](/scala-sdk/current/project-docs/compatibility.html)
- [Differences between Scala 2 and 3 SDK versions](/scala-sdk/current/project-docs/migrating-to-scala-3.html)
- [Integrations](/scala-sdk/current/project-docs/third-party-integrations.html)
- [Full Installation](/scala-sdk/current/project-docs/sdk-full-installation.html)
- [Platform Introduction](/scala-sdk/current/hello-world/platform-help.html)
- [Get Involved](/scala-sdk/current/project-docs/get-involved.html)
- [Licenses](/scala-sdk/current/project-docs/sdk-licenses.html)
- [Improve the Docs](/home/contribute/index.html)
- [Reference Pages](/scala-sdk/current/ref/index.html)
- [API Reference](https://docs.couchbase.com/sdk-api/couchbase-scala-client)
- [JVM Core IO API](https://docs.couchbase.com/sdk-api/couchbase-core-io/)
- [Scala SDK Source Code](https://github.com/couchbase/couchbase-jvm-clients/tree/master/scala-client)
- [Client Settings](/scala-sdk/current/ref/client-settings.html)
- [Error Messages](/scala-sdk/current/ref/error-codes.html)
- [Glossary](/scala-sdk/current/ref/glossary.html)
- [Travel Sample Data Model](/scala-sdk/current/ref/travel-app-data-model.html)
- [About These Docs](/scala-sdk/current/project-docs/metadoc-about-these-sdk-docs.html)
### SDK Extension Libraries
- [SDK Extension Libraries](/sdk-extensions/index.html)
- [Distributed ACID Transactions](/sdk-extensions/distributed-acid-transactions.html)
- [Field Level Encryption](/sdk-extensions/field-level-encryption.html)
- [Response Time Observability](/sdk-extensions/response-time-observability.html)
- [Spring Data](/sdk-extensions/spring-data-couchbase.html)
### Spark Connector (3.5)
- [Introduction](/spark-connector/current/index.html)
- [Download and API Reference](/spark-connector/current/download-links.html)
- [Getting Started (Scala)](/spark-connector/current/getting-started.html)
- [Getting Started (PySpark)](/spark-connector/current/pyspark.html)
- [Development Workflow](/spark-connector/current/dev-workflow.html)
- [Working With RDDs](/spark-connector/current/working-with-rdds.html)
- [DataFrames and Datasets](/spark-connector/current/spark-sql.html)
- [Sub-document DataFrame KV persistence](/spark-connector/current/subdocument.html)
- [Java API](/spark-connector/current/java-api.html)
- [Structured Streaming Support](/spark-connector/current/streaming.html)
- [Using the Spark Shell](/spark-connector/current/spark-shell.html)
- [Columnar Support](/spark-connector/current/columnar.html)
- [Databricks Support](/spark-connector/current/databricks.html)
- [Configuration](/spark-connector/current/configuration.html)
- [Release Notes](/spark-connector/current/release-notes.html)
### Sync Gateway (4.0)
- [Introduction](/sync-gateway/current/introduction.html)
- [New in 4.0](/sync-gateway/current/whatsnew.html)
- Start Here!
- [Prepare](/sync-gateway/current/start-here/get-started-prepare.html)
- [Install](/sync-gateway/current/start-here/get-started-install.html)
- [Verify](/sync-gateway/current/start-here/get-started-verify-install.html)
- [Data Modeling](/sync-gateway/current/data-modeling.html)
- Configuration
- [Overview](/sync-gateway/current/configuration/configuration-overview.html)
- [Bootstrap](/sync-gateway/current/configuration/configuration-schema-bootstrap.html)
- [Database](/sync-gateway/current/configuration/configuration-schema-database.html)
- [Scopes and Collections Configuration for Sync Gateway](/sync-gateway/current/configuration/scopes-and-collections-config.html)
- [Database Security](/sync-gateway/current/configuration/configuration-schema-db-security.html)
- [Access Control](/sync-gateway/current/configuration/configuration-schema-access-control.html)
- [Import Filter](/sync-gateway/current/configuration/configuration-schema-import-filter.html)
- [Inter-Sync Gateway Replication](/sync-gateway/current/configuration/configuration-schema-isgr.html)
- [Legacy Pre-3.0 Configuration](/sync-gateway/current/configuration/configuration-properties-legacy.html)
- [Javascript Functions](/sync-gateway/current/configuration/configuration-javascript-functions.html)
- [Environment Variables](/sync-gateway/current/configuration/configuration-environment-variables.html)
- Security
- [Secure Access](/sync-gateway/current/security/secure-sgw-access.html)
- [User Authentication](/sync-gateway/current/security/authentication-users.html)
- [TLS Cert Authentication](/sync-gateway/current/security/authentication-certs.html)
- [Audit Logging](/sync-gateway/current/security/audit-logging.html)
- [Manage Audit Logs](/sync-gateway/current/security/manage-audit-logs.html)
- [Audit Logging Events Reference](/sync-gateway/current/security/audit-log-events.html)
- Access Control
- [Concepts](/sync-gateway/current/access-control/access-control-concepts.html)
- [Access Control Model](/sync-gateway/current/access-control/access-control-model.html)
- [Channels](/sync-gateway/current/access-control/channels.html)
- [Roles](/sync-gateway/current/access-control/roles.html)
- [Users](/sync-gateway/current/access-control/users.html)
- [Sync Function](/sync-gateway/current/access-control/sync-function/sync-function.html)
- [API Reference](/sync-gateway/current/access-control/sync-function/sync-function-api.html)
- [access()](/sync-gateway/current/access-control/sync-function/sync-function-api-access-cmd.html)
- [channel()](/sync-gateway/current/access-control/sync-function/sync-function-api-channel-cmd.html)
- [expiry()](/sync-gateway/current/access-control/sync-function/sync-function-api-expiry-cmd.html)
- [requireAccess()](/sync-gateway/current/access-control/sync-function/sync-function-api-require-access-cmd.html)
- [requireAdmin()](/sync-gateway/current/access-control/sync-function/sync-function-api-require-admin-cmd.html)
- [requireRole()](/sync-gateway/current/access-control/sync-function/sync-function-api-require-role-cmd.html)
- [requireUser()](/sync-gateway/current/access-control/sync-function/sync-function-api-require-user-cmd.html)
- [role()](/sync-gateway/current/access-control/sync-function/sync-function-api-role-cmd.html)
- [throw()](/sync-gateway/current/access-control/sync-function/sync-function-api-throw-cmd.html)
- [How-to](/sync-gateway/current/access-control/access-control-how.html)
- [Create Users](/sync-gateway/current/access-control/access-control-how-create-users.html)
- [Create Roles](/sync-gateway/current/access-control/access-control-how-create-roles.html)
- [Assign User to Role](/sync-gateway/current/access-control/access-control-how-assign-users-to-roles.html)
- [Control Document Access](/sync-gateway/current/access-control/access-control-how-control-document-access.html)
- [Verify Access](/sync-gateway/current/access-control/access-control-how-verify-access.html)
- [Use XATTRS for Access Grants](/sync-gateway/current/access-control/access-control-how-use-xattrs-for-access-grants.html)
- [Auto-Purge Channel Access Revocation](/sync-gateway/current/access-control/auto-purge-channel-access-revocation.html)
- REST API
- [Secure Access](/sync-gateway/current/rest-api/rest-api-access.html)
- [Admin REST API](/sync-gateway/current/rest-api/rest-api-admin.html)
- [Admin API Reference](/sync-gateway/current/rest-api/rest_api_admin.html)
- [Metrics REST API](/sync-gateway/current/rest-api/rest-api-metrics.html)
- [Metrics API Reference](/sync-gateway/current/rest-api/rest_api_metric.html)
- [Public REST API](/sync-gateway/current/rest-api/rest-api.html)
- [Public API Reference](/sync-gateway/current/rest-api/rest_api_public.html)
- [RBAC Role - Endpoint Cross-Reference](/sync-gateway/current/rest-api/rest-api-access-rbac-roles.html)
- Sync
- [Sync with Server](/sync-gateway/current/sync/sync-with-couchbase-server.html)
- [Sync with Application](/sync-gateway/current/sync/sync-using-app.html)
- Inter-Sync Gateway Replication
- [Overview](/sync-gateway/current/sync/sync-inter-syncgateway-overview.html)
- [Initialize](/sync-gateway/current/sync/sync-inter-syncgateway-run.html)
- [Manage](/sync-gateway/current/sync/sync-inter-syncgateway-manage.html)
- [Monitor](/sync-gateway/current/sync/sync-inter-syncgateway-monitor.html)
- [Inter Sync Gateway Conflict Resolution](/sync-gateway/current/sync/sync-inter-syncgateway-conflict-resolution.html)
- [Delta Sync](/sync-gateway/current/sync/delta-sync.html)
- [Import Processing](/sync-gateway/current/sync/import-processing.html)
- Manage
- [Revisions](/sync-gateway/current/manage/revisions.html)
- [Tombstones](/sync-gateway/current/manage/managing-tombstones.html)
- [Resync](/sync-gateway/current/manage/resync.html)
- [Stats Monitoring](/sync-gateway/current/manage/stats-monitoring.html)
- [JSON Metrics](/sync-gateway/current/manage/stats-monitoring-json.html)
- [Prometheus Metrics](/sync-gateway/current/manage/stats-monitoring-prometheus.html)
- [Database Offline](/sync-gateway/current/manage/database-offline.html)
- [Logging](/sync-gateway/current/manage/logging.html)
- [SG Collect Info](/sync-gateway/current/manage/sgcollect-info.html)
- Deploy
- [Overview](/sync-gateway/current/deploy/deployment.html)
- [Command Line Options](/sync-gateway/current/deploy/command-line-options.html)
- [Load Balancer](/sync-gateway/current/deploy/load-balancer.html)
- [OS Level Tuning](/sync-gateway/current/deploy/os-level-tuning.html)
- [Webhooks](/sync-gateway/current/deploy/webhooks.html)
- [Changes Feed](/sync-gateway/current/deploy/changes-feed.html)
- [Prometheus Feed](/sync-gateway/current/deploy/stats-prometheus.html)
- [Indexing](/sync-gateway/current/deploy/indexing.html)
- [Partitioned Indexes](/sync-gateway/current/deploy/index-partitions.html)
- [Disaster Recovery](/sync-gateway/current/deploy/setting-up-dr-cluster.html)
- [Upgrade](/sync-gateway/current/upgrading.html)
- Use Kubernetes
- [Deploy](/sync-gateway/current/use-kubernetes/deploy-cluster-to-kubernetes.html)
- [Manage a Sync Gateway Cluster](/operator/current/tutorial-sync-gateway-manage.html)
- [Expose Sync Gateway to Couchbase Lite clients](/operator/current/tutorial-sync-gateway-clients.html)
- Server Compatibility
- [Buckets](/sync-gateway/current/server-compatibility/server-compatibility-buckets.html)
- [Collections](/sync-gateway/current/server-compatibility/server-compatibility-collections.html)
- [Eventing](/sync-gateway/current/server-compatibility/server-compatibility-eventing.html)
- [Transactions](/sync-gateway/current/server-compatibility/server-compatibility-transactions.html)
- [XDCR](/sync-gateway/current/server-compatibility/server-compatibility-xdcr.html)
- [Bi-directional XDCR with Mobile Clusters](/sync-gateway/current/server-compatibility/server-compatibility-xdcr-mobile.html)
- [XDCR Active-Active and Eventing](/sync-gateway/current/server-compatibility/xdcr-active-active-eventing.html)
- [Backup and Restore](/sync-gateway/current/server-compatibility/server-compatibility-backups.html)
- Product Notes
- [Release Notes](/sync-gateway/current/product-notes/release-notes.html)
- [Supported Environments](/sync-gateway/current/product-notes/supported-environments.html)
- [Compatibility Matrix](/sync-gateway/current/product-notes/compatibility.html)
- [Glossary](/sync-gateway/current/glossary.html)
### Tableau Connector (1.1)
- [Introduction](/tableau-connector/current/index.html)
- [Download Tableau](/tableau-connector/current/download-tableau.html)
- [Enable Couchbase Analytics Service](/tableau-connector/current/enable-analytics.html)
- [Set up the Couchbase Tableau Connector](/tableau-connector/current/setup-tableau-connector.html)
- [Install on Tableau Desktop](/tableau-connector/current/setup-tableau-desktop.html)
- [Install on Tableau Server](/tableau-connector/current/setup-tableau-server.html)
- [Tabular Views](/tableau-connector/current/tabular-views.html)
- [Using Tableau with the Couchbase Tableau Connector](/tableau-connector/current/using-couchbase-tableau-connector.html)
- [Connecting to Tableau Cloud using Tableau Bridge](/tableau-connector/current/connecting-to-tableau-cloud-using-tableau-bridge.html)
- [Release Notes](/tableau-connector/current/release-notes.html)
### Talend Connector
- [Talend Connector](/talend-connector/index.html)
### UI and UX Style Guide
- [Introduction to UI and UX Style](/ui-ux/index.html)
- [General UI Copy Principles](/ui-ux/general.html)
- [Contractions](/ui-ux/contractions.html)
- [First-Person](/ui-ux/first-person.html)
- [Please, Thank You and Sorry](/ui-ux/please-thanks-sorry.html)
- [Prepositions](/ui-ux/prepositions.html)
- [Couchbase UI Voice](/ui-ux/voice.html)
- [What Does Good UX Content Look Like?](/ui-ux/good-content.html)
- [Action Buttons](/ui-ux/action-buttons.html)
- [Create Buttons](/ui-ux/create-buttons.html)
- [Decision Dialogs](/ui-ux/decision-dialogs.html)
- [Documentation and External Resource Links](/ui-ux/documentation-links.html)
- [Error Messages](/ui-ux/error-messages.html)
- [Progress Messages](/ui-ux/progress-messages.html)
- [Success Messages](/ui-ux/success-messages.html)
- [Forms](/ui-ux/forms.html)
- [Headings](/ui-ux/headings.html)
- [Information Dialogs](/ui-ux/info-dialogs.html)
- [Instruction Text](/ui-ux/instruction-text.html)
- [Lists and Menus](/ui-ux/lists.html)
- [Empty States](/ui-ux/no-component-found.html)
- [Text Input Fields](/ui-ux/text-input-fields.html)
- [Tooltips](/ui-ux/tooltips.html)
- [Docs A-Z Wordlist](/styleguide/word-list.html)
- [Numbers and Symbols](/styleguide/word-list.html#num)
- [A](/styleguide/word-list.html#a)
- [B](/styleguide/word-list.html#b)
- [C](/styleguide/word-list.html#c)
- [D](/styleguide/word-list.html#d)
- [E](/styleguide/word-list.html#e)
- [F](/styleguide/word-list.html#f)
- [G](/styleguide/word-list.html#g)
- [H](/styleguide/word-list.html#h)
- [I](/styleguide/word-list.html#i)
- [J](/styleguide/word-list.html#j)
- [K](/styleguide/word-list.html#k)
- [L](/styleguide/word-list.html#l)
- [M](/styleguide/word-list.html#m)
- [N](/styleguide/word-list.html#n)
- [O](/styleguide/word-list.html#o)
- [P](/styleguide/word-list.html#p)
- [Q](/styleguide/word-list.html#q)
- [R](/styleguide/word-list.html#r)
- [S](/styleguide/word-list.html#s)
- [T](/styleguide/word-list.html#t)
- [U](/styleguide/word-list.html#u)
- [V](/styleguide/word-list.html#v)
- [W](/styleguide/word-list.html#w)
- [X](/styleguide/word-list.html#x)
- [Y](/styleguide/word-list.html#y)
- [Z](/styleguide/word-list.html#z)
### User Profile Tutorial
- Getting Started on iOS
- [Standalone](#standalone@userprofile-couchbase-mobile:userprofile:userprofile_basic.adoc)
- [Query](#query@userprofile-couchbase-mobile:userprofile:userprofile_query.adoc)
- [Sync](#sync@userprofile-couchbase-mobile:userprofile:userprofile_sync.adoc)
- [Background Fetch](/userprofile-couchbase-mobile/current/userprofile/background-fetch.html)
- Getting Started on Xamarin
- [Standalone](#standalone@userprofile-couchbase-mobile:userprofile:xamarin/userprofile_basic.adoc)
- [Query](#query@userprofile-couchbase-mobile:userprofile:xamarin/userprofile_query.adoc)
- [Sync](#sync@userprofile-couchbase-mobile:userprofile:xamarin/userprofile_sync.adoc)
- Getting Started on Android
- [Standalone](#standalone@userprofile-couchbase-mobile:userprofile:android/userprofile_basic.adoc)