From d1f07d5bcbaab24a15d8cc3e99f40b807d383c06 Mon Sep 17 00:00:00 2001 From: Nooooo <77565958+buihoangthai@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:12:33 +0700 Subject: [PATCH] docs(ai-agents): add next steps section --- docs/ai-agents/quickstart.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/ai-agents/quickstart.mdx b/docs/ai-agents/quickstart.mdx index 45d876532..1120e0b69 100644 --- a/docs/ai-agents/quickstart.mdx +++ b/docs/ai-agents/quickstart.mdx @@ -238,3 +238,14 @@ import { TruncatedPrompt } from "/snippets/TruncatedPrompt.jsx" Every send, swap, or sign operation will give you an approval link. Open it, review the action in Base Account, and confirm. + +## Next steps + +Depending on your use case, continue with: + +- Wallet setup and funding +- Agent identity and registration +- Agentic payments with x402 +- Trading and market data integrations + +These guides provide deeper implementation details and examples.