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

# MongoDB (Beta)

*MongoDB support is currently **in beta**. Please raise any issues you encounter via the chat bubble in the bottom-right of the site, and we'll be happy to help.*

***

### Overview

Our MongoDB integration allows you to import your data; allowing you to clean, transform, and ask questions via Chat Explore.

{% hint style="danger" %}
You must allow network traffic from the public IP address `54.197.189.139` in order to allow Akkio to access your data.
{% endhint %}

### Importing Data

To import data, first create a new project.

<figure><img src="/files/VpUJWicfa5GU4lHD7XeB" alt=""><figcaption><p>Create a new project from the homepage.</p></figcaption></figure>

Select the MongoDB button.

<figure><img src="/files/JPAaxCkMPouDMzqVStXY" alt="" width="447"><figcaption></figcaption></figure>

Click "Connect Dataset" to add a new dataset.

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

Enter connection details for your database.

<figure><img src="/files/ZdrB6UU56IDmOrcgsO4L" alt="" width="520"><figcaption></figcaption></figure>

<figure><img src="/files/FqlmgjXKw5VeUJskoozH" alt="" width="520"><figcaption></figcaption></figure>

**Make sure your security settings allow us to connect to your database.** You'll need to add our IP Address, `54.197.189.139`, to your security settings so we can connect and pull your data in.

To pull in your data, input the following:

* **Hostname:** The hostname of your MongoDB instance (this looks like the URL).
* **Database** The name of the database within your MongoDB instance that your table is inside.&#x20;
* **Username/Password:** Credentials for the database user to authenticate. This user must have read permissions for a table to import and write permissions to deploy.

When complete, hit continue.

Next enter **Table Name:** The name of the table to pull from.

<figure><img src="/files/YIdz0mSRDqcB7KJilRZk" alt="" width="525"><figcaption></figcaption></figure>

This will run a connection test; if successful, you'll see the data loading screen. Data will take some time to import based on table size.

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

Once your data is done importing, you'll see it populate onto the screen.

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

Now, your data is loaded into Akkio and will function normally. If this is your first time connecting data, take a look at [Prepare](/akkio-docs/prepare-your-data/prepare.md) to get started.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.akkio.com/akkio-docs/integrations/mongodb-beta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
