> For the complete documentation index, see [llms.txt](https://feesaver.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://feesaver.gitbook.io/docs/feesaver/buying-bandwidth.md).

# Buying Bandwidth

Company <https://feesaver.com/> offers a convenient purchase of bandwidth in the bot [@FeeSaver\_bot](https://t.me/feesaver_bot). Detailed step-by-step instructions:

{% hint style="info" %}
Before starting purchases make sure your balance is sufficient or [make a deposit](/docs/feesaver/top-up.md).
{% endhint %}

### Step 1: Go to the bot menu and select Bandwidth

1. Go to the bot [t.me/FeeSaver\_bot](https://t.me/FeeSaver_bot) and press the button **/start**
2. In the menu you will see balance information, make sure it is sufficient
3. Press the button 🔌 **Bandwidth**

### Step 2: Configure parameters and purchase

1. To begin choose an address **🔄 Select Address.** A message will appear with the button **➕ Add address** and a list of all addresses that were added earlier will be available. The address chosen for the order will be marked with the ✅ icon. In the example the purchase will be made for it.
2. Three rental durations are available: 15 minutes, 1 hour and 1 day. Below are quick buttons to select the bandwidth amount (350, 5K, 10K, 50K and a custom value (Custom)).

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

3. After all parameters are selected you need to check the message above the buttons, it contains a preliminary order. To place the order press **✅ Confirm**

<figure><img src="/files/2e270236cc827571cd9574616774adbb47bdb27c" alt=""><figcaption></figcaption></figure>

4. The order will be processed within 1-3 seconds

***

Still have questions? Write to our support service [t.me/feesaver\_support](https://t.me/feesaver_support)


---

# 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://feesaver.gitbook.io/docs/feesaver/buying-bandwidth.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.
