> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/chat-commerce-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/chat-commerce-platform/additional-features-and-services/user-portal/account-management/my-purchases.md).

# My Purchases

{% hint style="info" %}
Only available to self-serve clients.
{% endhint %}

### View purchases and subscriptions

To view all phone numbers and subscriptions that you've purchased, click the profile icon in the top right of your screen and select *My Purchases*.&#x20;

<figure><img src="/files/2LfvKLo5JOye5dBLjV5D" alt="" width="200"><figcaption></figcaption></figure>

All your purchases (e.g., short codes, long numbers, subscriptions, and renewals) and their details are listed. Any subscriptions that have expired or were canceled are also listed.

<figure><img src="/files/ZrxQ4qa0Il9trqxpYfie" alt=""><figcaption></figcaption></figure>

Clicking on any number from the *Phone Numbers* table displays the subscription details linked to this number. You can change your subscription package, enable/disable auto-renewal, and view a history of payments made on this number subscription (ordered with the most recent at the top).

<figure><img src="/files/B8OxXg5kP2lx5uGQIapu" alt=""><figcaption></figcaption></figure>

Clicking on any subscription from the *Subscriptions* table displays the details of this subscription. You can update your subscription, pay subscriptions due, and view payment history. You can also view how much of your monthly message bundle you've already used.&#x20;

<figure><img src="/files/rQpzkiEyNQOSzIBFxuJM" alt=""><figcaption></figcaption></figure>


---

# 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://guides.clickatell.com/chat-commerce-platform/additional-features-and-services/user-portal/account-management/my-purchases.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.
