> ## Documentation Index
> Fetch the complete documentation index at: https://hoopdev-docs-improve-idp-sso-pages.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MongoDB

> A NoSQL document-oriented database that provides high scalability and flexibility for modern applications.

<ConnectionTemplate
  config={{
"id": "mongodb",
"name": "MongoDB",
"description": "A NoSQL document-oriented database that provides high scalability and flexibility for modern applications.",
"category": "databases",
"icon-name": "mongodb",
"tags": [
"database",
"nosql",
"development"
],
"overview": {
"description": "Connect to your MongoDB instances through Hoop.dev's secure access gateway with automated data protection, comprehensive query auditing, and intelligent access controls. Execute database operations with real-time masking of sensitive document fields."
},
"setupGuide": {
"accessMethods": {
  "webapp": true,
  "cli": true,
  "runbooks": true
}
},
"documentationConfig": {
"path": "quickstart/databases/mongodb"
},
"features": {
"tlsTerminationProxy": {
  "native": true,
  "oneOff": true
},
"audit": {
  "native": true,
  "oneOff": true
},
"dataMaskingGoogleDLP": {
  "native": true,
  "oneOff": true
},
"dataMaskingMSPresidio": {
  "native": true,
  "oneOff": true
},
"guardrails": {
  "native": false,
  "oneOff": true
},
"credentialsOffload": {
  "native": true,
  "oneOff": true
},
"interactiveAccess": {
  "native": true,
  "oneOff": true
}
},
"resourceConfiguration": {
"type": "database",
"subtype": "mongodb",
"credentials": [
  {
    "name": "CONNECTION_STRING",
    "type": "env-var",
    "required": true,
    "description": "The MongoDB connection string. See [MongoDB connection string](https://www.mongodb.com/docs/manual/reference/connection-string/) for more details about the proper format.",
    "placeholder": "mongodb://localhost:27017/mydb"
  }
]
}
}}
/>
