# How To

- [Stake FLIP From a Vesting Contract](https://docs.stakedflip.fi/how-to/stake-flip-from-a-vesting-contract.md): This page outlines the process of staking your FLIP should it be locked into a staking contract.
- [Unstake](https://docs.stakedflip.fi/how-to/unstake.md): Need to unstake your FLIP for some reason? It's just as easy as staking.
- [Buy stFLIP](https://docs.stakedflip.fi/how-to/buy-stflip.md): This page outlines the process for swapping into stFLIP on a decentralised exchange. Please note, swaps are not currently live on the Chainflip network.
- [View Analytics](https://docs.stakedflip.fi/how-to/view-analytics.md): This page explains the stFLIP analytics page from a user perspective.


---

# 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.stakedflip.fi/how-to.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.
