You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(introduction): clarity pass on the rewritten intro
Five fixes beneath the rename: the How-you-build callout restated the lead
paragraph and the bullets a third time (cut); the anatomy section opened with
a negative strawman and claimed the sidebar mirrors a list containing
non-sidebar items (positive framing, claim dropped); the Integrations section
was a 25-name prose catalog duplicating the FAQ (now two sentences + the
catalog link; the FAQ keeps the list as its single home); 'Deployment options'
collided with Deployments-the-feature defined a section earlier (now
'Hosting'); the What-you-can-build bullets traded generic categories for
concrete examples.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/introduction/index.mdx
+7-17Lines changed: 7 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,10 @@ When you open Sim, the first thing you meet is **Chat**, a conversation over you
31
31
32
32
You can mix these on one system, scaffolding in Chat and then fine-tuning in the builder.
33
33
34
-
<Callouttype="info">
35
-
Sim generates the architecture, and you verify the execution. Even when you build conversationally, it helps to understand the resources Sim creates, so you can inspect, run, and improve them.
36
-
</Callout>
37
34
38
35
## The anatomy of a workspace
39
36
40
-
A Sim system is not a single chat response. It is a set of resources that live in a **workspace** and connect to each other. The sidebar mirrors that anatomy, and these are its parts.
37
+
A Sim system is a set of resources that live in a **workspace** and connect to each other. These are its parts:
41
38
42
39
-**[Chat](/chat)** is where you build conversationally. You describe what you want, and Sim builds and edits the resources for you.
43
40
-**[Workflows](/workflows)** are visual programs made of blocks, where your logic runs. Most other resources become useful through a workflow.
@@ -54,25 +51,18 @@ A Sim system is not a single chat response. It is a set of resources that live i
54
51
55
52
## What you can build
56
53
57
-
-**AI assistants and chatbots.**Conversational agents that search the web, manage calendars, send email, and act on your business systems.
58
-
-**Business process automation.**Data entry, report generation, customer responses, and content workflows.
59
-
-**Data processing and analysis.**Extract from documents, analyze datasets, and sync data across platforms.
60
-
-**API integration workflows.**Unified endpoints that orchestrate multi-service logic and event-driven automation.
54
+
-**Assistants and chatbots.**A support agent that answers from your docs, or a Slack bot that searches the web and acts on your systems.
55
+
-**Process automation.**Invoice extraction into a billing table, lead scoring and outreach, weekly report generation.
56
+
-**Data pipelines.**Pull from a CRM, enrich each record with an agent, and write the results back to a table.
57
+
-**Unified APIs.**One endpoint that orchestrates several services and models behind a single call.
61
58
62
59
## Integrations
63
60
64
-
Sim provides native integrations with 1,000+ services:
65
-
66
-
-**AI models.** OpenAI, Anthropic, Google Gemini, Groq, Cerebras, and local models via Ollama or VLLM.
67
-
-**Communication.** Gmail, Slack, Microsoft Teams, Telegram, WhatsApp.
68
-
-**Productivity.** Notion, Google Workspace, Airtable.
Sim has native integrations with 1,000+ services — every major AI model provider, and the communication, productivity, development, search, and database tools your work already runs on. Browse the full catalog at [Integrations](/integrations).
72
62
73
63
For anything not built in, [MCP support](/agents/mcp) connects any external service or tool.
74
64
75
-
## Deployment options
65
+
## Hosting
76
66
77
67
-**Cloud-hosted.** Launch immediately at [sim.ai](https://sim.ai) with managed infrastructure, scaling, and observability.
78
68
-**Self-hosted.** Deploy on your own infrastructure with Docker Compose or Kubernetes, with support for local models.
0 commit comments