PetrichorCraft Chatbot adds a floating help widget so visitors can browse FAQ topics, ask free-text questions (optional AI), or talk to a human agent.
[pccalc_live_agent] for “Agent is live” / email fallback inside FAQ answersFree-text AI is optional. FAQ chip answers never call an AI service.
On WordPress 7.0 or later, if the site has an AI connector, free-text questions are sent through the WordPress AI Client. The site owner chooses the provider under Settings Connectors. That request is handled by WordPress core and the connector the site owner configured.
If no core connector is available (WordPress 6.x, or no connector set up), and you add a provider API key and enable free-text questions, the plugin sends the question plus selected FAQ context to the provider you configure:
https://api.openai.com/https://api.anthropic.com/https://generativelanguage.googleapis.com/Live chat stays on your WordPress site (AJAX); notification emails use wp_mail.
Depending on settings, the plugin may store visitor questions, answers, feedback, and (if enabled) name / email / phone for live chat. Ask logs may store a hashed IP for rate limiting. Review Settings Privacy in WordPress and your own privacy policy. Suggested policy text is registered with WordPress when the plugin is active.