Installing the Revit plugin
The Planscape Revit plugin (STING Tools) gives your model authors 763+ commands for ISO 19650 tagging, drawing production, MEP engineering, healthcare validation, and one-click cloud sync. This guide walks through downloading, installing, and licence-binding the plugin on a single machine.
System requirements
| Component | Requirement |
|---|---|
| OS | Windows 10 (build 1909+) or Windows 11 |
| Revit | 2025, 2026, or 2027 โ any flavour (Architecture / MEP / Structure) |
| .NET runtime | .NET 8 desktop runtime (auto-installed if missing) |
| RAM | 8 GB minimum, 16 GB recommended for federations > 1 GB |
| Disk | 500 MB for the plugin + cache, plus your model footprint |
| Network | HTTPS outbound to api.planscape.co on port 443 |
Step 1 โ Download the plugin
Sign in to the web app at planscape.co. From any project workspace, open Tools › Download Revit plugin.
You get a single ZIP file: StingTools.zip (around 45 MB). It contains:
StingTools.addinโ the Revit manifestStingTools.dllโ the compiled pluginNewtonsoft.Json.dll,ClosedXML.dll,MiniWord.dll,Lucene.Net.dllโ supporting librariesdata/โ 72 runtime data files (parameter registry, drawing types, AEC filters, healthcare data, ISO symbols)
Step 2 โ Install
Two installation modes:
Option A โ Per-user (recommended)
Only installs for your Windows account. No admin rights needed.
- Press
Win + R, type%APPDATA%\Autodesk\Revit\Addins\, Enter. - You'll see folders for each Revit version (2025, 2026, 2027). Open the one you use.
- If the folder doesn't exist, create it.
- Unzip
StingTools.zipand copy ALL contents into that folder.
Option B โ All users on this machine
Needs admin rights. Useful for shared workstations.
- Open
C:\ProgramData\Autodesk\Revit\Addins\ - Same as above โ unzip into the matching year folder.
Step 3 โ Start Revit & sign in
Launch Revit. You'll see:
- A new STING Tools tab on the Revit ribbon (Select / Docs / Tags / Organise / Temp panels).
- A new dockable panel on the right edge โ the main UI, with 9 tabs.
If you don't see them: see Troubleshooting below.
In the dockable panel, click the Sign in button at the bottom-left. Use the same email + password as the web app. You'll be asked which firm to bind to (if you're a member of more than one), and which project to open.
Step 4 โ First-run setup
The plugin asks you to confirm a handful of project-level settings on first run:
- Load shared parameters? Yes โ binds the 2,555 STING shared parameters into the project. Takes about 30 seconds.
- Apply ISO 19650 view templates? Yes if this is a new project; No if you've already set up templates.
- Run compliance scan? Yes โ surfaces any orphaned elements, missing tags, or non-compliant naming up front.
The status bar at the bottom of the panel shows your compliance % as a quick RAG indicator. New projects typically start around 20% and climb as you tag.
Step 5 โ Quick smoke test
Confirm the plugin is working by running a read-only command:
- Open any Revit project (a sample if you don't have one handy).
- In the STING dockable panel, go to the SELECT tab.
- Click Lighting Fixtures.
- You should see selection statistics: count of lighting fixtures in the active view.
If that works, the plugin is installed correctly.
Updating the plugin
We ship updates monthly. The plugin checks for updates on Revit startup and shows a banner when one is available.
To update manually:
- Close Revit.
- Download a fresh
StingTools.zipfrom your project workspace. - Replace the contents of your addins folder (delete old DLLs first).
- Re-launch Revit.
Settings, sign-in tokens, and project caches are preserved across updates โ they live in %LOCALAPPDATA%\Planscape\, separate from the addin folder.
Troubleshooting
I don't see the STING Tools tab on the ribbon
- Check the addin folder โ is
StingTools.addinactually there? (Files starting with a dot are sometimes hidden.) - Open
StingTools.addinin a text editor. The<Assembly>path should match where the DLL actually lives. - Check
%LOCALAPPDATA%\Planscape\StingTools.logfor startup errors.
Revit shows a security warning on startup
Revit checks the digital signature of each addin. Our DLL is signed by Planscape Ltd โ click "Always Load". If you see "Publisher: Unknown", you probably have a corrupted download โ re-download from your project workspace.
The dockable panel won't show
Revit hides docked panels by default. Click View › User Interface › STING Tools Panel to show it, or use the ribbon "Toggle Panel" button.
I get "Cannot connect to api.planscape.co"
- Most likely cause: your network blocks outbound HTTPS on a corporate firewall. Ask IT to whitelist
api.planscape.coon port 443. - The plugin works offline for most commands. Cloud-sync commands will queue until you're online.
The plugin is slow on a large model
Some commands (BatchTag on a 30k-element model, full clash detection on a federation) are CPU-bound and will use all your cores. Close other heavy Revit operations while running them. If you regularly work with federations over 1 GB, 32 GB RAM and an NVMe SSD make a real difference.
Uninstalling
- Close Revit.
- Delete the addin folder contents (your year folder under
%APPDATA%\Autodesk\Revit\Addins\). - Optionally delete
%LOCALAPPDATA%\Planscape\to remove cached tokens and settings.
Your cloud data is untouched โ you can sign in from another machine any time.