# Change network fee

You can change the network fee in the Send screen or in settings. Transactions with low fees may take hours or even days to be confirmed, which can result in delayed or canceled exchanges.

{% hint style="info" %}
We recommend using the "Medium" or "Regular" fee level in most cases. This is a sensible balance of speed and cost.

If you want a high chance of your transaction being confirmed quickly and don't mind paying more in fees, you can up the fees to "Fast" or "Fastest". The specific fee wording varies for some coins.
{% endhint %}

## Change the network fee in settings

Follow these steps to change the network fee in settings:

{% stepper %}
{% step %}
Click on the hamburger menu in the upper right of the home screen, or swipe right to left from the edge of the screen.
{% endstep %}

{% step %}
Click "Settings".
{% endstep %}

{% step %}
Click "Fee priority".
{% endstep %}

{% step %}
Select your preferred option.
{% endstep %}
{% endstepper %}

## Change the network fee in the Send screen

Follow these steps to change the network fee in the Send screen:

{% stepper %}
{% step %}
Click on "Send" on the bottom right of the home screen.
{% endstep %}

{% step %}
Click "Estimated fee". If you do not see this, scroll the top card so that it's visible.
{% endstep %}

{% step %}
Select you preferred option.
{% endstep %}
{% endstepper %}


---

# 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.cakewallet.com/features/advanced/change-network-fee.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.
