# MongoDB

## Supported Ingestion Methods

* Full
* Incremental
  * It is highly recommended that an index covering the column to be used exists

{% hint style="info" %}

#### Connecting to MongoDB Cloud Atlas

When connecting to MongoDB hosted on Atlas, the following connection settings are recommended:

* Host: Found in the "Connect" section of Atlas for the cluster (i.e. `my-server.ab1c2.mongodb.net`)
* Use SRV: Yes *(required)*
* Use SSL: Yes *(required)*
* Auth Source: typically "admin"
* Read Preference: typically "Secondary" if you have a multi-node cluster, "Primary" otherwise
  {% endhint %}

![](/files/aNalauEbArvOqMm0KKzj)


---

# 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.verbdata.com/data-sources/database-engines/mongodb.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.
