AlphaAlpha Docs

Settings & Configuration

Configuring the Alpha Revit Add-In settings

Settings & Configuration

The Settings window is the central place to configure the add-in's connection, export preferences, and advanced options.

Open it by clicking Settings in the Alpha ribbon's Preferences panel.

Settings Window Fields

Connection

FieldDescription
EnvironmentSelect dev, accept, or production
Dev API KeyAPI key for the development environment
Accept API KeyAPI key for the acceptance/staging environment
Production API KeyAPI key for the production environment

Identifiers

FieldDescription
Type IDThe Alpha product type to work with (used by Missing Coverage, Static Names, and other tools)
Tenant IDYour organization's tenant identifier
Project IDThe Alpha project to associate exports with
House IDThe specific house/unit identifier
Client IDThe client identifier for scoped operations

Export Formats

Toggle which output formats are generated during export:

ToggleDefaultDescription
Include GLBOnExport 3D model in GLB format
Include RVTOnExport native Revit file
Include IFCOffExport in IFC format
Include PDFOffExport 2D drawings as PDF

Upload

ToggleDefaultDescription
Upload OutputsOnAutomatically upload exported files to the Alpha platform

When disabled, files are saved locally only.

Output Directories

FieldDefaultDescription
Exporter Output%UserProfile%\Alpha\exports\Where exported model files are saved
Configurator Output%UserProfile%\Alpha\output\Where configuration output files are saved
Resource Directory%UserProfile%\Alpha\resources\Where downloaded resources are cached

Advanced

FieldDescription
Developer ModeEnables additional logging and diagnostic features
Export Template PathPath to a custom Revit template file used during export
Configuration Template PathPath to a custom configuration template

Settings File Location

Settings are stored as JSON at:

%UserProfile%\Alpha\settings.json

For example:

C:\Users\YourName\Alpha\settings.json

The add-in watches this file for changes. If you edit it externally, the add-in picks up the new values automatically.

Preferences Panel Utilities

The Preferences panel in the ribbon also provides quick-access buttons:

ButtonAction
ConsoleOpens a live log window showing real-time add-in messages. Useful for monitoring export progress or diagnosing issues.
LogOpens the current session's log file in your default text editor. Share this file with support when reporting issues.
Settings FileOpens settings.json directly in your default text editor for manual editing.

On this page