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

# Stars Menu

To purchase Telegram Stars, please follow these steps:

1. **Purchase directly on the Telegram app:**
   * Open the Telegram app and go to **Settings**.
   * Select **My Stars**.
   * Tap on **Buy More Stars**, choose the desired number of Stars, and complete the payment through the supported method on your device.
2. **Purchase via the Fragment exchange:**
   * Go to the [Fragment website](https://fragment.com/stars).
   * Connect a TON-supported wallet.
   * Enter the Telegram username of the recipient and the amount of Stars you wish to purchase.
   * Confirm the transaction on the linked wallet.

***Note***: To complete transactions on Fragment, you need to have Toncoin (TON) available in your wallet. If you don’t have Toncoin, you can purchase it on cryptocurrency exchanges that support TON.

**Instruction**

{% embed url="<https://drive.google.com/file/d/1DulvPJQXLt4ViRRUhl5W8meBIHd522mM/view?usp=drive_link>" %}


---

# 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://toncapy.gitbook.io/toncapy/stars-menu.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.
