Skip to content

Commit cfbaf53

Browse files
authored
update quickstart intro (#376)
1 parent a3dc0c8 commit cfbaf53

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pages/home/quickstart.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ import { Steps, Tabs } from "nextra/components";
77
import { SignupLink } from "@/components/Analytics";
88

99
# Arcade Quickstart
10-
1110
<div className="grid grid-cols-1 md:grid-cols-[4fr_3fr] gap-8">
1211
<div>
13-
This guide will walk you through the process of getting started with Arcade.dev. First, we will go over Direct Tool Calling, a simple way to call tools directly from your agent.
12+
<strong>Build AI agents that actually take action.</strong>
13+
14+
Most AI apps are stuck in read-only mode. Arcade gives your AI the power to act — send Gmail, update Notion, message in Slack, and more.
15+
16+
In this quickstart, you'll:
17+
* Install the Arcade client
18+
* Authenticate your first real-world tool
19+
* Run your first tool call using the arcade client
1420

15-
Direct tool calling is useful in situations where you already know what tool is needed or when there is no prompt for an LLM to interpret and decide on the tool calling. It also gives you full control over what is executed by the Arcade Engine and how.
21+
This it's the foundation to build full agents. Real tools. Real actions. Real fast.
22+
Ready to start? Follow the Quickstart below.
1623
</div>
1724
<iframe
1825
className="aspect-video w-full max-w-[900px] rounded-xl shadow-2xl"

0 commit comments

Comments
 (0)