Getting the public URL
The chatbot’s public URL is available from the course detail page on your dashboard.- Sign in and open the course.
- Click Copy Link (or copy the URL from the Open Chat button).
Sharing the link directly
The simplest way to give students access is to paste the URL in your course materials:- Add it to your course syllabus
- Post it as an announcement in your LMS
- Include it in your lecture slides
- Email it directly to students
Embedding with an iframe
You can embed the chatbot directly inside any webpage, Canvas page, or Blackboard item using a standard HTML<iframe>. This keeps students on the course page rather than opening a new tab.
iframe snippet
YOUR_COURSE_ID with the course ID from your dashboard URL. Adjust height to fit your page layout — 600–800px works well for most screens.
Set
title on the iframe for screen reader accessibility. A value like "BIOL 201 AI Assistant" is more descriptive than the generic example above.Embedding in Canvas
Open a Canvas page or assignment
Navigate to the Canvas page where you want to add the chatbot. Click Edit.
Switch to HTML view
In the Canvas rich text editor, click the HTML Editor button (
< >) in the toolbar. This switches from the visual editor to raw HTML.Paste the iframe
Paste the iframe snippet from above into the HTML editor. Replace
YOUR_COURSE_ID with your actual course ID.Embedding in Blackboard
Blackboard’s Build Content → Item editor also supports HTML embedding:- Create or edit a content item.
- In the text editor, click the Source Code button (
</>). - Paste the iframe snippet and save.
Student experience
Students who open the chatbot via the public link or embedded iframe:- Do not need a Courser account
- See the chatbot name, background image, and accent color you’ve configured
- Can ask questions immediately and receive answers with timestamped citations
- Cannot access any professor-facing settings or conversation history exports
What’s next?
Customizing your chatbot
Adjust colors, instructions, and background image
Managing courses
Export conversation data and view student usage