# Builder Path - Advanced

## Advanced builder path

Configure governance controls. Operate workflows reliably in production. Standardize building blocks for teams.

### Outcomes

By the end, you will be able to:

* Configure authentication and role-based access.
* Restrict access to connections and knowledge bases.
* Control which model providers are available to your workspace.
* Implement fallbacks and human approval where needed.
* Monitor usage and evaluate workflow quality over time.

### Quick jumps

<table data-view="cards"><thead><tr><th>Topic</th><th>Start here</th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Access + identity</strong><br>RBAC, MFA, and workspace boundaries.</td><td><ul><li><a href="../../../welcome-to-stackai/security-and-governance/security-in-stackai/role-based-access-controls-rbac-and-groups">Role-Based Access Controls (RBAC) and Groups</a></li><li><a href="../../../welcome-to-stackai/security-and-governance/security-in-stackai/authentication-and-mfa">Authentication and MFA</a></li></ul></td><td><a href="https://3697023207-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFSlso1Kjob5CLDrh0dVn%2Fuploads%2FvFFSbv1uWSv7IosxMZdq%2FScreenshot%202026-02-23%20at%206.33.29%E2%80%AFPM.png?alt=media&#x26;token=fa988d4b-531c-4aae-9495-a5468ada7df9">Screenshot 2026-02-23 at 6.33.29 PM.png</a></td></tr><tr><td><strong>Production reliability</strong><br>Guardrails, fallbacks, and troubleshooting.</td><td><ul><li><a href="../../../guides-and-tips/stackai-hacks/handling-errors-and-fallback">Fallback &#x26; Error Handling</a></li><li><a href="../../../guides-and-tips/stackai-hacks/troubleshooting-a-workflow">Troubleshoot a Workflow</a></li></ul></td><td><a href="https://3697023207-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFSlso1Kjob5CLDrh0dVn%2Fuploads%2FkbGs5sS3Xx7GAQyZGFKC%2FScreenshot%202026-02-23%20at%206.27.04%E2%80%AFPM.png?alt=media&#x26;token=5ccb8626-fb0e-4967-baee-df8ca8572585">Screenshot 2026-02-23 at 6.27.04 PM.png</a></td></tr><tr><td><strong>Custom extensions</strong><br>Code, custom APIs, and orchestration patterns.</td><td><ul><li><a href="../../../workflow-builder/utils-logic-and-others/logic/python-code">Python Code</a></li><li><a href="../../../workflow-builder/utils-logic-and-others/utils/custom-api">Custom API</a></li></ul></td><td><a href="https://3697023207-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFSlso1Kjob5CLDrh0dVn%2Fuploads%2FKBXbVKICwfQAxQZd8JzE%2FScreenshot%202026-02-23%20at%206.30.55%E2%80%AFPM.png?alt=media&#x26;token=c1b6b228-3899-46c6-9bf5-0a86fe627530">Screenshot 2026-02-23 at 6.30.55 PM.png</a></td></tr></tbody></table>

### The path

{% stepper %}
{% step %}

### 1) Configure access controls

Define who can build, run, and publish workflows. Restrict access to workspaces, folders, connections, and knowledge bases.

* [Role-Based Access Controls (RBAC) and Groups](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/role-based-access-controls-rbac-and-groups)
* [Workspace and Folder Access](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/workspace-and-folder-access)
* [Connection and Knowledge Base Permissions](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/connection-and-knowledge-base-permissions)
  {% endstep %}

{% step %}

### 2) Govern models and data

Control which providers and models are available. Define how data is handled for your deployment.

* [LLM Provider Governance](https://docs.stackai.com/workflow-builder/core-nodes/ai-agent-node/llm-hosting-and-governance/llm-provider-governance)
* [Security & Privacy](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-and-privacy)
* [AI Governance](https://docs.stackai.com/welcome-to-stackai/security-and-governance/ai-governance)
  {% endstep %}

{% step %}

### 3) Implement reliability controls

Handle expected failures with fallbacks. Add human review steps where required.

* [Fallback & Error Handling](https://docs.stackai.com/guides-and-tips/stackai-hacks/handling-errors-and-fallback)
* [Human in the Loop](https://docs.stackai.com/workflow-builder/core-nodes/stackai/human-in-the-loop)
* [Delay Node](https://docs.stackai.com/getting-started/learning/stack-ai-curriculum/broken-reference)
  {% endstep %}

{% step %}

### 4) Monitor and evaluate in production

Monitor usage, latency, and errors. Evaluate outputs against defined criteria.

* [Analytics](https://docs.stackai.com/agentic-adoption-and-security/observability/analytics)
* [Evaluator](https://docs.stackai.com/agentic-adoption-and-security/observability/evaluator)
* [Adding Advanced Logging for Analytics](https://docs.stackai.com/guides-and-tips/stackai-hacks/adding-advanced-logging-for-analytics)
  {% endstep %}

{% step %}

### 5) Standardize reusable components

Create reusable subflows and shared utilities. Use code and custom APIs for supported extensions.

* [StackAI Project Node](https://docs.stackai.com/workflow-builder/utils-logic-and-others/utils/stackai-project-node)
* [Loop Subflow](https://docs.stackai.com/workflow-builder/utils-logic-and-others/logic/loop-subflow)
* [Custom API](https://docs.stackai.com/workflow-builder/utils-logic-and-others/utils/custom-api)
  {% endstep %}
  {% endstepper %}
