Create your first agent

In this challenge, you will create an agent using Create with AI, test it, and examine the reasoning trace.

Don’t have data yet?

Open the Northwind import guide in the Aura Console and follow the instructions to load the Northwind sample dataset — a food distribution graph with customers, orders, products, and suppliers. The example prompt and questions below use Northwind.

Your challenge

  1. Go to Data ServicesAgents and create an agent using Create with AI connected to an AuraDB instance with data loaded.

  2. Write a prompt that defines the agent’s role, what it can answer, and that it should decline off-topic requests.

  3. Save the agent, then ask it at least three questions in the preview panel that you would expect to hit different tools.

  4. For each response, expand the Thought section and identify: which tool was selected, what parameters were passed, and why the LLM chose that tool over the others.

  5. Review the generated tools against the design principles from the previous lesson: is the scope clear, are the descriptions specific, does each tool map to one question type?

If you are using Northwind, use this prompt:

text
You are a customer service agent for Northwind Traders, a food distribution company.
Your role is to answer questions about customers, orders, products, categories, and suppliers.
Decline off-topic or harmful requests.

And try these questions:

  • Which are the top 5 most ordered products?

  • Who has ordered Pavlova repeatedly?

  • Find products similar to Chai.

Summary

In this challenge, you created an agent with AI, tested it with real questions, and examined the reasoning trace.

In the next module, you will build on this by adding and customising tools with Cypher Template and Text2Cypher.

Chatbot

How can I help you today?

Data Model

Your data model will appear here.