# Docs | Userorbit ## Docs - [Authentication](https://docs.userorbit.com/api-reference/authentication.md): Learn how to authenticate with the Userorbit API - [List Feedback Boards](https://docs.userorbit.com/api-reference/feedback/boards/feedback-boards-list.md): Get all public feedback boards for the team. Boards are used to organize feedback by category or type. - [Get Feedback Comment Count](https://docs.userorbit.com/api-reference/feedback/comments/feedback-comments-count.md): Get the total number of comments on a feedback item. - [Create Feedback Comment](https://docs.userorbit.com/api-reference/feedback/comments/feedback-comments-create.md): Add a comment to a feedback item. Requires subscriber authentication. - [List Feedback Comments](https://docs.userorbit.com/api-reference/feedback/comments/feedback-comments-list.md): Get all comments on a feedback item with pagination and sorting options. - [Create Feedback (Public)](https://docs.userorbit.com/api-reference/feedback/management/feedback-create.md): Create new feedback from public widget. Requires authenticated subscriber via JWT token. - [Delete Feedback](https://docs.userorbit.com/api-reference/feedback/management/feedback-delete.md): Delete a feedback item. Only the creator can delete their own feedback. - [Get Feedback Info](https://docs.userorbit.com/api-reference/feedback/management/feedback-info.md): Get detailed information about a specific feedback item including creator, votes, comments, and metadata. - [List Feedback (Public)](https://docs.userorbit.com/api-reference/feedback/management/feedback-list.md): List feedback with advanced filtering and sorting. Returns feedback from public boards. - [Update Feedback](https://docs.userorbit.com/api-reference/feedback/management/feedback-update.md): Update an existing feedback item. Only the creator can update their own feedback. - [Vote on Feedback](https://docs.userorbit.com/api-reference/feedback/votes/feedback-votes-create.md): Cast a vote on a feedback item. Requires subscriber authentication. One vote per subscriber. - [Remove Feedback Vote](https://docs.userorbit.com/api-reference/feedback/votes/feedback-votes-delete.md): Remove your vote from a feedback item. Requires subscriber authentication. - [Get Feedback Vote Info](https://docs.userorbit.com/api-reference/feedback/votes/feedback-votes-info.md): Get vote count and check if current user has voted on a feedback item. - [Introduction](https://docs.userorbit.com/api-reference/introduction.md): Welcome to the Userorbit API documentation - [Quickstart](https://docs.userorbit.com/api-reference/quickstart.md): Get started with the Userorbit API in 5 minutes - [Get Topic Comment Count](https://docs.userorbit.com/api-reference/roadmap/comments/topic-comments-count.md): Get the total number of comments on a topic. Requires subscriber authentication. - [Create Topic Comment](https://docs.userorbit.com/api-reference/roadmap/comments/topic-comments-create.md): Add a comment or reply to a topic. Requires subscriber authentication. - [List Topic Comments](https://docs.userorbit.com/api-reference/roadmap/comments/topic-comments-list.md): Get all comments on a topic with nested replies. Supports sorting and pagination. - [Get Stage Info](https://docs.userorbit.com/api-reference/roadmap/stages/stages-info.md): Get detailed information about a specific stage including its topics. - [List Stages](https://docs.userorbit.com/api-reference/roadmap/stages/stages-list.md): Get all stages for a roadmap. Returns public stages ordered by their display order. - [Create Topic](https://docs.userorbit.com/api-reference/roadmap/topics/topics-create.md): Create a new topic (feature request) on the roadmap. Supports both authenticated subscribers and anonymous users. - [Get Topic Info](https://docs.userorbit.com/api-reference/roadmap/topics/topics-info.md): Get detailed information about a specific topic by ID or URL slug. - [List Topics](https://docs.userorbit.com/api-reference/roadmap/topics/topics-list.md): Get all published topics (feature requests) for a specific roadmap stage. Supports sorting and pagination. - [Subscribe to Topic](https://docs.userorbit.com/api-reference/roadmap/topics/topics-subscribe.md): Subscribe to notifications for a topic. Get notified of comments, votes, and status changes. - [Check Topic Subscription](https://docs.userorbit.com/api-reference/roadmap/topics/topics-subscriber-info.md): Check if the current subscriber is subscribed to a topic. - [Unsubscribe from Topic](https://docs.userorbit.com/api-reference/roadmap/topics/topics-unsubscribe.md): Unsubscribe from notifications for a topic. - [Vote on Topic](https://docs.userorbit.com/api-reference/roadmap/votes/topic-votes-create.md): Cast an upvote on a topic (feature request). Requires subscriber authentication. - [Remove Topic Vote](https://docs.userorbit.com/api-reference/roadmap/votes/topic-votes-delete.md): Remove your vote from a topic. Requires subscriber authentication. - [Get Topic Vote Info](https://docs.userorbit.com/api-reference/roadmap/votes/topic-votes-info.md): Get vote count and subscriber's vote status for a topic. - [Identify Subscriber](https://docs.userorbit.com/api-reference/subscribers/subscriber-identify.md): Identify or create a subscriber for tracking. Used to initialize the widget and track user activity. - [Development](https://docs.userorbit.com/development.md): Preview changes locally to update your docs - [Framework Guides](https://docs.userorbit.com/documentation/framework-guides.md): Getting started with HTML, React, Vue and React Native - [Userorbit JS](https://docs.userorbit.com/documentation/userorbit-js.md): Userorbit JS SDK API Reference - [How does it work?](https://docs.userorbit.com/how-does-it-work.md): What are the features of Userorbit and how do they work? - [What is Userorbit?](https://docs.userorbit.com/userorbit.md): Welcome to the home of userorbit documentation ## Optional - [Community](https://discord.gg/bV6gXpmr) - [Blog](https://userorbit.com/blog)