19 lines
895 B
Text
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.
|