> For the complete documentation index, see [llms.txt](https://docs.apeboard.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apeboard.finance/faq.md).

# FAQ

- [List your protocol on Apeboard](https://docs.apeboard.finance/faq/list-your-protocol-on-apeboard.md)
- [Ape Token ? How to support?](https://docs.apeboard.finance/faq/ape-token-how-to-support.md)
- [How to use Ape Board on mobile?](https://docs.apeboard.finance/faq/how-to-use-ape-board-on-mobile.md)
- [iOS](https://docs.apeboard.finance/faq/how-to-use-ape-board-on-mobile/ios.md): This is a guide for iOS user to use Ape Board on mobile.
- [Android](https://docs.apeboard.finance/faq/how-to-use-ape-board-on-mobile/android.md): This is a guide for Android user to use Ape Board on mobile.
- [APR](https://docs.apeboard.finance/faq/apr.md)
- [Price is not updated / correct](https://docs.apeboard.finance/faq/price-is-not-updated-correct.md)
- [Token is not shown](https://docs.apeboard.finance/faq/token-is-not-shown.md)
- [Reward is not shown](https://docs.apeboard.finance/faq/reward-is-not-shown.md)
- [Protocol is not shown](https://docs.apeboard.finance/faq/protocol-is-not-shown.md)
- [Impermanent Loss](https://docs.apeboard.finance/faq/impermanent-loss.md)
- [Apeboard Application](https://docs.apeboard.finance/faq/apeboard-application.md)
- [Add a custom token to Apeboard](https://docs.apeboard.finance/faq/add-a-custom-token-to-apeboard.md)
- [Ape search is certified by Apeboard?](https://docs.apeboard.finance/faq/ape-search-is-certified-by-apeboard.md)
- [Supported Protocols](https://docs.apeboard.finance/faq/supported-protocols.md)
- [BSC](https://docs.apeboard.finance/faq/supported-protocols/bsc.md): Feel free to vote new protocol to add at https://apeboard.hellonext.co/
- [Terra](https://docs.apeboard.finance/faq/supported-protocols/terra-supported-protocol.md): Feel free to vote new protocol to add at https://apeboard.hellonext.co/
- [ETH](https://docs.apeboard.finance/faq/supported-protocols/eth-supported-protocol.md): Feel free to vote new protocol to add at https://apeboard.hellonext.co/
- [Solana](https://docs.apeboard.finance/faq/supported-protocols/solana-supported-protocol.md): Feel free to vote new protocol to add at https://apeboard.hellonext.co/


---

# 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://docs.apeboard.finance/faq.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.
