Skip to main content
VLTRON is joining ClickHouse to power the open-source Agentic Data Stack 🎉 Learn more
VLTRON

MongoDB Setup

Understanding MongoDB's role in VLTRON

MongoDB is the database that powers VLTRON. It stores your conversations, settings, and user data.

What You Need to Know

As a VLTRON user, you don't need to worry about MongoDB — it's managed by the platform. This page explains MongoDB's role for reference.

How VLTRON Uses MongoDB

  • Conversations: Your chat history and messages
  • Users: Account information and preferences
  • Settings: Configuration and customizations
  • Files: Metadata for uploaded files and images

For Developers

If you're building on VLTRON's API or contributing to the platform, MongoDB stores:

  • Document-based conversation threads
  • User authentication and authorization data
  • Agent configurations and tool settings
  • File storage metadata

Data Your conversations are stored securely in MongoDB with encryption at rest and in transit.

How is this guide?