# Potion Protocol v1 Docs

## Potion Protocol v1 Docs

- [Potion Protocol](https://docs.potionprotocol.io/potion-protocol.md): Official Potion Protocol v1 Documentation
- [Buying NFTs](https://docs.potionprotocol.io/guides/buying-nfts.md): Instantly Buy NFTs via decentralized exchange.
- [Selling NFTs](https://docs.potionprotocol.io/guides/selling-nfts.md): Instantly Sell NFTs via decentralized exchange.
- [Providing Liquidity](https://docs.potionprotocol.io/guides/providing-liquidity.md): Deposit NFTs and Tokens to earn trading fees.
- [Creating New Pools](https://docs.potionprotocol.io/guides/creating-new-pools.md): Create a pool for to enable trading on a new NFT Collection
- [NFT Pricing](https://docs.potionprotocol.io/guides/nft-pricing.md): NFT Pricing using Bonding Curves
- [Community & Support](https://docs.potionprotocol.io/guides/community-and-support.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.potionprotocol.io/potion-protocol.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.
