Quick Start
Collect and manage your first piece of user feedback.
|
Now that you've installed the widget, let's walk through collecting and managing your first piece of feedback.
Step 1: Submit Test Feedback
- Open your application where you installed the widget
- Click the feedback button in the bottom-right corner
- Enter some test feedback and submit
The feedback will immediately appear in your Userloop dashboard.
Step 2: View Feedback
- Go to your Userloop dashboard
- Navigate to Feedback in the sidebar
- You should see your test feedback listed
Step 3: Triage Feedback
Click on the feedback item to open the detail view. From here you can:
- Add tags to categorize the feedback
- View AI summary to quickly understand longer feedback
- Create a ticket in Linear or Jira
- Archive feedback you've addressed
Understanding the Feedback Detail
Each feedback item includes:
| Field | Description |
|---|---|
| Content | The user's feedback message |
| Screenshot | Automatically captured (if enabled) |
| URL | The page where feedback was submitted |
| User | Email or identifier (if provided) |
| Submitted | When the feedback was received |
Identifying Users
By default, feedback is anonymous. To identify users, pass their email when initializing the widget:
// After the widget script loads
window.userloop?.identify({
email: "user@example.com",
name: "John Doe", // optional
});[!TIP] Identifying users helps you follow up on feedback and understand feedback patterns by user segment.
What's Next?
- Configure the widget to match your brand
- Set up integrations with Linear or Jira
- Learn about feedback workflows