1
0
Fork 0
docsearch/packages/website/docs/docsearch.mdx
Paul Jankowski 596397c359
feat(docs): Document v5 beta (#2935)
* chore(docs): v5 documentation

* Writing style clean up

* fix: website after conflicts
2026-07-30 09:47:28 -04:00

19 lines
895 B
Text

---
title: Get started with DocSearch
description: Set up DocSearch keyword search or Agent Studio answers.
---
DocSearch v5 provides separate packages for JavaScript, React, composable interfaces, and framework integrations.
Start with the [package overview](/docs/packages/overview) to choose an integration:
- Use [`@docsearch/js`](/docs/packages/js/getting-started) for a JavaScript application.
- Use [`@docsearch/react`](/docs/packages/react/getting-started) for a React application.
- Use the [Docusaurus adapter](/docs/packages/docusaurus-adapter/getting-started) for a Docusaurus site.
- Use the [Composable API](/docs/composable-api) to control the React interface.
To upgrade an existing integration, follow [Migrating from v4](/docs/migrating-from-v4).
## Installation
Install instructions depend on your package. Open the package guide above for commands and required styles.