Skip to content
Studio 3T - The professional GUI, IDE and client for MongoDB
    • Blog
    • Case studies
    • Webinars
    • Knowledge Base
    • MongoDB Tutorials & Courses
    • Tool/Feature Documentation
    • What’s New
    • Community
    • Testimonials
    • Whitepapers
    • Reports
    • Contact
    • Sales Enquiries
    • Feedback and Support
    • Research Program
    • Careers
    • About Us
    • Buy Now
    • Preferred Resellers
    • Team Pricing
  • Try For Free
  • Talk to sales
  • My 3T
Try For Free Talk to sales
search
Categories

Getting Started

Managing Data Connectivity

Moving, Migrating and Syncing Data

Managing, Viewing and Editing Data

Querying and Aggregating Data

Automation and Collaboration

Performance and Optimization

Operations

Security

Tools
Connections Manager Import Wizard Collections Tab Visual Query Builder SQL Query
Connections Manager SQL Connection Manager Team Sharing LDAP/ Kerberos
Authentication
Import Wizard Export Wizard SQL to MongoDB
Migration
MongoDB to SQL
Migration
Data Compare & Sync Task Scheduler
Collections Tab Intellishell Visual Query Builder Schema Explorer SQL Query AI Helper
Visual Query Builder Intellishell Aggregration Editor SQL Query Query Code AI Helper Query Profiler
Task Scheduler Team Sharing AI Helper
Query Profiler Index Manager Visual Explain Schema Explorer Data Compare & Sync Reschema
Schema Explorer Users and Roles Manager Data Compare & Sync Task Scheduler Reschema
Users and Roles Manager LDAP & Kerberos
Authentication
SCRAM-SHA
Authentication
Data Masking
Features and utilities
Dark Theme Session Restore Cryptographic keystore
Explore our Knowledge Base
Connection via Proxy Color-code connections Connection Quickshare Collection History
Explore our Knowledge Base
Copy/paste collections and databases Collection History Incremental migrations Hackolade data modeling integration
Explore our Knowledge Base
Table, Tree, and JSON Views Global Value search In-place editing Validate JSON Show / hide embedded fields Rename fields Document Restore with Collection History
Explore our Knowledge Base
Query Manager Error highlighting Query Assist Query Quickshare
Explore our Knowledge Base
Hot keys Copy/paste database and collections Drag and drop fields ordering
Explore our Knowledge Base
Schema validator Server Status Charts Hide Index Discover missing fields Generate schema documentation
Explore our Knowledge Base
GridFS Support Import databases Export databases Color-code database connections Read-only lock
Explore our Knowledge Base
Read Only Lock Cryptographic keystore Teamsharing security Document Restore in Collection History
Explore our Knowledge Base

Product

Getting Started

Managing Data Connectivity

Moving, Migrating and Syncing Data

Managing, Viewing and Editing Data

Querying and Aggregating Data

Automation and Collaboration

Performance and Optimization

Operations

Security

Categories

Getting Started

Managing Data Connectivity

Moving, Migrating and Syncing Data

Managing, Viewing and Editing Data

Querying and Aggregating Data

Automation and Collaboration

Performance and Optimization

Operations

Security

Tools
Connections Manager Import Wizard Collections Tab Visual Query Builder SQL Query
Connections Manager SQL Connection Manager Team Sharing LDAP/ Kerberos Authentication
Import Wizard Export Wizard SQL to MongoDB Migration MongoDB to SQL Migration Data Compare & Sync Task Scheduler
Collections Tab Intellishell Visual Query Builder Schema Explorer SQL Query AI Helper
Visual Query Builder Intellishell Aggregration Editor SQL Query Query Code AI Helper Query Profiler
Task Scheduler Team Sharing AI Helper
Query Profiler Index Manager Visual Explain Schema Explorer Data Compare & Sync Reschema
Schema Explorer Users and Roles Manager Data Compare & Sync Task Scheduler Reschema
Users and Roles Manager LDAP & Kerberos Authentication SCRAM-SHA Authentication Data Masking
Features and utilities
Dark Theme Session Restore Cryptographic keystore
Explore our Knowledge Base
Connection via Proxy Color-code connections Connection Quickshare Collection History
Explore our Knowledge Base
Copy/paste collections and databases Collection History Incremental migrations Hackolade data modeling integration
Explore our Knowledge Base
Table, Tree, and JSON Views Global Value search In-place editing Validate JSON Show / hide embedded fields Rename fields Document Restore with Collection History
Explore our Knowledge Base
Query Manager Error highlighting Query Assist Query Quickshare
Explore our Knowledge Base
Hot keys Copy/paste database and collections Drag and drop fields ordering
Explore our Knowledge Base
Schema validator Server Status Charts Hide Index Discover missing fields Generate schema documentation
Explore our Knowledge Base
GridFS Support Import databases Export databases Color-code database connections Read-only lock
Explore our Knowledge Base
Read Only Lock Cryptographic keystore Teamsharing security Document Restore in Collection History
Explore our Knowledge Base

