# Chat SDK adds Velt support

DevFeed: [Chat SDK adds Velt support](<https://devfeed.tech/articles/chat-sdk-adds-velt-support-847.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/chat-sdk-adds-velt-support>)

Author: Josh Singh

Published: 2026-06-01T14:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Bot](<https://devfeed.tech/topics/bot.md>), [Chat Bot](<https://devfeed.tech/topics/chatbot.md>)

Tags: [bots](<https://devfeed.tech/tags/bots.md>), [building](<https://devfeed.tech/tags/building.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [guide](<https://devfeed.tech/tags/guide.md>), [learn](<https://devfeed.tech/tags/learn.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

## AI overview

Chat SDK adds a vendor-official Velt adapter that lets bots read and reply in Velt comment threads. The adapter maps Velt documents to Chat SDK channels, comment annotations to threads, and comments to messages, while grounding replies with document context. The article also points to Velt documentation and a complete Chat SDK guide.

## Source excerpt

Chat SDK now supports Velt with the new vendor-official adapter. Build bots that read and reply within Velt comment threads, right where your team already works: documents, text editors, and canvases. Tag the bot, and it will answer in the same thread, grounding its reply with the document name, URL, and anchored text. The adapter maps Velt documents to Chat SDK channels, comment annotations to threads, and individual comments to messages. Read the Velt documentation to get started. Read more