Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/build-without-code.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,7 +34,7 @@ Two properties make Studio safe to hand to non-developers:

## Setup — where the platform is administered

The **System Settings** app covers platform administration: user management and invitations, permission assignment, datasources (including federated external databases), diagnostics and audit logs, and the **Marketplace** — template apps such as HotCRM install with one click and appear alongside your own apps, ready to customize in Studio.
The **System Settings** app covers platform administration: user management and invitations, permission assignment, datasources (including federated external databases), diagnostics and audit logs, and the **Marketplace** — template apps such as HotCRM install with one click and appear alongside your own apps. What "customize" means depends on the piece: views and dashboards are yours to edit directly; a packaged object grows through your own fields via an extension package, never by reshaping what shipped; a packaged flow stays locked, but a dedicated **packaged automation** page here lets you switch it off and clone your own — the clone is an ordinary flow, yours to edit in Studio.

## When to reach for code instead

Expand Down
2 changes: 1 addition & 1 deletion content/docs/capabilities/integrations.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,7 +14,7 @@ A business system earns its keep by fitting into the systems — and habits —
- **Triggers in** — external systems start platform [flows](/docs/capabilities/automation).
- **Connectors** — ready-made Slack and generic REST connectors drop into flows; an HTTP API, OpenAPI document, or MCP server can be [declared as metadata](/docs/automation/connectors) and goes live at boot, no plugin code.
- **Federated external databases** — point at an existing database and query it in place: no migration, visible in views, usable in flows.
- **Marketplace templates** — install complete apps (HotCRM among them) with one click: objects, views, flows, dashboards, and seed data included, then customize in Studio.
- **Marketplace templates** — install complete apps (HotCRM among them) with one click: objects, views, flows, dashboards, and seed data included. Views and dashboards are yours to edit directly; a packaged flow stays locked, but [Setup](/docs/build-without-code) lets you switch it off and clone your own to edit in Studio; a packaged object grows through your own fields via an extension package, not by editing what shipped.
- **Deploy anywhere** — cloud or fully self-hosted; your data and your app definition stay yours.

## Everyday collaboration
Expand Down
Loading