# Meteor Guides

- [How To Make The Most Of Our Useful NFT Features](https://docs.meteorwallet.app/meteor-guides/how-to-make-the-most-of-our-useful-nft-features.md): These include NFTs organised into collections including floor price and total floor for each collection.
- [How To Save With Our In-Wallet Swap Aggregator](https://docs.meteorwallet.app/meteor-guides/how-to-save-with-our-in-wallet-swap-aggregator.md): Swapping on NEAR has never been so easy.
- [Understanding Your Transaction History](https://docs.meteorwallet.app/meteor-guides/understanding-your-transaction-history.md): Easily understand your wallet activity
- [How To Stake And Earn With In-Wallet Staking](https://docs.meteorwallet.app/meteor-guides/how-to-stake-and-earn-with-in-wallet-staking.md): You can even choose between standard and liquid staking.
- [What Is Liquid Staking and How To Do It](https://docs.meteorwallet.app/meteor-guides/what-is-liquid-staking-and-how-to-do-it.md): Stake Near. Receive stNEAR to simultaneously accrue staking rewards and unlock liquidity to participate in DeFi activities on NEAR and Aurora
- [Create Your Meteor Profile With Near Social Integration](https://docs.meteorwallet.app/meteor-guides/create-your-meteor-profile-with-near-social-integration.md): With Meteor Profile you can now set your wallet PFP, along with your name, short bio & social links.
- [Meteor Explore - Your Home For All Things NEAR](https://docs.meteorwallet.app/meteor-guides/meteor-explore-your-home-for-all-things-near.md): Explore will keep you up-to-date with the latest on Meteor and the wider NEAR ecosystem.
- [How To Buy $GEAR - The Native Token Of Meteor](https://docs.meteorwallet.app/meteor-guides/how-to-buy-usdgear-the-native-token-of-meteor.md): Find out what the utility of $GEAR is, future plans and how to get yourself some!
- [How To Swap For $NEKO With Meteor](https://docs.meteorwallet.app/meteor-guides/how-to-swap-for-usdneko-with-meteor.md): Find out how to swap for NEAR's favourite meme coin.


---

# 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.meteorwallet.app/meteor-guides.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.
