# Couchbase Capella

<figure><img src="/files/LK0LXcOWYE1jeDTspPM4" alt=""><figcaption></figcaption></figure>

## Sign Up

Go to <https://www.couchbase.com/downloads/?family=capella> and sign up. No credit card is required. Couchbase Capella offers a free tier that you can use.&#x20;

## Create Cluster

Once you are logged in, create a cluster.&#x20;

<figure><img src="/files/wI3pavuzeZlEAulEj2PL" alt=""><figcaption></figcaption></figure>

Select "Free"&#x20;

<figure><img src="/files/mBlcsel9cfqNjcvP5Oxa" alt=""><figcaption></figcaption></figure>

Select your preferred cloud and click "Create Cluster".

<figure><img src="/files/G6I8GhRiAZ9Xb62Tj8bK" alt=""><figcaption></figcaption></figure>

It will take a few minutes to launch your cluster.&#x20;

## Create Cluster Access

When your cluster is ready, add client access credentials so you can access it. Select "All Buckets", "All Scopes", "Read/Write".&#x20;

<figure><img src="/files/6o444dVgJ6JpOLSYkiJr" alt=""><figcaption></figcaption></figure>

Now, you need to open your cluster for access from your IP.&#x20;

<figure><img src="/files/hPJLjUjOMfnBmxMM63h9" alt=""><figcaption></figcaption></figure>

The easiest option is to click "Allow Access from Anywhere", which can be ok for development purposes. For proper security you would select a restricted set of IP addresses.&#x20;

Type "confirm" and click "Allow Access from Anywhere".&#x20;

<figure><img src="/files/xcPzjF3gJiiTMgdY7shS" alt=""><figcaption></figcaption></figure>

You then also need to click "Add Allowed IP".&#x20;

![](/files/ZwPJ68sh2vI18L2ydiWC)

## Create Bucket

Navigate to the "Data Tools" tab. Click "New" under step 1 Bucket. Name the bucket "main". Also click the "Use system generated \_default for scope and collection" checkbox under step 2 Scope. Then, click "Create".

<figure><img src="/files/DLKpmcLXaIWY4u12BGMB" alt=""><figcaption></figcaption></figure>

You have now created a cluster, created a bucket called main and configured the access to the server so it is ready to use.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bluetext.dev/integrations/couchbase-capella.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
