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

# On the Website

The TronSave website at [tronsave.io](https://tronsave.io/market) provides the full buying UI with every order type and tool. This is the no-code path: connect a TRON wallet, choose what to rent, and sign.

## Before you start

* A TRON wallet (e.g. TronLink) connected to the site via **Connect**.
* The [receiver address](/concepts/glossary.md) that should get the Energy or Bandwidth — by default this is your connected wallet.

{% hint style="info" %}
New to the marketplace? Read [How It Works](/getting-started/how-it-works.md) and the [Quickstart](/getting-started/quickstart.md) first.
{% endhint %}

## The basic flow

1. Go to [tronsave.io/market](https://tronsave.io/market) and click **Connect** to connect your wallet.
2. Choose **Buy**, then set the order parameters (resource, amount, duration, price).
3. Pick an order type — Normal, Pending, or Smart (see below).
4. Confirm and sign the transaction. Once the order matches, the resource is delegated to your receiver address on-chain.

## Choose an order type

The website supports three order types. Each has its own step-by-step guide:

<table><thead><tr><th width="193">Order type</th><th width="368">Best for</th><th>Guide</th></tr></thead><tbody><tr><td><strong>Normal Order</strong></td><td>Everyday, on-demand buying — matches against current supply immediately.</td><td><a href="/pages/f0Ci2LMPPOhcTHmi9PG9">Normal Order</a></td></tr><tr><td><strong>Pending Order</strong></td><td>Price-sensitive buyers — waits in the order book until the market matches your price.</td><td><a href="/pages/JuiZrBpK9qS7l73x5WIC">Pending Order</a></td></tr><tr><td><strong>Smart Order</strong></td><td>Large rentals (≥ 10M Energy, ≥ 3 days) the market can't fully match at once.</td><td><a href="/pages/TTPRWSgo8sFVJ9NBwRv4">Smart Order</a></td></tr></tbody></table>

For the conceptual differences between all order types, see [Order Types](/concepts/order-types.md).

## Other ways to buy

* **Telegram** — the [TronSave bot](/guides/buy/on-telegram.md)
* **API / SDK** — [REST API](/developers/api-reference.md) and the [SDK](/developers/sdk.md) (TypeScript, Rust, Python, Java, PHP)

## Next steps

* [Normal Order](/guides/buy/on-the-website/normal-order.md) · [Pending Order](/guides/buy/on-the-website/pending-order.md) · [Smart Order](/guides/buy/on-the-website/smart-order.md)
* [Order Types](/concepts/order-types.md) · [How It Works](/getting-started/how-it-works.md)


---

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

```
GET https://docs.tronsave.io/guides/buy/on-the-website.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.
