> For the complete documentation index, see [llms.txt](https://docs.thefiva.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thefiva.com/fiva-basics/additional-help.md).

# ADDITIONAL HELP

- [New to Wallets](https://docs.thefiva.com/fiva-basics/additional-help/new-to-wallets.md)
- [Choosing Your Wallet](https://docs.thefiva.com/fiva-basics/additional-help/new-to-wallets/choosing-your-wallet.md)
- [How to Add Money to Your Wallet](https://docs.thefiva.com/fiva-basics/additional-help/new-to-wallets/how-to-add-money-to-your-wallet.md)
- [Common Issues](https://docs.thefiva.com/fiva-basics/additional-help/common-issues.md)
- [TON for Transaction Fees](https://docs.thefiva.com/fiva-basics/additional-help/common-issues/ton-fo-transaction-fees.md)
- [Deposit Can't Be Processed](https://docs.thefiva.com/fiva-basics/additional-help/common-issues/depost-cant-be-processed.md)
- [Early Withdrawal](https://docs.thefiva.com/fiva-basics/additional-help/common-issues/early-withdrawal.md)
- [Temporary Negative Returns](https://docs.thefiva.com/fiva-basics/additional-help/common-issues/temporary-negative-returns.md)
- [Giveaway Details](https://docs.thefiva.com/fiva-basics/additional-help/giveaway.md)
- [FIVA Referral Program & Gifts](https://docs.thefiva.com/fiva-basics/additional-help/fiva-referral-program-and-gifts.md)
- [Why Deposits Require Two Steps](https://docs.thefiva.com/fiva-basics/additional-help/why-deposits-require-two-steps.md)
- [What is Slippage and Why Does It Happen?](https://docs.thefiva.com/fiva-basics/additional-help/what-is-slippage-and-why-does-it-happen.md)
- [What are PT Tokens?](https://docs.thefiva.com/fiva-basics/additional-help/what-are-pt-tokens.md)
- [Where Your Money Goes](https://docs.thefiva.com/fiva-basics/additional-help/where-your-money-goes.md)
- [Borrowing Fees](https://docs.thefiva.com/fiva-basics/additional-help/where-your-money-goes/borrowing-fees.md)
- [Trading Fees and Losses](https://docs.thefiva.com/fiva-basics/additional-help/where-your-money-goes/trading-fees-and-losses.md)
- [Funding Rate Arbitrage](https://docs.thefiva.com/fiva-basics/additional-help/where-your-money-goes/funding-rate-arbitrage.md)
- [Network Security Rewards](https://docs.thefiva.com/fiva-basics/additional-help/where-your-money-goes/network-security-rewards.md)
- [Cross-Chain USD Farming](https://docs.thefiva.com/fiva-basics/additional-help/where-your-money-goes/cross-chain-usd-farming.md)
- [Why Use FIVA?](https://docs.thefiva.com/fiva-basics/additional-help/why-use-fiva.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 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.thefiva.com/fiva-basics/additional-help.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.
