Viewing your courses
After signing in, your dashboard lists every chatbot associated with your account. Courser fetches all courses linked to your user profile — only courses you created are shown. Each course card displays:- The chatbot name
- The accent color you’ve set
- A link to the public-facing chat interface
- A link to the course settings page
Accessing course details
Click a course card to open its detail page. From here you can:- Update the name, colors, and AI instructions
- View the public chatbot URL to share with students
- Export conversation history as CSV
- See the total number of conversations logged
Exporting conversation data
Courser logs every student conversation. You can export this data as a CSV file to analyze which topics students ask about most, identify gaps in your lecture coverage, or review AI response quality.How to export
CSV format
The exported file contains three columns:| Column | Description |
|---|---|
Start Time | Timestamp when the conversation began |
User Question | The question a student typed |
Assistant Answer | The answer the chatbot generated |
The export limit is capped between 10 and 100 rows per request. To analyze larger datasets, export multiple times or use the API directly with a custom
limit query parameter.Export via the API
You can also trigger an export programmatically:text/csv file attachment. The limit parameter accepts values between 10 and 100. Values outside this range are clamped automatically.
Checking conversation counts
To see how many total conversations have been logged for a course without downloading the full export:Deleting a course
Contact support or use the self-hosted admin tools to delete a course if needed. Bulk deletion is not currently available through the dashboard UI.What’s next?
Customize your chatbot
Adjust the look, feel, and behavior of each course chatbot
Embed your chatbot
Add the chatbot to Canvas, Blackboard, or any course website