diff --git a/website/docs/getting-started/build-your-first-agent.md b/website/docs/getting-started/build-your-first-agent.md index d0e7ffa..f118674 100644 --- a/website/docs/getting-started/build-your-first-agent.md +++ b/website/docs/getting-started/build-your-first-agent.md @@ -2,13 +2,11 @@ import DownloadButton from '@site/src/components/DownloadButton'; # Build Your First Agent -This tutorial guides you through building a customer support AI agent that can answer FAQs from a knowledge base and retrieve ticket statuses from a database. +In this tutorial, you'll learn how to build your first AI agent using Appsmith Agents. By the end, you'll have created a Project Management Assistant that integrates with Jira to help teams analyze issues, generate status reports, and draft responses to stakeholders. - -:::tip ⏳ Estimated Time: 15 minutes +:::tip ⏳ Estimated Time: 10 minutes By the end of this tutorial, you will learn to: -- Connect a knowledge base to your agent. - Set up function calling using an API (e.g., order or ticket status). - Create and test a basic RAG (Retrieval-Augmented Generation) agent. ::: @@ -17,7 +15,7 @@ By the end of this tutorial, you will learn to: