PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.6.5
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.6.5
8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 All 533 releases
chatbot / includes / integration / grok / admin / help.php

help.php in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 8.6.5, at includes/integration/grok/admin/help.php

46 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="accordion" id="qcldopenaiaccordion">
2 <div class="card">
3 <div class="card-header" id="panelsStayOpen-headingZero-gemini">
4 <h2 class="mb-0">
5 <button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#panelsStayOpen-collapseZero-gemini" aria-expanded="true" aria-controls="panelsStayOpen-collapseZero-gemini">
6 <?php
7 if (!defined('ABSPATH')) exit; // Exit if accessed directly
8 esc_html_e( 'Getting Started with Grok', 'chatbot'); ?>
9 </button>
10 </h2>
11 </div>
12 <div id="panelsStayOpen-collapseZero-gemini" class="collapse show" aria-labelledby="panelsStayOpen-headingZero-gemini" data-parent="#qcldopenaiaccordion">
13 <div class="card-body">
14
15 <?php esc_html_e( 'Please make sure that DialogFlow and OpenAI are disabled if you want Gemini to work.', 'chatbot'); ?></br></br>
16 <b><?php esc_html_e( 'Please go to the following link after logging in:', 'chatbot'); ?></b></br>
17 <a href="https://console.x.ai/team/default/api-keys" target="_blank"><?php esc_html_e( 'https://console.x.ai/team/default/api-keys', 'chatbot'); ?></a></br>
18 <?php esc_html_e( 'Create a new API key, then add it to the settings and save the changes.
19 Once saved, Grok will be ready to use.', 'chatbot'); ?></br>
20 <?php esc_html_e( 'Add credits/billing (required to actually use it)', 'chatbot'); ?></br>
21 <?php esc_html_e( 'The API is pay-per-use (very low cost per token).', 'chatbot'); ?></br>
22 <?php esc_html_e( 'There used to be $25 free monthly credits during the 2024 beta, but check current status in the console under billing → you almost certainly need to add a payment method now.', 'chatbot'); ?></br>
23 <?php esc_html_e( 'Without credits the key exists but requests will fail.', 'chatbot'); ?></br></br>
24
25
26 <b><?php esc_html_e( 'Steps to Create a Collection (Easiest Way:', 'chatbot'); ?></b></br> <?php esc_html_e( 'via Web Console)
27 Go to the xAI Console:', 'chatbot'); ?><a href="https://console.x.ai/" target="_blank"><?php esc_html_e( 'https://console.x.ai/', 'chatbot'); ?></a><?php esc_html_e( '(Log in with your X account or the same credentials you use for Grok.)', 'chatbot'); ?></br>
28
29
30 <?php esc_html_e( 'Make sure you have an API key already (if not, go to API Keys section → Create one, as covered before).', 'chatbot'); ?></br></br>
31 <b><?php esc_html_e( 'Navigate to the Collections tab/section:', 'chatbot'); ?></b></br>
32 <?php esc_html_e( 'It`s usually in the sidebar or main dashboard (look for "Collections", "Files", or "Knowledge Bases").', 'chatbot'); ?></br></br>
33 <b><?php esc_html_e( 'Direct path if available:', 'chatbot'); ?></b></br>
34 <a href="https://console.x.ai/collections" target="_blank"><?php esc_html_e( 'https://console.x.ai/collections', 'chatbot'); ?></a><?php esc_html_e( '(or similar—check the menu after login).', 'chatbot'); ?></br>
35 <?php esc_html_e( 'Click Create Collection (or "New Collection" / "+ Create").', 'chatbot'); ?></br></br>
36 <b><?php esc_html_e( 'Fill in the details:', 'chatbot'); ?></b></br>
37 <?php esc_html_e( 'Name: Give it a clear name (e.g., "Research Papers", "Company Docs", "Codebase 2026").', 'chatbot'); ?></br></br>
38 <b><?php esc_html_e( 'Description (optional): Brief note about what`s inside.', 'chatbot'); ?></b></br>
39 <?php esc_html_e( 'Embedding/Index settings (optional): Choose defaults or select an embedding model (like grok-embedding-small) so Grok can vectorize/search the content automatically.', 'chatbot'); ?></br>
40 <?php esc_html_e( 'Some options for chunk size/overlap if advanced.', 'chatbot'); ?></br>
41 <?php esc_html_e( 'Save/create it. → You`ll get a collection ID.', 'chatbot'); ?></br>
42 </p>
43 </div>
44 </div>
45 </div>
46 </div>