Continual Logo

Continual Docs

Go to continual.ai →Go to continual.ai → (opens in a new tab)
  • Getting Started
  • What is Continual?
  • How Continual works
  • Quickstart
  • Guides
  • Copilots
  • Knowledge bases
  • Tools
  • Models
  • Monitoring
  • Evaluation
  • Workspaces
  • Administration
  • User authentication
  • Tutorials
  • Embedding a copilot in Next.js
  • Restricting document access for copilot users
  • Create a copilot for an EdTech application
  • Using the Headless Copilot API
  • API reference
  • @continual/react
    • <CopilotProvider/>
    • <Copilot/>
    • useCopilot()
    • useCopilotContext()
  • REST API
  • Resources
  • Contact us
  • Data privacy
  • Responsible disclosure
  • System status ↗ (opens in a new tab)
@continual/react

@continual/react

The @continual/react package includes React components and hooks for use in any React frontend application. If you need to access Continual platform resources from your backend, please see the @continual/client package.

Components

  • <CopilotProvider/>
  • <Copilot/>

Hooks

  • useCopilot()
  • useCopilotContex()
Using the Headless Copilot API<CopilotProvider/>