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

# Overview

> Integrate inploi into your career site

# inploi SDK

The inploi SDK provides widgets and plugins you can embed in your career site to create engaging candidate experiences.

## Available plugins

<CardGroup cols={2}>
  <Card title="Analytics" icon="chart-line" href="/sdk/plugins/analytics">
    Anonymised session tracking, UTM capture, and attribution
  </Card>

  <Card title="Kin" icon="message-bot" href="/sdk/plugins/kin">
    AI-powered chat assistant for job seekers
  </Card>

  <Card title="Job Search" icon="magnifying-glass" href="/sdk/plugins/job-search">
    Full-featured job search widget
  </Card>

  <Card title="Chatbot" icon="comments" href="/sdk/plugins/chatbot">
    Conversational application flows
  </Card>

  <Card title="Feedback" icon="comment" href="/sdk/plugins/feedback">
    Collect candidate feedback
  </Card>

  <Card title="Accessibility" icon="universal-access" href="/sdk/plugins/accessibility">
    Accessibility tools overlay
  </Card>

  <Card title="Job Alerts" icon="bell" href="/sdk/plugins/job-alerts">
    Email alerts for new jobs
  </Card>
</CardGroup>

## Installation options

The SDK can be installed via npm for modern build systems, or loaded directly via CDN for simpler integrations.

<Tabs>
  <Tab title="npm">
    ```bash theme={null}
    npm install @inploi/sdk
    ```
  </Tab>

  <Tab title="pnpm">
    ```bash theme={null}
    pnpm add @inploi/sdk
    ```
  </Tab>

  <Tab title="CDN">
    ```html theme={null}
    <script defer src="https://sdk.inploi.com/@inploi/sdk/cdn/index.js"></script>
    ```
  </Tab>
</Tabs>

## Next steps

<Card title="Getting Started" icon="rocket" href="/sdk/getting-started">
  Set up the SDK and make your first integration
</Card>
