> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/database/integrations.md).

# Integrations

A database **integration** is the MongoDB connection your project's data lives in — a managed **Flex** cluster provisioned by Norbix, or your own MongoDB via a connection string.

<figure><img src="/files/a2nriM3XyCPS3VcBnRYm" alt=""><figcaption><p>Database → Integrations.</p></figcaption></figure>

## What you can do here

The list shows each connection with its **Provider** (*MongoDB Connection String* or *Norbix MongoDB Atlas (Flex Managed)*), **Last Test Succeeded**, **Enabled**, and a **Default** badge — the default is set per environment. With several active connections and no default, the page warns you until one is chosen.

**Add New Integration** opens the provider picker: bring your own connection string, or let Norbix provision an Atlas Flex cluster (you pick the tier, and can reveal the connection string later when you need direct access). Open a connection to **test** it, set it as the **default**, or enable/disable it.

## Use it from code

[Database → Integrations](/sdks-and-cli/database/integrations.md).

## API reference

Endpoints: [Database → Integrations](/api-reference/database/integrations.md).
