# SOULLY'S HOW TO

- [Pull SpiritSwap data feeds using Covalent API](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/pull-spiritswap-data-feeds-using-covalent-api.md): This page gives a walk through for developers wanting to pull data feeds from SpiritSwap directly using Covalent's API.
- [Guide Overview](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/guide-overview.md): The overview page of everything related to the 'How To' within the ecosystem.
- [How to - Connecting to Metamask](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-connecting-to-metamask.md): To use SpiritSwap, you will have to migrate to the Fantom Opera Chain. This requires: Connecting MetaMask to Fantom Opera:
- [How to - Bridge](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-bridge.md): This section contains helpful infographics on how to bridge assets over to Fantom using SpiritSwaps "SpiritBridge".
- [How to -Exchange](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-exchange.md): The overview page of the Exhange feature on SpiritSwap.
- [How to - Swapping Tokens & Limit Orders](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-exchange/how-to-swapping-tokens-and-limit-orders.md): This page contains useful infographics that give you a walk through Swapping tokens and setting limit orders on our V2 product model.
- [How to - Liquidity](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-liquidity.md): This section contains helpful infographics on how to add liquidity to SpiritSwap and take part in our  ecosystem.
- [How to - Yield Farming](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-yield-farming.md): Added liquidity ? Great! This section contains helpful infographics on how to deposit your freshly minted LP tokens into our yield farms so you can maximize your rewards!
- [How to - inSPIRIT](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-inspirit.md): Amazing, your now a yield farmer on SpiritSwap. This section covers how to utilize the SPIRIT tokens you earn in order to SUPERCHARGE your rewards, read onto dive down the rabbit hole.
- [How to - Dashboard / Portfolio](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-dashboard-portfolio.md): Great, you have bridged assets, deployed an LP, are yield farming and you have taken a position with inSPIRIT. This section now covers our Dashboard & portfolio overview for position tracking.
- [How to - Gauge Voting and Bribes](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-gauge-voting-and-bribes.md): This section will be the guide to everything related to gauge voting and receiving bribes.
- [How to - Create a farm](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-create-a-farm.md): This section will cover on how does one create a permission-less farm?
- [How to - Verify Contracts](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-verify-contracts.md): This section will cover steps needed to verify any contracts which are deployed permission-less through the UI. Unfortunately, the verification on FTM Scan still needs to happen manually right now -
- [Verify Gauge Contract](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-verify-contracts/verify-gauge-contract.md): How to verify a gauge contract which was created permission-less thru the UI?
- [How to - Apply for Whitelist](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-apply-for-whitelist.md): This section will be the guide to everything related to apply for whitelisting within SpiritSwap DEX.


---

# 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.silverswap.io/spiritswap-v3/soullys-how-to.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.
