# chatbot/8.7.4/includes/integration/claude/admin/help.php

WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services, version 8.7.4. 18 lines.

- Page: https://pluginprobe.com/plugins/chatbot/8.7.4/code/includes/integration/claude/admin/help.php
- Raw: https://pluginprobe.com/plugins/chatbot/8.7.4/raw/includes/integration/claude/admin/help.php
- Modified: 2026-09-03T12:31:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/chatbot/8.7.4/code/includes/integration/claude/admin/help.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
<div class="row">
    <div class="col-12">
        <div class="card mt-4 mb-4">
            <div class="card-body">
                <h5 class="card-title"><?php esc_html_e( 'How to get Claude API Key', 'chatbot' ); ?></h5>
                <ol>
                    <li><?php esc_html_e( 'Go to Anthropic Console: https://console.anthropic.com/', 'chatbot' ); ?></li>
                    <li><?php esc_html_e( 'Sign up or log in to your account.', 'chatbot' ); ?></li>
                    <li><?php esc_html_e( 'Navigate to the API Keys section.', 'chatbot' ); ?></li>
                    <li><?php esc_html_e( 'Generate a new API Key and copy it.', 'chatbot' ); ?></li>
                    <li><?php esc_html_e( 'Paste the API key into the Claude Settings tab.', 'chatbot' ); ?></li>
                </ol>
            </div>
        </div>
    </div>
</div>

```