Resources

Knowledge base

Discover a vast library of articles, tutorials, and guides to explore and learn more about our products and services.

Industry Reports

Comprehensive analyses on various industries. Discover the latest trends, market movements, and future predictions.

Blog

Explore thought-provoking articles, insightful tips, and inspiring stories from our team of expert writers.

Whitepapers

Access in-depth knowledge on cutting-edge topics. Our whitepapers provide authoritative insights and data-rich info.

Academy
Forum

Store

Buy Now

Discover a vast library of articles, tutorials, and guides to explore and learn more about our products and services.

Pricing

Comprehensive analyses on various industries. Discover the latest trends, market movements, and future predictions.

Enterprise Preferred Resellers Referral Program

Knowledge Base

  • Documentation
  • Tutorials
  • Workshops
Take the fastest route to learning MongoDB. Cover the basics in two hours with MongoDB 101, no registration required.
Start the free course

Query & CRUD Operations

  • Getting Started with Studio 3T
  • Query & CRUD Operations

AI Helper

AI Helper is Studio 3T’s AI-powered assistant that quickly gets you started with writing MongoDB queries, aggregations, or scripts.

Posted on: 18/12/2024 (last updated: 17/06/2025) • Kirsty Burgess • 3 minutes
  • Query & CRUD Operations

Search In… (aka Value Search)

About Search In… Search In… or Value Search is a wide-range text search on the values stored in a MongoDB collection, database, or server. By default, it scans all documents for text matches (or regular expression matches) in all field values and field names. Search In… scans embedded documents and arrays and shows you the […]

Posted on: 23/06/2022 (last updated: 04/04/2024) • Dj Walker-Morgan • 7 minutes
  • Query & CRUD Operations

Date Tags

Date tags are placeholders for different date operations relative to when a query is run. Date tags make date fields easier to work with by saving you from having to perform calculations with the MongoDB Date() function. Studio 3T converts the date tags when the query is run into the appropriate MongoDB query, using greater than and […]

Posted on: 21/04/2022 (last updated: 27/02/2025) • Dj Walker-Morgan • 2 minutes
  • Query & CRUD Operations

Data Compare and Sync

Data Compare and Sync shows the differences between any two MongoDB collections side-by-side for an easier, more visual data comparison.

Posted on: 04/12/2020 (last updated: 17/10/2022) • Kathryn Vargas • 5 minutes
  • Query & CRUD Operations

How to Find & Filter MongoDB Array Elements Using $elemMatch

Learn how to filter elements from arrays in MongoDB by using the $elemMatch operator alongside find(), $match, and the $project and $filter functions.

Posted on: 16/10/2020 (last updated: 13/03/2024) • Juan Roy Couto • 8 minutes
  • Query & CRUD Operations

Query Manager

Query Manager keeps track of all your MongoDB queries in Studio 3T and allows you to organize your queries and scripts into folders. You can access Query Manager from the Collection Tab, IntelliShell, SQL Query, the Aggregation Editor, or the My resources sidebar. Displaying the Query Manager To display the Query Manager, click Load Query and […]

Posted on: 15/10/2020 (last updated: 13/02/2024) • Kirsty Burgess • 5 minutes
  • Query & CRUD Operations

How to Query MongoDB Arrays Without Using the mongo Shell

In this tutorial, learn how to query MongoDB arrays and filter array string values using Studio 3T’s drag-and-drop Visual Query Builder.

Posted on: 14/08/2020 (last updated: 04/08/2021) • Robert Sheldon • 9 minutes
  • Query & CRUD Operations

The quickest way to change a field type in MongoDB

Learn how to change a field type in MongoDB in a single document or across all documents in your collection.

