> For the complete documentation index, see [llms.txt](https://liiguide.docs.laws.africa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liiguide.docs.laws.africa/subscription-management/upgrade-your-subscription.md).

# Upgrade your subscription

1. Create a LawLibrary account or log in to unlock premium subscriptions

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

2. Click **Subscribe** in the top-right menu

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

3. On the Subscribe page, click the **See plans & pricing** button to view all plans

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

4. Review the features of **My LawLibrary Essentials** and **My LawLibrary Pro** to select a plan
5. Click the **Subscribe now** button for your preferred plan

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

### How to make a payment

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

6. Enter your LSSA discount code in the **Apply a discount code** field and click **Apply (optional)**
7. Fill in your billing details
8. Click **Pay now and subscribe** to go to the secure payment page
9. Enter your **card number**, **expiry date**, **CVV**, and **name on the card**
10. Click **Pay** to complete your purchase. Your subscription is activated after successful payment

<figure><img src="/files/51zCoU5c7UtxKPRxDENr" alt=""><figcaption></figcaption></figure>

12. Click the **Change** link to update the email address where your account information is sent
13. Your invoice will be sent to your email address
14. Click **Cancel transaction** at the bottom of the payment page to stop the process
15. Go to **My Account** to manage your subscription, billing details, and discounts, or to update your personal information.


---

# 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://liiguide.docs.laws.africa/subscription-management/upgrade-your-subscription.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.
