# Guides

- [Trade Order Types & Definitions](https://docs.definitive.fi/users/guides/trade-order-types-and-definitions.md): Definitive offers a range fo advaanced order types.  Use this page to better understand them.
- [TWAP](https://docs.definitive.fi/users/guides/twap.md): TWAP = time-weighted average price
- [Manual Smart Contract Interaction](https://docs.definitive.fi/users/guides/manual-smart-contract-interaction.md)
- [Ethereum Withdraw](https://docs.definitive.fi/users/guides/manual-smart-contract-interaction/ethereum-withdraw.md): In the event that the Definitive UI is not working, these are instruction to withdraw your funds manually through Ether Scan
- [Base Withdraw](https://docs.definitive.fi/users/guides/manual-smart-contract-interaction/base-withdraw.md): In the event that the Definitive UI is not working, these are instructions to withdraw your funds manually through Base Scan
- [Avalanche Withdraw](https://docs.definitive.fi/users/guides/manual-smart-contract-interaction/avalanche-withdraw.md): In the event that the Definitive UI is not working, these are instructions to withdraw your funds manually through Snowtrace
- [Polygon Withdraw](https://docs.definitive.fi/users/guides/manual-smart-contract-interaction/polygon-withdraw.md): In the event that the Definitive UI is not working, these are instructions to withdraw your funds manually through Polygon Scan
- [HyperEVM Withdraw](https://docs.definitive.fi/users/guides/manual-smart-contract-interaction/hyperevm-withdraw.md): In the event that the Definitive UI is not working, these are instructions to withdraw your funds manually through HyperEVM Scan
- [How to Send Tokens Directly to Your Trading Vault](https://docs.definitive.fi/users/guides/how-to-send-tokens-directly-to-your-trading-vault.md): You can send tokens from any wallet into your Definitive trading vault in addition to using our deposit function!
- [Fireblocks Solana (Solana WalletConnect) Tutorial](https://docs.definitive.fi/users/guides/fireblocks-solana-solana-walletconnect-tutorial.md): Use this simple guide if you use Fireblocks and want to trade on Solana using Definitive
- [Using Squads Wallet with Definitive](https://docs.definitive.fi/users/guides/using-squads-wallet-with-definitive.md): Use this simple guide if you use Squads and want to trade on Solana using Definitive
- [Using Safe Wallet with Definitive](https://docs.definitive.fi/users/guides/using-safe-wallet-with-definitive.md)
- [2FA for Enhanced Security](https://docs.definitive.fi/users/guides/2fa-for-enhanced-security.md)
- [Sign-In Troubleshooting](https://docs.definitive.fi/users/guides/sign-in-troubleshooting.md)
- [Hiding Assets or Marking as Spam](https://docs.definitive.fi/users/guides/hiding-assets-or-marking-as-spam.md)
- [FAQ](https://docs.definitive.fi/users/guides/faq.md): Frequently Asked Questions


---

# 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.definitive.fi/users/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.
