> ## Documentation Index
> Fetch the complete documentation index at: https://velt.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Comments Sidebar

> Provide a toggleable sidebar to view and filter comments.

The Velt SDK contains 4 components that can be used to control the Comments Sidebar functionality:

* `VeltComments` - Used to enable the Comments feature site wide
* `VeltCommentsSidebar` - The Sidebar that holds all existing comments
* `VeltSidebarButton` - A button that toggles the `VeltCommentsSidebar`on and off
* `VeltCommentTool` - A button that turns on the Comments functionality

<Frame>
  <iframe src="https://landing-page-demo-velt.vercel.app/?feature=comments&type=sidebar" allow="camera; microphone" scrolling="no" frameBorder="0" className="w-full" height="700px" />
</Frame>

[Open in larger window](https://landing-page-demo-velt.vercel.app/?feature=comments\&type=sidebar)