Posted on: 10/06/2020 (last updated: 17/03/2025) • Kirsty Burgess • 2 minutes
  • MongoDB Aggregation Framework
  • Query & CRUD Operations

Aggregation Editor

Take a look at how to build aggregation queries stage-by-stage with the Aggregation Editor, starting with this example that uses $match, $group and $sort.

Posted on: 02/06/2020 (last updated: 27/02/2025) • Kirsty Burgess • 10 minutes

Posts pagination

1 2 3 4 Next

Related topics

  • Connecting to MongoDB
  • Database Administration & Security
  • Getting Started with MongoDB
  • Getting Started with Studio 3T
  • Import/Export
  • Job Automation & Scheduling
  • MongoDB Aggregation Framework
  • MongoDB/Studio 3T Workshops
  • Performance
  • Reference
  • Schema
  • Studio 3T Licensing
  • Support and other resources
  • Working with MongoDB & SQL
  • Working with MongoDB Atlas

Related article types

  • Articles
  • Tool/Feature Documentation
  • Tutorials
  • Workshops

Studio 3T

MongoDB Enterprise Certified Technology PartnerSince 2014, Studio 3T has been helping thousands of MongoDB developers and administrators with their everyday jobs by providing the finest MongoDB tools on the market. We guarantee the best compatibility with current and legacy releases of MongoDB, continue to deliver new features with every new software release, and provide high quality support.

Find us on FacebookFind us on TwitterFind us on YouTubeBrowse our communityFind us on LinkedIn

Education

  • Free MongoDB Tutorials
  • Connect to MongoDB
  • Connect to MongoDB Atlas
  • Import Data to MongoDB
  • Export MongoDB Data
  • Build Aggregation Queries
  • Query MongoDB with SQL
  • Migrate from SQL to MongoDB

Resources

  • Feedback and Support
  • Sales Enquiries
  • Knowledge Base
  • Community
  • FAQ
  • Reports
  • White Papers
  • Testimonials
  • Discounts

Company

  • About Us
  • Blog
  • Research Program
  • Careers
  • Legal
  • Press
  • Privacy Policy
  • EULA

© 2025 3T Software Labs Ltd. All rights reserved.

  • Privacy Policy
  • Cookie settings
  • Impressum

We value your privacy

With your consent, we and third-party providers use cookies and similar technologies on our website to analyse your use of our site for market research or advertising purposes ("analytics and marketing") and to provide you with additional functions (“functional”). This may result in the creation of pseudonymous usage profiles and the transfer of personal data to third countries, including the USA, which may have no adequate level of protection for the processing of personal data.

By clicking “Accept all”, you consent to the storage of cookies and the processing of personal data for these purposes, including any transfers to third countries. By clicking on “Decline all”, you do not give your consent and we will only store cookies that are necessary for our website. You can customize the cookies we store on your device or change your selection at any time - thus also revoking your consent with effect for the future - under “Manage Cookies”, or “Cookie Settings” at the bottom of the page. You can find further information in our Privacy Policy.
Accept all
Decline all
Manage cookies
✕

Privacy Preference Center

With your consent, we and third-party providers use cookies and similar technologies on our website to analyse your use of our site for market research or advertising purposes ("analytics and marketing") and to provide you with additional functions (“functional”). This may result in the creation of pseudonymous usage profiles and the transfer of personal data to third countries, including the USA, which may have no adequate level of protection for the processing of personal data. Please choose for which purposes you wish to give us your consent and store your preferences by clicking on “Accept selected”. You can find further information in our Privacy Policy.

Accept all cookies

Manage consent preferences

Essential cookies are strictly necessary to provide an online service such as our website or a service on our website which you have requested. The website or service will not work without them.

Performance cookies allow us to collect information such as number of visits and sources of traffic. This information is used in aggregate form to help us understand how our websites are being used, allowing us to improve both our website’s performance and your experience.

Google Analytics

Google Ads

Bing Ads

Facebook

LinkedIn

Quora

Hotjar

Reddit

Functional cookies collect information about your preferences and choices and make using the website a lot easier and more relevant. Without these cookies, some of the site functionality may not work as intended.

HubSpot

Social media cookies are cookies used to share user behaviour information with a third-party social media platform. They may consequently effect how social media sites present you with information in the future.

Accept selected
✕