Title: Clevdex AI Chatbot
Author: Clevdex
Published: <strong>19 de març de 2026</strong>
Last modified: 11 de maig de 2026

---

Cerca extensions

![](https://s.w.org/plugins/geopattern-icon/clevdex.svg)

# Clevdex AI Chatbot

 Per [Clevdex](https://profiles.wordpress.org/thefacecraft/)

[Baixa](https://downloads.wordpress.org/plugin/clevdex.1.0.3.zip)

 * [Detalls](https://ca.wordpress.org/plugins/clevdex/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/clevdex/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/clevdex/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/clevdex/#developers)

 [Suport](https://wordpress.org/support/plugin/clevdex/)

## Descripció

Clevdex adds an intelligent, AI-powered chat widget to your WordPress site. It engages
visitors in natural conversations, captures lead information, and provides instant
customer support — all powered by your own Clevdex service.

#### Key Features

 * **AI-Powered Conversations** — Leverages GPT-4o to deliver natural, context-aware
   responses tailored to your business
 * **Visitor Info Collection** — Captures name, email, and phone before chat begins
   for lead generation
 * **Session Persistence** — Returning visitors resume their conversation automatically
 * **Multi-Tenant Support** — Each company gets isolated data, prompts, and AI behavior
 * **Memory-Enhanced AI** — The chatbot remembers past interactions for personalized
   responses
 * **Fully Customizable** — Match your brand with custom colors, position, welcome
   message, and more
 * **Display Rules** — Control which pages show the widget, restrict by user role
   or device type
 * **File Uploads** — Visitors can attach images and documents during conversations
 * **Quick Replies** — AI can suggest clickable quick-reply buttons for guided conversations
 * **Responsive Design** — Looks great on desktop, tablet, and mobile
 * **Shortcode Support** — Embed the chatbot anywhere with `[clevdex_chatbot]`

#### How It Works

 1. Install and activate the plugin
 2. Enter your Clevdex API URL and Company ID in Settings
 3. The chat widget appears on your site automatically
 4. Visitors interact with your AI assistant, and conversations are managed through
    your Clevdex dashboard

#### Requirements

 * An active Clevdex account ([clevdex.com](https://clevdex.com))
 * Your API Base URL and Company ID (provided in your account dashboard)

## Instal·lació

#### Automatic Installation

 1. Go to **Plugins  Add New** in your WordPress admin
 2. Search for «Clevdex»
 3. Click **Install Now**, then **Activate**
 4. Navigate to **Clevdex  Settings** to configure your API connection

#### Manual Installation

 1. Download the plugin ZIP file
 2. Go to **Plugins  Add New  Upload Plugin**
 3. Choose the ZIP file and click **Install Now**
 4. Activate the plugin
 5. Go to **Clevdex  Settings** to configure

#### Configuration

 1. Go to **Clevdex  Settings** in your WordPress admin
 2. Under the **API Configuration** tab:
 3.  * Enter your **Company ID** (API Base URL is automatically configured)
     * Click **Test Connection** to verify
 4. Under **Appearance**, customize colors, position, and widget size
 5. Under **Behavior**, set your welcome message and enable/disable features
 6. Save your settings — the widget will appear on your site

## PMF

### Do I need a Clevdex account?

Yes. The plugin connects to the Clevdex service which provides the AI processing,
conversation management, and memory features. Visit [clevdex.com](https://clevdex.com)
to get started.

### How do I find my Company ID?

Log in to your Clevdex dashboard. Your Company ID is shown on the main dashboard
page and in your account settings.

### Can I control which pages show the chatbot?

Yes. Go to **Clevdex  Settings  Display Rules**. You can restrict the widget to 
specific pages, user roles, or device types.

### Can I customize the chatbot’s appearance?

Yes. The **Appearance** tab lets you change the primary color, text color, position(
bottom-right, bottom-left, top-right, top-left), widget size, and border radius.

### Does the chatbot work on mobile?

Yes. The widget is fully responsive and adapts to mobile screen sizes automatically.

### Can I use the chatbot with a shortcode?

Yes. Use `[clevdex_chatbot]` to embed the widget in any post, page, or widget area.
You can also pass attributes to override settings:

    ```
    [clevdex_chatbot position="bottom-left" primary_color="#ff6600"]
    ```

### Is the chat data secure?

Yes. All conversations are isolated per company (multi-tenant architecture). The
widget communicates with your API over HTTPS, and domain validation ensures only
authorized sites can use your widget.

### Will this slow down my site?

No. The widget assets are lightweight and loaded asynchronously. The lazy load option(
enabled by default) defers loading until the page is fully rendered.

### External Services

This plugin connects to the Clevdex platform to provide AI-powered chatbot functionality.

It sends the following data to the Clevdex API when a visitor interacts with the
chatbot:

 * Visitor messages
 * Conversation context
 * Optional visitor details such as name, email, and phone (if collected)

This data is used to generate AI responses and manage conversation sessions.

Service provider: Clevdex
 Service URL: https://clevdex.com Privacy Policy: https://
clevdex.com/privacy

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Clevdex AI Chatbot» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ Clevdex ](https://profiles.wordpress.org/thefacecraft/)

[Traduïu «Clevdex AI Chatbot» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/clevdex)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/clevdex/), baixeu-
vos el [repositori SVN](https://plugins.svn.wordpress.org/clevdex/), o subscriviu-
vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/clevdex/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/clevdex/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.0.3

 * Fixed API base URL to use hardcoded constant instead of reading from settings
 * Fixed widget initialization endpoint to prevent 403 errors
 * Improved reliability of API connections

#### 1.0.2

 * Hardcoded API Base URL for simplified setup (users only need Company ID)
 * Added NEW CHAT button to widget header for easy conversation restart
 * Removed welcome message from visitor info form to match production behavior
 * Hidden API Key field (reserved for future functionality)
 * Fixed validation settings to work with hardcoded API base URL
 * Improved cache busting for JavaScript assets

#### 1.0.0

 * Initial release
 * Clevdex AI-powered chat widget with GPT-4o integration
 * Visitor info collection (name, email, phone)
 * Session persistence for returning visitors
 * Customizable appearance (colors, position, size)
 * Display rules (page restrictions, user roles, device types)
 * File upload support
 * Quick reply buttons
 * Shortcode support `[clevdex_chatbot]`
 * Admin dashboard with connection testing
 * Settings export/import (JSON format)
 * Analytics dashboard with conversation stats and daily breakdowns

## Meta

 *  Versió **1.0.3**
 *  Darrera actualització **fa 1 setmana**
 *  Instal·lacions actives **Menys de 10**
 *  Versió del WordPress ** 5.0 o posterior **
 *  Provada fins a **6.9.4**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/clevdex/)
 * Etiquetes
 * [AI](https://ca.wordpress.org/plugins/tags/ai/)[chatbot](https://ca.wordpress.org/plugins/tags/chatbot/)
   [customer support](https://ca.wordpress.org/plugins/tags/customer-support/)[lead generation](https://ca.wordpress.org/plugins/tags/lead-generation/)
   [live chat](https://ca.wordpress.org/plugins/tags/live-chat/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/clevdex/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[Your review](https://wordpress.org/support/plugin/clevdex/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/clevdex/reviews/)

## Col·laboradors

 *   [ Clevdex ](https://profiles.wordpress.org/thefacecraft/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/clevdex/)