Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 04_ai_agents/n8n_beginner_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A chat-driven scheduling agent: you type “book a 30-min call with Laura next T

# 1) Create the workflow (the “agent’s house”)

1. **New Workflow →** name it **Appointment Agent** (because “Calendar Wizard 9000” scares clients).
1. **New Workflow →** name it **Appointment Agent** (because “Calendar Wizard 9000” scares clients). Important: In workflow settings, change time zone to Asia/Karachi as by default it is America/New York, otherwise the schedule time of events will be wrong.
2. **Add “Chat Trigger”** (n8n Chat) so you can talk to your agent from the built-in chat panel.
3. **Add “Respond to Chat”** (we’ll connect it later) to stream replies like a friendly barista.

Expand Down