# AdoptAI Docs ## Docs - [External API's](https://docs.adopt.ai/api-reference/external-api.md): Description of your new file. - [On-Prem Deployment (Helm)](https://docs.adopt.ai/api-reference/on-prem-deployment.md): Step-by-step guide to running the Adopt API Service on your Kubernetes cluster using Helm, with full support for on-prem environments. - [About Adopt AI](https://docs.adopt.ai/essentials/about-adopt-ai.md) - [Advanced Workflows](https://docs.adopt.ai/essentials/advanced-workflows.md): Build sophisticated multi-step actions with conditional logic and complex patterns - [Agent Builder](https://docs.adopt.ai/essentials/agent-builder.md): Learn about the core concepts and functionality of the Agent Builder Platform - [Agent Experience](https://docs.adopt.ai/essentials/agent-experience.md): Learn about the core concepts and functionality of the Agent Experience Platform - [Best Practices](https://docs.adopt.ai/essentials/best-practices.md): Proven strategies for building reliable, performant, and maintainable actions - [Creating a New Experience](https://docs.adopt.ai/essentials/creating-a-new-experience.md): Walk through the full creation flow — from blank canvas to a named, multi-page Experience ready to build on. - [Creating Your First Action](https://docs.adopt.ai/essentials/creating-your-first-action.md): Step-by-step walkthrough for building your first action from scratch - [Custom Themes & Branding](https://docs.adopt.ai/essentials/custom-themes-branding.md): Learn how to customize the look and feel of your Agent Experience to match your brand - [Dashboard & Analytics](https://docs.adopt.ai/essentials/dashboard-analytics.md): Overview of the Adopt dashboard for monitoring and reviewing your Agent's Performance - [Deployment Options](https://docs.adopt.ai/essentials/deployment-options.md): Learn how to deploy your AI Copilot in your product and choose the right integration method - [Components Reference](https://docs.adopt.ai/essentials/experience-components-reference.md): Every component available in the Experience Builder — what it does, when to use it, and how to configure it. - [Connecting Data](https://docs.adopt.ai/essentials/experience-connecting-data.md): Learn how to write queries, create transformers, and bind pipeline data to your Experience components. - [Publishing, Sharing & Access Control](https://docs.adopt.ai/essentials/experience-publishing-and-sharing.md): Move an Experience from Draft to Published, control who can access it, and share it via link or embed. - [White-Label Theming](https://docs.adopt.ai/essentials/experience-white-label-theming.md): Brand your Experience with a custom logo, color palette, typography, and CSS overrides. - [Getting Started with Actions](https://docs.adopt.ai/essentials/getting-started-with-actions.md): Navigate the Actions dashboard and understand action organization - [Getting Started with Experiences](https://docs.adopt.ai/essentials/getting-started-with-experiences.md): Understand what Experiences are, how they fit the platform, and how to navigate the Experience dashboard. - [Initial Setup](https://docs.adopt.ai/essentials/initial-setup.md): Learn about the setup and onboarding process with Adopt AI - [Inside the Experience Builder](https://docs.adopt.ai/essentials/inside-the-experience-builder.md): A complete tour of every panel, control, and toolbar in the Experience Builder. - [Logs](https://docs.adopt.ai/essentials/logs.md): Learn how to access and interpret logs for your AI Copilot - [Managing Versions and Deployment](https://docs.adopt.ai/essentials/managing-versions-and-deployment.md): Safely deploy action changes using version control and deployment strategies - [Create SAML Application with Okta](https://docs.adopt.ai/essentials/okta.md): Configure SAML 2.0 single sign-on with Okta for your Adopt AI application - [Pipeline Best Practices](https://docs.adopt.ai/essentials/pipelines-best-practices.md): Recommendations, patterns, and common pitfalls to help you build reliable, maintainable Pipelines. - [Building Your First Pipeline](https://docs.adopt.ai/essentials/pipelines-create.md): A step-by-step guide to creating a Data Pipeline in Adopt AI — from naming it to activating your AI-generated workflow. - [Pipeline Features](https://docs.adopt.ai/essentials/pipelines-features.md): A reference guide to all Pipeline capabilities — scheduling, workflow nodes, monitoring, output data, and configuration. - [When to Use Pipelines](https://docs.adopt.ai/essentials/pipelines-use-cases.md): Understand the scenarios where Pipelines are the right choice, and when to use Tools instead. - [Reviewing Actions on the Agent Builder](https://docs.adopt.ai/essentials/reviewing-actions.md): Explore and understand the Actions section in the Agent Builder Platform - [Reviewing Tools on the Agent Builder](https://docs.adopt.ai/essentials/reviewing-tools.md): Explore and understand the Tools Tab in the Agent Builder Platform - [Testing and Refining Actions](https://docs.adopt.ai/essentials/testing-and-refining-actions.md): Validate action behavior and iterate for optimal performance - [Understanding Data Pipelines](https://docs.adopt.ai/essentials/understanding-data-pipelines.md): Learn what Data Pipelines are, how they fit into the Adopt AI platform, and how they differ from Tools and Actions. - [Understanding Your Action's Workflow](https://docs.adopt.ai/essentials/understanding-your-actions-workflow.md): Explore the Action Details page and learn how actions execute Once your action is created, you'll see the full breakdown of how it works. This is your opportunity to review, understand, and refine the workflow before deploying it. - [Using Pipelines in Experiences](https://docs.adopt.ai/essentials/using-pipelines-in-experiences.md): Learn how to bind Pipeline Outcomes to HITL Experience components so human reviewers see live, structured data. - [Working with Step Types](https://docs.adopt.ai/essentials/working-with-step-types.md): Master the different step types available for building action workflows - [Zero Shot Action Generation (ZACTION)](https://docs.adopt.ai/essentials/zero-shot-action-generation.md): Learn how Adopt transforms your app's Tools into modular, executable actions for your agent. - [Zero Shot API Ingestion (ZAPI)](https://docs.adopt.ai/essentials/zero-shot-api-ingestion.md): Understand how Adopt's Agent auto-discovers and structures your app’s API's and tools for LLM readiness. - [Add Event Subscriber](https://docs.adopt.ai/javascript-sdk/add-event-subscriber.md): Subscribes your application to real-time AdoptAI SDK events, allowing you to monitor and respond to sidebar interactions as they happen. - [API Reference](https://docs.adopt.ai/javascript-sdk/api-reference.md): Description of your new file. - [Components](https://docs.adopt.ai/javascript-sdk/components.md): Description of your new file. - [Configuration](https://docs.adopt.ai/javascript-sdk/configuration.md): Description of your new file. - [FAQ's](https://docs.adopt.ai/javascript-sdk/faq.md): Description of your new file. - [Installation](https://docs.adopt.ai/javascript-sdk/installation.md): This guide walks you through how to install the Adopt AI JavaScript SDK inside your application. - [JavaScript SDK](https://docs.adopt.ai/javascript-sdk/introduction.md): Add the Adopt JS SDK to your application to initialize the Copilot experience. This one-time setup allows your app to securely load the right UI, theme, and targeting rules—all dynamically managed from the Adopt platform. - [SDK Lifecycle](https://docs.adopt.ai/javascript-sdk/sdk-lifecycle.md): Description of your new file. - [Security](https://docs.adopt.ai/javascript-sdk/security.md): Description of your new file. - [Single Page Applications (SPAs)](https://docs.adopt.ai/javascript-sdk/single-page-applications.md): Description of your new file. - [Troubleshooting](https://docs.adopt.ai/javascript-sdk/troubleshooting.md): Description of your new file. - [SDK Usage Examples](https://docs.adopt.ai/javascript-sdk/usage-examples.md): Description of your new file. ## Optional - [Website](https://adopt.ai)