What tools your agent can use
Add a tool to your agent
1
Open the Tools panel
In the agent builder, switch to the Tools panel in the sidebar to see every tool category available to your agent.
2
Pick a category and configure the tool
Choose the tool category that fits your use case (for example, a calendar connection or a custom tool) and fill in the configuration form.
3
Reference the tool in your prompt
In the prompt editor, click the tool in the Tools sidebar to insert it as
@toolName. The sidebar always inserts the correct reference, so you don’t have to remember the exact name.In the prompt, you only define when the agent should use a tool, not how the tool works technically. The technical configuration lives in the agent settings.
Tool Calls
Learn how to use tool calls to let your agent perform specific actions during a call.
Next Steps
Advanced: Knowledge Bases
Give your agent access to your own information so it can answer questions during calls.