# Setting Network Fees

*If you need speedier transaction execution, you can set a higher network fee. The below example is a public transaction from 0x address, however, the process is identical for private 0zk transactions.*

### Setting Custom Fees

1. From any transaction confirmation screen, **click "Network Fee" (0x transactions) or "Broadcaster Fee" (0zk transactions)** **to bring up the fee modifier window**.
2. Railway Wallet calculates Slow, Standard, and Aggressive fees for you with the currently **selected fee tier highlighted in green**. You can also enter a custom fee by **clicking the "Custom" box**.
3. Here, you can set the Max Base Fee and Priority Fee. **Click "Submit" to apply the values** entered. You can read more about what these 2 fee types mean [here](https://medium.com/imtoken/how-to-set-eip-1559-gas-fees-3ea9b9f16242).


---

# 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://help.railway.xyz/customize/network-fees.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.
