> For the complete documentation index, see [llms.txt](https://docs.stackai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackai.com/welcome-to-stackai.md).

# Welcome to StackAI

- [Overview](https://docs.stackai.com/welcome-to-stackai/overview.md)
- [What Makes StackAI Unique](https://docs.stackai.com/welcome-to-stackai/overview/what-makes-stackai-unique.md): Quickly deploy agents for your enterprise company with a no-code platform anyone can use.
- [Platform Overview](https://docs.stackai.com/welcome-to-stackai/overview/platform-overview.md)
- [Stack AI Documentation Map](https://docs.stackai.com/welcome-to-stackai/overview/stack-ai-documentation-map.md): Use this page to navigate the Stack AI documentation and find the right guide fast.
- [Security & Governance](https://docs.stackai.com/welcome-to-stackai/security-and-governance.md)
- [Security & Privacy](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-and-privacy.md)
- [AI Governance](https://docs.stackai.com/welcome-to-stackai/security-and-governance/ai-governance.md)
- [On-Premise](https://docs.stackai.com/welcome-to-stackai/security-and-governance/on-premise.md)
- [Security in StackAI](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai.md)
- [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.md): Control what users can see and do in StackAI by assigning roles.
- [Workspace and Folder Access](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/workspace-and-folder-access.md): Use private folders to control which teams can see specific projects.
- [Project Controls](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/project-controls.md): Use Project Controls to track versions during workflow development, and lock workflows when in production
- [Feature Access](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/feature-access.md): As an admin, you have the ability to enforce governance standards and feature accesses
- [Connection and Knowledge Base Permissions](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/connection-and-knowledge-base-permissions.md): Restrict access to Connections and Knowledge Bases.
- [Authentication and MFA](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/authentication-and-mfa.md): Use these settings to control how users authenticate.
- [Agentic Development Lifecycle (ADLC)](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/agentic-development-lifecycle-adlc.md)
- [System for Cross-Domain Identity Management (SCIM)](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/system-for-cross-domain-identity-management-scim.md): Automate StackAI user and group provisioning from your Identity Provider.
- [SCIM through Okta](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/system-for-cross-domain-identity-management-scim/scim-through-okta.md)
- [SCIM through Entra](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/system-for-cross-domain-identity-management-scim/scim-through-entra.md)
- [Workflow Notifications](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/workflow-notifications.md)
- [Environment Variables](https://docs.stackai.com/welcome-to-stackai/security-and-governance/security-in-stackai/environment-variables.md): Store encrypted secrets outside your workflow and resolve stage-specific values at runtime.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.stackai.com/welcome-to-stackai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
