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

# Plugins Overview

> Zero-code Khaime integrations for popular platforms.

# Plugins

Khaime offers official plugins for popular e-commerce platforms. These plugins handle the full payment flow — multicurrency display, gateway routing, and order synchronization — without writing code.

<CardGroup cols={2}>
  <Card title="WooCommerce" icon="wordpress" href="/plugins/woocommerce/installation">
    For WordPress/WooCommerce stores. Includes multicurrency switcher and Khaime-powered checkout.
  </Card>

  <Card title="WordPress" icon="plug" href="/plugins/wordpress/overview">
    Embed Khaime storefronts and cart pages on any WordPress site via shortcodes.
  </Card>
</CardGroup>

## How Plugins Work

```mermaid theme={null}
graph LR
    A[Customer] -->|Selects currency| B[Your Store]
    B -->|Creates charge| C[Khaime API]
    C -->|Routes to optimal| D[Payment Gateway]
    D -->|Confirms| C
    C -->|Webhook| B
    B -->|Order complete| A
```

All plugins follow the same pattern:

1. **No product migration** — Your products stay on your platform. Khaime handles payments only.
2. **Multicurrency display** — Prices are converted in real-time based on live exchange rates.
3. **Smart gateway routing** — Khaime picks the best gateway based on the customer's currency.
4. **Webhook confirmation** — Order status updates automatically when payment is confirmed.

## Plugin vs API

| Feature          | Plugin              | API              |
| ---------------- | ------------------- | ---------------- |
| Setup time       | 5 minutes           | 1-2 hours        |
| Code required    | None                | Yes              |
| Customization    | Settings-based      | Full control     |
| Multicurrency UI | Built-in switcher   | Build your own   |
| Best for         | Standard e-commerce | Custom platforms |
