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
Agent Skills are reusable packages of instructions that give your AI agents specialized capabilities. Based on the open [Agent Skills](https://agentskills.io) format, skills let you capture domain expertise, workflows, and best practices that agents can load on demand.
9
10
@@ -93,7 +94,7 @@ Tagging a skill loads its full instructions into the conversation, so Sim follow
93
94
94
95
Open any **Agent** block and find the **Skills** dropdown below the tools section. Select the skills you want the agent to have access to.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/knowledgebase/connectors.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Connectors continuously sync documents from external services into your knowledg
14
14
15
15
## Available Connectors
16
16
17
-
<Imagesrc="/static/connectors/connectors-sources.png"alt="The current Connect Source picker showing searchable connectors including Airtable, Asana, Ashby, Azure DevOps, Bitbucket, Box, and ClickUp"width={750}height={680} />
17
+
<Imagesrc="/static/connectors/connectors-sources.png"alt="The current Connect Source picker showing searchable connectors including Airtable, Asana, Ashby, Azure DevOps, Bitbucket, Box, and ClickUp"width={750}height={680}className="mx-auto h-auto w-full max-w-md"/>
18
18
19
19
Sim ships with 64 built-in connectors:
20
20
@@ -125,7 +125,7 @@ Click **Connect & Sync** to save the connector and trigger the first sync. Docum
125
125
126
126
Open **Connected Sources** from the knowledge base to see all active connectors. Each card shows the connector's status, the last sync time and document count, and the next scheduled sync:
127
127
128
-
<Imagesrc="/static/connectors/connectors-sync-history.png"alt="Connected Sources panel showing a Google Docs connector with Active status, last sync details, and a sync history log with dated entries"width={800}height={466} />
128
+
<Imagesrc="/static/connectors/connectors-sync-history.png"alt="Connected Sources panel showing a Google Docs connector with Active status, last sync details, and a sync history log with dated entries"width={800}height={466}className="mx-auto h-auto w-full max-w-xl"/>
129
129
130
130
The action buttons on each connector card:
131
131
@@ -159,7 +159,7 @@ The log retains the most recent 10 sync runs.
159
159
160
160
Sometimes a connector syncs documents you don't want in your knowledge base — drafts, templates, confidential pages, and so on. You can exclude them individually.
161
161
162
-
<Imagesrc="/static/connectors/connectors-excluded.png"alt="Edit Google Docs modal showing the Documents tab with Active (37) and Excluded (0) filter buttons and a 'No excluded documents' message"width={800}height={774} />
162
+
<Imagesrc="/static/connectors/connectors-excluded.png"alt="Edit Google Docs modal showing the Documents tab with Active (37) and Excluded (0) filter buttons and a 'No excluded documents' message"width={800}height={774}className="mx-auto h-auto w-full max-w-md"/>
163
163
164
164
To exclude a document, open the connector's settings modal, go to the **Documents** tab, and click **Exclude** next to any document. Excluded documents are skipped on every subsequent sync even if the source content changes.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/knowledgebase/tags.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ The type dropdown in the creation form shows current slot usage for each type (e
36
36
37
37
Tag definitions live at the knowledge base level. To manage them, click the knowledge base name in the header to open the context menu and select **Tags**:
38
38
39
-
<Imagesrc="/static/tags/tags-kb-menu.png"alt="Knowledge base header showing the dropdown menu with Rename, Tags, and Delete options"width={700}height={346} />
39
+
<Imagesrc="/static/tags/tags-kb-menu.png"alt="Knowledge base header showing the dropdown menu with Rename, Tags, and Delete options"width={700}height={346}className="mx-auto h-auto w-full max-w-md"/>
40
40
41
41
This opens the Tags modal, which lists all defined tags and shows how many documents each one is assigned to. Click **Add Tag** to define a new one:
42
42
43
-
<Imagesrc="/static/tags/tags-create.png"alt="Tags modal showing 0 defined tags, a Tag Name input field, and a Type dropdown set to Text (0/7), with Cancel and Create Tag buttons"width={700}height={471} />
43
+
<Imagesrc="/static/tags/tags-create.png"alt="Tags modal showing 0 defined tags, a Tag Name input field, and a Type dropdown set to Text (0/7), with Cancel and Create Tag buttons"width={700}height={471}className="mx-auto h-auto w-full max-w-md"/>
44
44
45
45
Enter a **Tag Name** and pick a **Type**, then click **Create Tag**. The name must be unique within the knowledge base. The type dropdown only shows types that still have available slots. Press Enter to submit or Escape to cancel.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/logs-debugging/index.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Open a run and **Log Details** shows the trace. The **Trace** tab lists each blo
35
35
alt="The current Log Details Trace tab showing workflow, agent, model, and tool spans with their durations"
36
36
width={518}
37
37
height={540}
38
+
className="mx-auto h-auto w-full max-w-md"
38
39
/>
39
40
40
41
This is the level you debug at, because a run fails when one of its blocks fails, and a block usually fails because of the input it received. In this run, one glance at the spans shows where the time went: Agent 1 took 7.84s of the 7.86s total.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/platform/enterprise/access-control.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ When a user runs a workflow or uses Chat, Sim reads the resolved group's configu
37
37
38
38
Go to **Settings → Organization → Permission groups** from any workspace in your organization. Permission groups are defined once at the organization level and apply to every workspace under it. Only organization owners and admins can manage them.
39
39
40
-
<Imagesrc="/static/enterprise/access-control-groups.png"alt="Access Control settings showing a list of permission groups: Contractors, Sales, Engineering, and Marketing, each with Details and Delete actions"width={900}height={477} />
40
+
<Imagesrc="/static/enterprise/access-control-groups.png"alt="Access Control settings showing a list of permission groups: Contractors, Sales, Engineering, and Marketing, each with Details and Delete actions"width={900}height={477}className="mx-auto h-auto w-full max-w-xl"/>
41
41
42
42
### 2. Create a permission group
43
43
@@ -59,7 +59,7 @@ A workspace-scoped group with **no members** applies to everyone in its workspac
59
59
60
60
Controls which AI model providers members of this group can use.
61
61
62
-
<Imagesrc="/static/enterprise/access-control-model-providers.png"alt="Model Providers tab showing a grid of AI providers including Ollama, vLLM, OpenAI, Anthropic, Google, Azure OpenAI, and others with checkboxes to allow or restrict access"width={900}height={430} />
62
+
<Imagesrc="/static/enterprise/access-control-model-providers.png"alt="Model Providers tab showing a grid of AI providers including Ollama, vLLM, OpenAI, Anthropic, Google, Azure OpenAI, and others with checkboxes to allow or restrict access"width={900}height={430}className="mx-auto h-auto w-full max-w-xl"/>
63
63
64
64
The list shows all providers available in Sim.
65
65
@@ -89,7 +89,7 @@ Expand an integration block to reach its **tool denylist**. Clearing individual
89
89
90
90
Controls the modules, actions, and credentials available to group members. Every row refuses at the API, not only in the UI — clearing a box revokes the access; it does not merely hide a tab.
91
91
92
-
<Imagesrc="/static/enterprise/access-control-platform.png"alt="Platform tab showing feature toggles grouped by category"width={900}height={566} />
Copy file name to clipboardExpand all lines: apps/docs/content/docs/platform/enterprise/audit-logs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Audit logs record configuration and security events across your organization, in
16
16
17
17
Go to **Settings → Organization → Audit logs** in your workspace. Logs are displayed in a table with the following columns:
18
18
19
-
<Imagesrc="/static/enterprise/audit-logs.png"alt="Audit Logs settings showing a table of events with columns for Timestamp, Event, Description, and Actor, along with search and filter controls"width={900}height={830} />
19
+
<Imagesrc="/static/enterprise/audit-logs.png"alt="Audit Logs settings showing a table of events with columns for Timestamp, Event, Description, and Actor, along with search and filter controls"width={900}height={830}className="mx-auto h-auto w-full max-w-xl"/>
Copy file name to clipboardExpand all lines: apps/docs/content/docs/platform/enterprise/custom-blocks.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Click **Save changes**. The block is published immediately and becomes available
92
92
93
93
In the workflow editor, open the block toolbar. Published custom blocks appear under a **Custom blocks** section. Drag one into your workflow like any other block, fill in its inputs (using the placeholders as a guide), and reference its outputs in downstream blocks.
94
94
95
-
<Imagesrc="/static/enterprise/custom-blocks-toolbar.png"alt="Workflow editor block toolbar with a Custom Blocks section listing two published blocks below Core Blocks"width={400}height={476} />
95
+
<Imagesrc="/static/enterprise/custom-blocks-toolbar.png"alt="Workflow editor block toolbar with a Custom Blocks section listing two published blocks below Core Blocks"width={400}height={476}className="mx-auto h-auto w-full max-w-xs"/>
96
96
97
97
Consumers don't need any access to the source workflow. The block runs on its own, using only the inputs provided, and returns only the outputs you exposed. Its internal steps, models, and intermediate values stay hidden unless the block's publisher turned on **Trace runs in consumer logs**, in which case they appear under the block in the run's trace.
Copy file name to clipboardExpand all lines: apps/docs/content/docs/platform/enterprise/data-drains.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Drains are independent of [Data Retention](/platform/enterprise/data-retention)
16
16
17
17
Go to **Settings → Organization → Data drains** in your workspace, then click **New drain**.
18
18
19
-
<Imagesrc="/static/enterprise/data-drains-list.png"alt="Data Drains settings page showing two configured drains — one exporting workflow logs to Amazon S3 daily, another exporting Chat conversations to an HTTPS webhook hourly"width={900}height={885} />
19
+
<Imagesrc="/static/enterprise/data-drains-list.png"alt="Data Drains settings page showing two configured drains — one exporting workflow logs to Amazon S3 daily, another exporting Chat conversations to an HTTPS webhook hourly"width={900}height={885}className="mx-auto h-auto w-full max-w-md"/>
20
20
21
-
<Imagesrc="/static/enterprise/data-drains-new.png"alt="New data drain dialog with fields for name, source, cadence, destination, and S3 credentials"width={900}height={491} />
21
+
<Imagesrc="/static/enterprise/data-drains-new.png"alt="New data drain dialog with fields for name, source, cadence, destination, and S3 credentials"width={900}height={491}className="mx-auto h-auto w-full max-w-xl"/>
0 commit comments