# Overview

* From the Home Screen, on the navigation bar, click the “Voting” menu to access the Voting function --> Redirect to the Overview screen                                                                                                                                                                                                                                                                                     ![](/files/pmprmdUhVsRtnhtVV1kn)
* A list of recent proposals submitted to the FRUITS governance system will be displayed.&#x20;
* Basic information about the proposal:&#x20;
  * Proposal title&#x20;
  * Status: consists of pending, active, defeated, canceled, queued, expired, executed, and rejected.&#x20;
  * Proposal ID&#x20;
  * Participation rate bar: The marker shows the minimum amount of GT the user needs to vote in order to vote successfully.&#x20;
  * Total votes for&#x20;
  * Total votes against&#x20;
  * Total votes: show the total number of votes&#x20;
  * The bar shows the ratio between the number of votes for or votes against and the minimum amount of GT the user needs to vote in order to vote successfully&#x20;
  * Start time of the status&#x20;
* Support for search proposal&#x20;
  * Click on ![](/files/vJwGSohZDH525EYhvg26) to sort by proposal status and proposal type.&#x20;
  * Enter characters in the "Search" textbox to search by the proposal’s name and ID.
* Access "My Proposal" by clicking on  ![](/files/8ImuZJhM3aVBfySS8GvT) --> list of proposals created by the user.


---

# 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.fwallet.net/app-fruits-wallet/governance/propose/overview.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.
