diff --git a/apps/docs/content/docs/en/blocks/human-in-the-loop.mdx b/apps/docs/content/docs/en/blocks/human-in-the-loop.mdx index 4e017a0858..3605bbd9a1 100644 --- a/apps/docs/content/docs/en/blocks/human-in-the-loop.mdx +++ b/apps/docs/content/docs/en/blocks/human-in-the-loop.mdx @@ -5,6 +5,7 @@ title: Human in the Loop import { Callout } from 'fumadocs-ui/components/callout' import { Tab, Tabs } from 'fumadocs-ui/components/tabs' import { Image } from '@/components/ui/image' +import { Video } from '@/components/ui/video' The Human in the Loop block pauses workflow execution and waits for human intervention before continuing. Use it to add approval gates, collect feedback, or gather additional input at critical decision points. @@ -76,7 +77,7 @@ Defines the fields approvers fill in when responding. This data becomes availabl } ``` -Access resume data in downstream blocks using ``. +Access resume data in downstream blocks using ``. ## Approval Methods @@ -164,6 +165,11 @@ Access using ``. // Condition block === true ``` +The example below shows an approval portal as seen by an approver after the workflow is paused. Approvers can review the data and provide inputs as a part of the workflow resumption. The approval portal can be accessed directly via the unique URL, ``. + +
+
## Related Blocks diff --git a/apps/docs/content/docs/en/connections/basics.mdx b/apps/docs/content/docs/en/connections/basics.mdx index 8434b7b4ed..66de18d187 100644 --- a/apps/docs/content/docs/en/connections/basics.mdx +++ b/apps/docs/content/docs/en/connections/basics.mdx @@ -4,6 +4,7 @@ title: Basics import { Callout } from 'fumadocs-ui/components/callout' import { Step, Steps } from 'fumadocs-ui/components/steps' +import { Video } from '@/components/ui/video' ## How Connections Work @@ -29,6 +30,10 @@ Connections are the pathways that allow data to flow between blocks in your work +
+
+ ### Connection Flow The flow of data through connections follows these principles: diff --git a/apps/docs/content/docs/en/copilot/index.mdx b/apps/docs/content/docs/en/copilot/index.mdx index fc368277ee..fdcdad8d58 100644 --- a/apps/docs/content/docs/en/copilot/index.mdx +++ b/apps/docs/content/docs/en/copilot/index.mdx @@ -71,6 +71,16 @@ This contextual information helps Copilot provide more accurate and relevant ass +
+ Copilot mode selection interface +
+ ## Depth Levels diff --git a/apps/docs/content/docs/en/introduction/index.mdx b/apps/docs/content/docs/en/introduction/index.mdx index 4582178470..627aac15be 100644 --- a/apps/docs/content/docs/en/introduction/index.mdx +++ b/apps/docs/content/docs/en/introduction/index.mdx @@ -5,6 +5,7 @@ title: Introduction import { Card, Cards } from 'fumadocs-ui/components/card' import { Callout } from 'fumadocs-ui/components/callout' import { Image } from '@/components/ui/image' +import { Video } from '@/components/ui/video' Sim is an open-source visual workflow builder for building and deploying AI agent workflows. Design intelligent automation systems using a no-code interface—connect AI models, databases, APIs, and business tools through an intuitive drag-and-drop canvas. Whether you're building chatbots, automating business processes, or orchestrating complex data pipelines, Sim provides the tools to bring your AI workflows to life. @@ -32,6 +33,10 @@ Transform raw data into actionable insights. Extract information from documents, **API Integration Workflows** Orchestrate complex multi-service interactions. Create unified API endpoints, implement sophisticated business logic, and build event-driven automation systems. +
+
+ ## How It Works **Visual Workflow Editor** @@ -46,6 +51,10 @@ Launch workflows through multiple channels including chat interfaces, REST APIs, **Real-time Collaboration** Enable your team to build together. Multiple users can edit workflows simultaneously with live updates and granular permission controls. +
+
+ ## Integrations Sim provides native integrations with 80+ services across multiple categories: @@ -59,6 +68,27 @@ Sim provides native integrations with 80+ services across multiple categories: For custom integrations, leverage our [MCP (Model Context Protocol) support](/mcp) to connect any external service or tool. +
+
+ +## AI-Powered Copilot + +**Ask Questions & Get Guidance** +Copilot answers questions about Sim, explains your workflows, and provides suggestions for improvements. Use the `@` symbol to reference workflows, blocks, documentation, knowledge, and logs for contextual assistance. + +**Build & Edit Workflows** +Switch to Agent mode to let Copilot propose and apply changes directly to your canvas. Add blocks, configure settings, wire variables, and restructure workflows with natural language commands. + +**Adaptive Reasoning Levels** +Choose from Fast, Auto, Advanced, or Behemoth modes depending on task complexity. Start with Fast for simple questions, scale up to Behemoth for complex architectural changes and deep debugging. + +Learn more about [Copilot capabilities](/copilot) and how to maximize productivity with AI assistance. + +
+
+ ## Deployment Options **Cloud-Hosted** diff --git a/apps/docs/content/docs/en/triggers/index.mdx b/apps/docs/content/docs/en/triggers/index.mdx index a8fb16349b..b61aad31c5 100644 --- a/apps/docs/content/docs/en/triggers/index.mdx +++ b/apps/docs/content/docs/en/triggers/index.mdx @@ -4,6 +4,17 @@ description: Triggers are the core ways to start Sim workflows --- import { Card, Cards } from 'fumadocs-ui/components/card' +import { Image } from '@/components/ui/image' + +
+ Triggers Overview +
## Core Triggers diff --git a/apps/docs/public/static/blocks/mcp-2.png b/apps/docs/public/static/blocks/mcp-2.png index e26ac6f3ec..218edd1f7c 100644 Binary files a/apps/docs/public/static/blocks/mcp-2.png and b/apps/docs/public/static/blocks/mcp-2.png differ diff --git a/apps/docs/public/static/blocks/triggers.png b/apps/docs/public/static/blocks/triggers.png new file mode 100644 index 0000000000..fdcf21d811 Binary files /dev/null and b/apps/docs/public/static/blocks/triggers.png differ diff --git a/apps/docs/public/static/copilot/copilot-mode.png b/apps/docs/public/static/copilot/copilot-mode.png new file mode 100644 index 0000000000..ae6ac37da8 Binary files /dev/null and b/apps/docs/public/static/copilot/copilot-mode.png differ diff --git a/apps/docs/public/static/execution/deployment-versions-light.png b/apps/docs/public/static/execution/deployment-versions.png similarity index 100% rename from apps/docs/public/static/execution/deployment-versions-light.png rename to apps/docs/public/static/execution/deployment-versions.png diff --git a/apps/docs/public/static/logs/logs-cost.png b/apps/docs/public/static/logs/logs-cost.png index d8bb3fe6c8..1947195e83 100644 Binary files a/apps/docs/public/static/logs/logs-cost.png and b/apps/docs/public/static/logs/logs-cost.png differ diff --git a/apps/docs/public/static/logs/logs-frozen-canvas.png b/apps/docs/public/static/logs/logs-frozen-canvas.png index af6e385662..dd9ea540e9 100644 Binary files a/apps/docs/public/static/logs/logs-frozen-canvas.png and b/apps/docs/public/static/logs/logs-frozen-canvas.png differ diff --git a/apps/docs/public/static/logs/logs-sidebar.png b/apps/docs/public/static/logs/logs-sidebar.png index 155c4bb6b5..a48f16a1d1 100644 Binary files a/apps/docs/public/static/logs/logs-sidebar.png and b/apps/docs/public/static/logs/logs-sidebar.png differ diff --git a/apps/docs/public/static/logs/logs-tracespan.png b/apps/docs/public/static/logs/logs-tracespan.png index 97ea7f9229..84451c7c92 100644 Binary files a/apps/docs/public/static/logs/logs-tracespan.png and b/apps/docs/public/static/logs/logs-tracespan.png differ diff --git a/apps/docs/public/static/logs/logs.png b/apps/docs/public/static/logs/logs.png index 794c16cb42..d5d1ef0303 100644 Binary files a/apps/docs/public/static/logs/logs.png and b/apps/docs/public/static/logs/logs.png differ