> For the complete documentation index, see [llms.txt](https://yoursubguy.gitbook.io/claude-topup-yoursubguy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yoursubguy.gitbook.io/claude-topup-yoursubguy/claude-direct-top-up-guide.md).

# Claude Direct Top-Up Guide

{% hint style="info" %}

***

### 📌 Activation Notes

<mark style="color:$warning;">Please read this section carefully before proceeding to the activation steps below.</mark>

#### ⚠️ **Do not log out during activation**:

* <mark style="color:$danger;">Please stay logged into your Claude account</mark> until the activation is fully completed.\
  You will receive an automatic notification on the page once your order has been successfully fulfilled.

***

#### 🔁 Existing Subscription

* If you already have an <mark style="color:$danger;">**active subscription (web or app)**</mark><mark style="color:$danger;">, please wait until it expires and then fill the form.</mark>

***

{% endhint %}

{% stepper %}
{% step %}

### Installing the Claude Session Key extension

1. Go to the link: [https://chromewebstore.google.com/detail/claude-session-key/ppofmhjkjfinjpidlidepeonimpjmadj](<https://chromewebstore.google.com/detail/claude-session-key/ppofmhjkjfinjpidlidepeonimpjmadj&#xA;>)
2. Install the Claude Session Key extension in the Google Chrome browser.

<figure><img src="/files/mAOqkRKtIEUTlRYFmqUs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Logging into the Claude account

1. Go to the site [claude.ai](https://claude.ai)
2. Log into your Claude account.
3. <mark style="color:$success;">Ensure that you are fully authorized (the account is open).</mark>

ℹ️ Make sure you opened [claude.ai](https://claude.ai), not platform.claude.com.
{% endstep %}

{% step %}

### Copying the Session Key

1. In the top right corner of Chrome, click on the Extensions icon (next to the profile icon)
2. Select Claude Session Key.
3. You will see a **"✓ Session key found!"** message and a shortened key that starts with **sk-ant-sid...**
4. Click the **Copy to clipboard** button — the key will be automatically copied to your clipboard.

ℹ️ The caption "Paste this key in the Claude Usage widget setup" below the button refers to the extension itself and has nothing to do with our service — you can ignore it.

### <sub><mark style="color:$success;">Click the picture below to view it in a larger size.<mark style="color:$success;"></sub>

<figure><img src="/files/tBRIdqIKf62E3SQrQjbd" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sending the Session Key

1. Paste the copied key into the form that was provided to you.
2. The field accepts only the key itself — a single line starting with sk-ant-sid.
3. Send the data.
   {% endstep %}
   {% endstepper %}

{% hint style="danger" %}
DO NOT LOG OUT of your Claude account until the order is completed. You will receive an automatic notification on the form page when the order is fulfilled.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://yoursubguy.gitbook.io/claude-topup-yoursubguy/claude-direct-top-up-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
