Skip to content

Commit 051a0ce

Browse files
committed
widgets
1 parent 4d9f8d1 commit 051a0ce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
import IntegrationCards from '@site/src/components/IntegrationCards';
2+
import CalloutCard from "@site/src/components/CalloutCard";
23

34
# Integrations
45

5-
Connect agents with knowledge across your company. More integrations are coming soon.
6+
Datasources are used to connect to your external databases & APIs. Appsmith can connect to a variety of Datasources and any REST API. Queries can be created on top of datasources to read and write data from them. Queries interact with widgets via javascript to display and capture data.
7+
8+
9+
<CalloutCard text="Documentation is currently in beta. References for select integrations will be available soon." isBeta />
10+
11+
612

713
<IntegrationCards />

0 commit comments

Comments
 (0)