# Farming pools

By going to the [**Farming** ](/use/farming/concepts/yield-farming.md)section, you will find yourself on a page with a list of currently available Farming pools.\
If you previously [added liquidity](/use/farming/old-farming/how-to/deposit-farm-tokens.md) to one of the farming pools, then this pool will be displayed in the Favorite pools block.

This page also displays various columns with farm pool information:

* **Farm pool** - the [LP tokens](/use/pools/how-to/add-liquidity.md) of this particular pair must be locked in the Farming pool in order to start receiving a reward.
* **Reward** is the tokens that are awarded as a [reward for farming](/use/farming/concepts/reward-token.md) in this pool.
* **TVL** is the total dollar amount of tokens locked in this farming pool.
* **APR** is the annual profit that this pool brings.
* **Share** is your share in the farming pool. This is the percentage of the TVL that your locked liquidity constitutes.\
  At the same time, Share also means the percentage of the reward that you will receive for every unit of time.
* **Your reward** is the reward available for the [claim](/use/farming/old-farming/how-to/claim-reward.md).
* **Entitled reward** is a reward that is in the [vesting](/use/farming/concepts/vesting.md) protocol.

<figure><img src="/files/XYkCrbCwZZyFP0ROb94A" alt=""><figcaption></figcaption></figure>

Clicking on one of these pools will take you to the [Farming pool page](/use/farming/old-farming/interface/farm-page-user.md).


---

# 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.flatqube.io/use/farming/old-farming/interface/farming-pools.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.
