| 1 |
<div class="row"> |
| 2 |
<div class="col-12"> |
| 3 |
<div class="card mt-4 mb-4"> |
| 4 |
<div class="card-body"> |
| 5 |
<h5 class="card-title"><?php esc_html_e( 'How to get Claude API Key', 'wpchatbot' ); ?></h5> |
| 6 |
<ol> |
| 7 |
<li><?php esc_html_e( 'Go to Anthropic Console: https://console.anthropic.com/', 'wpchatbot' ); ?></li> |
| 8 |
<li><?php esc_html_e( 'Sign up or log in to your account.', 'wpchatbot' ); ?></li> |
| 9 |
<li><?php esc_html_e( 'Navigate to the API Keys section.', 'wpchatbot' ); ?></li> |
| 10 |
<li><?php esc_html_e( 'Generate a new API Key and copy it.', 'wpchatbot' ); ?></li> |
| 11 |
<li><?php esc_html_e( 'Paste the API key into the Claude Settings tab.', 'wpchatbot' ); ?></li> |
| 12 |
</ol> |
| 13 |
</div> |
| 14 |
</div> |
| 15 |
</div> |
| 16 |
</div> |
| 17 |
|