> For the complete documentation index, see [llms.txt](https://docs.bkcoracle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bkcoracle.com/deprecated/whats-dashboard/how-to-manage-subscriptions.md).

# How to manage subscriptions?

You can manage your subscriptions from the *Dashboard* menu and select the *Subscriptions* tab.

### Subscription List

All your subscriptions will appear here.

![Subscriptions list](/files/UVOoWeW4CHKJ3v1Nl2T3)

You can see the detail of your NFTs, plan, renewal quota left, and expired date.

### Manage access

To manage access control of the NFT you can click on a magnify icon after subscription detail, then the site will navigate you to the management page.

![Manage access tab](/files/fUgJYaP4idqX4ckHZvob)

You can paste the contract address that you want to give access to the text field, as shown above, then click on the *SAVE PERMISSION* button to save the data.

{% hint style="warning" %}
The contract address you want to give permission to requires some function to confirm that you really are the owner or involved. ([see more](/deprecated/interface-requirement-of-a-consumer-contract.md))
{% endhint %}

{% hint style="warning" %}
Save permission will cost gas due to saving data into a smart contract.
{% endhint %}

### Subscription Renewal

you can renew or extend the duration by selecting the *Subscription Renewal* tab.

![Renewal Subscription tab](/files/cOVO09ZUctqOGHYDXI10)

You can renew by clicking the *RENEW* button (make sure you have enough KKUB in your wallet) then the transaction confirmation popup will appear then confirm the transaction.

{% hint style="info" %}
**Renewal**

The plan you have bought will be recorded to the NFT and can not be changed. For example, if you buy the monthly subscription, you will get an NFT with ID *x* and the NFT  can only be renewed in the monthly plan.

**Renewal Quotas**

A subscription NFT has a limited renewal quota, after the quota runs out you have to buy a new subscription and save permission for the new one again.
{% endhint %}

{% hint style="danger" %}
Once an NFT expired it can not be renewed anymore.
{% 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://docs.bkcoracle.com/deprecated/whats-dashboard/how-to-manage-subscriptions.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.
