# Harvest Pods

Once [Pods](/almanac/farm/field.md#pods) reached the front of the Pod Line, they become Harvestable. Harvestable Pods are redeemable for 1 Bean each.

1. Make sure you are on [app.bean.money](https://app.bean.money/) and [connect your wallet](/almanac/guides/getting-started/connect-wallet.md).
2. Navigate to the “Field” page.
3. Select the “Harvest” tab. The amount of “Harvestable Balance” will be shown. These are the Pods that can be Harvested in exchange for Beans.
4. Under “Destination”, select “Circulating Balance” or “Farm Balance”. Circulating Balance sends the Beans to your wallet, separate from Beanstalk. [Farm Balance](/almanac/protocol/asset-states.md) keeps the Beans stored in Beanstalk which can save gas fees in future transactions. See [Asset States](/almanac/protocol/asset-states.md) for more information.
5. A transaction preview will appear below the inputs. Select the “Transaction Details” dropdown to review each step of the transaction.
6. Select “Harvest”.
7. Confirm the transaction in your wallet and your hardware wallet, if applicable. You should verify that the transaction is interacting with the [correct contract](/almanac/protocol/contracts.md) before signing it.
8. After the transaction has been confirmed by the network, the location of the Beans from your Harvestable Pods will depend on the option selected in Step 4:
   * If “Circulating Balance” was selected, the Beans will be in your wallet. Your Circulating Balance is also shown on the [Balances](https://app.bean.money/#/balances) page.
   * If “Farm Balance” was selected, the Beans will be shown on the [Balances](https://app.bean.money/#/balances) page.


---

# 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.bean.money/almanac/guides/field/harvest.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.
