# Glean Feed > Learn how to collect feedback, publish roadmap updates, launch a public portal, and embed Glean Feed in your product. ## Docs - [Install agent skills](https://gleanfeed.com/docs/api/agent-skills.md): Add optional Glean Feed workflows for changelog drafting, feature evaluation, and feedback triage to a coding agent. - [Authentication](https://gleanfeed.com/docs/api/authentication.md): Authenticate REST requests with a workspace API key or OAuth, and connect AI assistants securely. - [Glean Feed CLI](https://gleanfeed.com/docs/api/cli.md): Run the feedback-to-roadmap-to-changelog loop from a repository, terminal, CI job, or coding agent. - [Use the CLI with agents and CI](https://gleanfeed.com/docs/api/cli-agents-ci.md): Connect coding agents over MCP and run reviewed Glean Feed workflows in noninteractive automation. - [CLI profiles and repository config](https://gleanfeed.com/docs/api/cli-profiles.md): Select workspaces deterministically while keeping OAuth tokens and API keys out of repositories and command history. - [CLI quickstart](https://gleanfeed.com/docs/api/cli-quickstart.md): Connect a repository and complete the first feedback-to-roadmap-to-changelog loop in five minutes. - [CLI command reference](https://gleanfeed.com/docs/api/cli-reference.md): Find Glean Feed CLI command groups, common options, write safeguards, pagination, and exit codes. - [CLI security](https://gleanfeed.com/docs/api/cli-security.md): Keep Glean Feed OAuth tokens and API keys scoped, local, out of repositories, and easy to revoke. - [Troubleshoot the CLI](https://gleanfeed.com/docs/api/cli-troubleshooting.md): Diagnose Glean Feed CLI authentication, repository binding, network, API, and MCP connection failures. - [Endpoints](https://gleanfeed.com/docs/api/endpoints.md): The feedback, changelog, roadmap, and workspace operations in the Glean Feed REST API. - [REST API examples](https://gleanfeed.com/docs/api/examples.md): Filter and paginate feedback, then create a request safely from your server. - [JavaScript SDK](https://gleanfeed.com/docs/api/javascript-sdk.md): Use the typed, server-side JavaScript client for Glean Feed's complete public REST API. - [Connect over MCP](https://gleanfeed.com/docs/api/mcp.md): Connect an AI assistant to Glean Feed, approve read or write access, and confirm the connection with a safe first prompt. - [Make your first API request](https://gleanfeed.com/docs/api/overview.md): Create a Glean Feed API key and list feedback requests with one verified REST call. - [Scopes](https://gleanfeed.com/docs/api/scopes.md): The scope catalog for Glean Feed API keys and OAuth connections, and the read-only default. - [Workspace, dashboard, and portal](https://gleanfeed.com/docs/concepts/workspaces.md): Understand the three places involved in collecting and reviewing customer feedback. - [Publish a product update](https://gleanfeed.com/docs/dashboard/changelog.md): Draft an update, connect it to completed customer work, publish or schedule it, and verify the public result. - [Export or delete workspace data](https://gleanfeed.com/docs/dashboard/data.md): Export workspace content, permanently remove selected content, delete a workspace, or delete your account. - [Review and organize feedback](https://gleanfeed.com/docs/dashboard/feedback.md): Collect customer requests, review submissions, merge duplicates, and keep customer conversations together. - [Import CSV data](https://gleanfeed.com/docs/dashboard/imports.md): Prepare, preview, and import existing feedback requests, roadmap items, or changelog entries from a CSV file. - [Move customer work through the roadmap](https://gleanfeed.com/docs/dashboard/roadmap.md): Connect reviewed requests to planned work, update progress, and confirm what customers can see. - [Build with Glean Feed](https://gleanfeed.com/docs/developers.md): Choose the CLI, JavaScript SDK, API, MCP, headless helpers, widget, React wrapper, or iOS SDK for your product workflow. - [Render updates in your own UI](https://gleanfeed.com/docs/headless/changelog.md): Fetch published Glean Feed updates for a custom "What's new" page, menu, or feed. - [Capture feedback in your own UI](https://gleanfeed.com/docs/headless/feedback.md): Build a custom feedback form and send requests—with customer and page context—into Glean Feed. - [Headless SDK overview](https://gleanfeed.com/docs/headless/overview.md): Add Glean Feed capabilities to a custom web interface without using the packaged launcher or portal chrome. - [Glean Feed docs](https://gleanfeed.com/docs/index.md): Set up Glean Feed, manage customer feedback, or build with the CLI, API, MCP, JavaScript SDK, widget, React wrapper, or iOS SDK. - [Connect Discord](https://gleanfeed.com/docs/integrations/discord.md): Turn community messages into feedback and send selected Glean Feed updates to one Discord channel. - [Connect Linear](https://gleanfeed.com/docs/integrations/linear.md): Turn customer requests into linked Linear issues and projects, then keep delivery context visible in Glean Feed. - [Connect Slack](https://gleanfeed.com/docs/integrations/slack.md): Capture team conversations as feedback, send selected updates to one channel, and moderate pending requests from Slack. - [Diagnostics and privacy](https://gleanfeed.com/docs/ios-sdk/diagnostics.md): Send a fixed set of app and OS version details only when you explicitly request it. - [Identify customers](https://gleanfeed.com/docs/ios-sdk/identity.md): Connect a signed-in customer in your app to the same person in Glean Feed with server-signed identity. - [Install the iOS SDK](https://gleanfeed.com/docs/ios-sdk/install.md): Add the Swift package, initialize it, and open a Glean Feed view. - [Unread count](https://gleanfeed.com/docs/ios-sdk/notifications.md): Show a native badge or 'What's new' dot for signed-in customers. - [iOS SDK overview](https://gleanfeed.com/docs/ios-sdk/overview.md): Present Glean Feed feedback, roadmap, and changelog inside your iOS app. - [Troubleshooting](https://gleanfeed.com/docs/ios-sdk/troubleshooting.md): Common issues installing and running the Glean Feed iOS SDK. - [Configure customer accounts](https://gleanfeed.com/docs/portal/accounts.md): Require portal sign-in when customers should submit feedback, vote, comment, or react to updates. - [Custom portal CSS](https://gleanfeed.com/docs/portal/custom-css.md): Style your public portal's feedback, roadmap, and changelog pages with your own CSS, using stable selector hooks and theme variables. - [Connect a custom domain](https://gleanfeed.com/docs/portal/custom-domains.md): Put your public portal on a customer-owned hostname such as feedback.example.com. - [Publish and share your portal](https://gleanfeed.com/docs/portal/overview.md): Open the default Glean Feed portal, choose its public sections, and share the customer-facing URL. - [Customize branding and search appearance](https://gleanfeed.com/docs/portal/settings.md): Update the portal identity, sharing preview, and search-engine settings after the default portal is working. - [Collect your first customer request](https://gleanfeed.com/docs/quickstart.md): Create a workspace, prepare its public portal, and confirm that customer feedback reaches your dashboard. - [Configure the widget](https://gleanfeed.com/docs/widget/configuration.md): Choose the widget mode, starting view, launcher appearance, and lifecycle methods. - [Identify customers](https://gleanfeed.com/docs/widget/identity.md): Use server-signed identity so customers can interact in the widget without signing in again. - [Install the widget](https://gleanfeed.com/docs/widget/install.md): Add a working Glean Feed launcher to your web app, then choose launcher or inline mode. - [Widget notifications](https://gleanfeed.com/docs/widget/notifications.md): Show signed-in customers recent activity and an unread badge in launcher mode. - [Use the widget with React](https://gleanfeed.com/docs/widget/react.md): Install the React provider, open widget views from your components, and pass server-signed customer identity safely. - [Troubleshoot the widget](https://gleanfeed.com/docs/widget/troubleshooting.md): Fix launcher, inline mount, portal origin, visibility, identity, notification, and styling problems. - [Web package compatibility](https://gleanfeed.com/docs/widget/versions.md): Choose and upgrade compatible versions of the Glean Feed widget and React wrapper. ## OpenAPI Specs - [openapi](https://gleanfeed.com/docs/api/openapi.yaml)