# MongoDB

MongoDB offers an innovative way to keep databases via files or documents, instead of worksheets, like other apps. Integrating MongoDB into GearPlug lets you keep your database updated and use it on other apps.

{% hint style="info" %}
**Can't see the action you need?**

[Contact us](https://www.gearplug.io/en/contact)! Select "Suggest Action," tell us the action you need, and we'll evaluate how to add it.
{% endhint %}

### As a source

<figure><img src="/files/5DMTBsel2AjikHnZ85Wi" alt=""><figcaption></figcaption></figure>

As a source, MongoDB offers one action:

* **Get document**: Imports data from new documents saved on your database.

### As a target

<figure><img src="https://lh4.googleusercontent.com/MEKYszv1t4aX4MTdQSffrFPc60V5IA9FK3NhLi6-fkWhjBNXiv-tMCZYe-YT0Wr9RE7rjC8Vtp2fofySQ0Y1ZzUXe1OgtHlLU-cCYXwmlIJpyRBGMjRB0hR6SDmkGmro0vTYke2fLMZ4j4f-S-V6oQ" alt=""><figcaption></figcaption></figure>

As a target, MongoDB offers one action:

* **Create document**: Creates new documents in your database using information from other apps.


---

# 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.gearplug.io/english/set-up-your-integrations/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.
