← Back

Settings

Re-run the interview

Edit projects, services, accounts, or Chrome MCP refresh jobs by re-running the interview from the terminal.

npm run interview

Health check all data sources

Pings every configured data source and prints a green/red grid.

npm run doctor

Manually refresh a service

Triggers a Chrome MCP refresh for a specific service (replace [service] with the slug).

npm run refresh -- beehiiv

Web-based interview (coming Phase 2c)

Same flow as `npm run interview`, but in the dashboard UI. Not built yet.