# DEVELOPERS

- [bemo v1 (deprecated)](https://docs.bemo.fi/developers/bemo-v1-deprecated.md)
- [Stake](https://docs.bemo.fi/developers/bemo-v1-deprecated/stake.md): This section describes how to stake.
- [Unstake](https://docs.bemo.fi/developers/bemo-v1-deprecated/unstake.md): This section describes how to unstake.
- [Tracking unstake requests](https://docs.bemo.fi/developers/bemo-v1-deprecated/tracking-unstake-requests.md): This section describes how to tarck unstake requests.
- [How to get TON-stTON rate](https://docs.bemo.fi/developers/bemo-v1-deprecated/how-to-get-ton-stton-rate.md): This section describes how to get stTON  rate.
- [bemo v2](https://docs.bemo.fi/developers/bemo-v2.md)
- [Stake](https://docs.bemo.fi/developers/bemo-v2/stake.md): This section describes how to stake.
- [Unstake](https://docs.bemo.fi/developers/bemo-v2/unstake.md): This section describes how to unstake.
- [Tracking unstake requests](https://docs.bemo.fi/developers/bemo-v2/tracking-unstake-requests.md): This section describes how to tarck unstake requests.
- [How to get TON-bmTON rate](https://docs.bemo.fi/developers/bemo-v2/how-to-get-ton-bmton-rate.md): There are two ways to obtain TON-bmTON rate: on-chain and off-chain


---

# 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.bemo.fi/developers.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.
