Chatbots - General

Chatbots in SleekAI allow you to create intelligent, context-aware conversational interfaces that can be embedded anywhere on your WordPress site. Unlike standard AI chats, chatbots are designed to be public-facing and can dynamically adapt their responses based on the context of where they're displayed.

Understanding SleekAI Chatbots

What makes SleekAI chatbots powerful is their ability to access and utilize dynamic data from your WordPress site. They can:

  • Access current page content
  • Use user information when available
  • Read custom fields and meta data
  • Incorporate product details on WooCommerce pages
  • Reference post categories and tags
  • Utilize custom post type data

This context-awareness means your chatbot can provide highly relevant responses based on where it appears on your site.

Creating a Chatbot

To create a new chatbot, navigate to:

/wp-admin/admin.php?page=sleek-ai#/chatbot/new

Edit the placeholder with your site URL, it will be saved for the next time you visit.

Enter a name for your chatbot, and you'll be redirected to the configuration page where you can customize its behavior, appearance, and deployment settings.

Integration Options

Chatbots can be integrated into your site in multiple ways:

  • As a floating widget on specific pages or site-wide
  • Embedded directly within content using shortcodes
  • Programmatically using PHP functions
  • In the WordPress admin area for internal use

Each chatbot can be configured independently, allowing you to create different chatbots for different purposes or sections of your site.