Step 1: Access the Chatbot - Council Chatbot Walkthrough
Find and open your deployed chatbot interface
Great! You've deployed the demo
Now let's walk through what you just deployed and see it in action.
Start WalkthroughChoose your next step
Generate Evidence Pack
Create your business case documentation with what you've learned.
Generate Evidence PackWalkthrough progress
Step 1 of 4 • 2 minutes
Access the Chatbot
Find your chatbot's web interface URL from the CloudFormation stack outputs.
Screenshot updating - please check back soon
Screenshot updating - please check back soon
Expected outcome
- CloudFormation stack shows CREATE_COMPLETE status
- ChatbotURL output is visible in the Outputs tab
- Chatbot web interface opens in a new browser tab
How to find your chatbot URL
-
Open the CloudFormation console
Go to CloudFormation console in us-east-1 (N. Virginia) (opens in new tab)
-
Find your stack
Look for a stack named
ndx-try-council-chatbot-[timestamp]The status should be CREATE_COMPLETE
-
Click on the stack name
This opens the stack details page
-
Go to the "Outputs" tab
You'll see a list of outputs from the deployment
-
Find the ChatbotURL output
Look for the row with Key:
ChatbotURLThe Value will be a URL like:
https://[random-id].execute-api.us-east-1.amazonaws.com/prod/chat -
Click the ChatbotURL value
This opens the chatbot web interface in a new tab
Tip: Bookmark this URL or keep the tab open - you'll need it for the rest of the walkthrough.
What you should see
When you open the chatbot URL, you should see:
- A clean web interface with "Council Chatbot" heading
- A text input box with placeholder text: "Ask me about council services..."
- A "Send" button next to the input box
- Welcome message: "Hello! I can help with questions about council services. Try asking about bin collections, council tax, planning, or general services."
Troubleshooting: Stack not showing CREATE_COMPLETE
If your stack shows CREATE_IN_PROGRESS:
- Wait 3-5 minutes for deployment to complete
- Refresh the CloudFormation console page
- Check the "Events" tab to see deployment progress
If your stack shows CREATE_FAILED or ROLLBACK_COMPLETE:
- Check the "Events" tab to see which resource failed
- Common issues: IAM permissions, service quotas, or region availability
- Try deleting the stack and redeploying
- Contact support if the issue persists
Troubleshooting: ChatbotURL not in Outputs
If you don't see ChatbotURL in the Outputs tab:
- Check the stack is fully deployed (CREATE_COMPLETE status)
- Refresh the page - outputs may take a moment to appear
- Check you're looking at the correct stack (ndx-try-council-chatbot-...)
- Try the "Resources" tab and find the API Gateway - the invoke URL is your chatbot URL
Troubleshooting: Chatbot page shows error
If the chatbot page shows an error or won't load:
- Check you're using the correct region (us-east-1)
- Check your browser isn't blocking the page (HTTPS should work)
- Try opening in an incognito/private window
- Check the stack Events tab for any errors during API Gateway setup
- Wait a few minutes - API Gateway endpoints can take 1-2 minutes to activate after deployment