# Add Cycles for Canister

Due to the characteristics of the Dfinity blockchain, any on-chain operation will consume the Canister's Cycles. We have prepared a Cycles recharge feature for users to easily recharge Canisters that are running low on Cycles.

## 1. Add Cycles for Token's Canister&#x20;

(1) Open the Token information page on the Dashboard, and click the "Add Cycles" button at the top.&#x20;

<figure><img src="/files/7DLjFP0sAVV5tQUahaui" alt=""><figcaption></figcaption></figure>

(2) Enter the desired top-up amount in the popup window and click the "Confirm" button to complete the recharge.

<figure><img src="/files/2uqwGcqnQEAYfrNYOgSd" alt="" width="511"><figcaption></figcaption></figure>

## 2. Add Cycles for Pool's Canister&#x20;

(1) Open the Pool information page on the Dashboard, and click the "Add Cycles" button at the top.&#x20;

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

(2) Enter the desired top-up amount in the popup window and click the "Confirm" button to complete the recharge.

<figure><img src="/files/gjqcs8xuMtuOvuMH0qOl" alt="" width="513"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.icpex.org/product-features/add-cycles-for-canister.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
