Getting Started
This guide will help you get up and running with DBTools quickly.
First Launch
After installing DBTools:
- Open Revit - Launch any supported Revit version (2024-2026)
- Find the DB Tools Tab - Look for "DB Tools" in the Revit ribbon
- Explore the Tools - Hover over buttons to see tooltips
The DB Tools Ribbon
The DB Tools ribbon tab contains panels organized by category:
┌──────────────────────────────────────────────────────────────────┐
│ DB Tools │
├─────────────┬──────────────┬──────────────────┬─────────────────┤
│ Settings │ Common │ Structural │ Testing │
├─────────────┼──────────────┼──────────────────┼─────────────────┤
│ [Settings] │ [GM] [TDV] │ [SGT] [F.Tags] │ [VTC] │
│ [Debug] │ [Elev Tags] │ [A.Snap] [Joins] │ │
│ │ [3D List] │ [JGW] [Org.Fnd] │ │
└─────────────┴──────────────┴──────────────────┴─────────────────┘
Panel Overview
| Panel | Purpose |
|---|---|
| Settings | Application settings and debug mode |
| Common | General-purpose tools for any project |
| Structural | Tools specific to structural engineering |
| Testing | Development and testing utilities |
Your First Task
Let's try a simple workflow to get familiar with DBTools.
Example: Using Global Mapper
The Global Mapper (GM) tool helps you map parameter values between elements.
Scenario: Copy the "Mark" value from one element to another.
- Open a Project - Open any Revit project with elements
- Click "Global Mapper" - In the Common panel
- Select Source Element - Pick the element to copy from
- Select Target Elements - Pick elements to copy to
- Choose Parameter - Select "Mark" from the list
- Apply - Click the apply button
The parameter values are now copied!
Understanding Tool Windows
Most DBTools tools use consistent UI patterns:
Ribbon Windows
Some tools (like GM and SGT) open a ribbon-style window:
┌─────────────────────────────────────────────────────────┐
│ [Tab 1] [Tab 2] [Tab 3] [─][□][×] │
├─────────────────────────────────────────────────────────┤
│ ┌──────────────────┐ ┌───────────────────────────────┐ │
│ │ │ │ │ │
│ │ Left Panel │ │ Main Content Area │ │
│ │ (Selection/ │ │ │ │
│ │ Tree View) │ │ │ │
│ │ │ │ │ │
│ └──────────────────┘ └───────────────────────────────┘ │
├─────────────────────────────────────────────────────────┤
│ [Action Buttons] [Status] │
└─────────────────────────────────────────────────────────┘
Dialog Windows
Simpler tools use standard dialog windows with apply/cancel buttons.
Settings
Access DBTools settings through the Settings button in the ribbon.
Common Settings
| Setting | Description |
|---|---|
| Debug Mode | Shows additional logging information |
| Log Level | Controls how much is logged |
| Auto-Update | Check for updates on startup |
Tool-Specific Settings
Each tool may have its own settings section. Check the individual tool guides for details.
Keyboard Shortcuts
While in DBTools windows:
| Shortcut | Action |
|---|---|
Esc |
Cancel/Close |
Enter |
Apply/Confirm |
Ctrl+A |
Select All |
F5 |
Refresh |
Tips for New Users
1. Hover for Help
Every button has a tooltip explaining what it does.
2. Use Preview Mode
Many tools show a preview before applying changes. Review it carefully.
3. Undo is Your Friend
DBTools operations can be undone with Ctrl+Z in Revit.
4. Check the Logs
If something goes wrong, check the logs at:
%APPDATA%\DBTools\Logs\
5. Start Simple
Begin with simple tools (like Framing Joins) before tackling complex ones (like GM).
Common Workflows
Parameter Mapping (GM)
- Open Global Mapper
- Select source and target
- Map parameters
- Apply
Bulk Tagging (Foundation Tags)
- Select foundation elements
- Run Foundation Tags
- Review generated tags
- Adjust settings if needed
View Template Comparison (VTC)
- Open VTC
- Select two templates to compare
- Review differences
- Merge or export as needed
Getting Help
- Tool Guides: See the Tools section for detailed guides
- Troubleshooting: Check Troubleshooting
- Support: Contact your Revit administrator
Next Steps
Now that you're familiar with the basics:
- Explore the Tool Guides for specific tools
- Check out Tips and Tricks for advanced usage
- Review the Settings to customize your experience