# Import from Proposal A **DAO** proposal is a suggestion or proposal put forth to the members of a DAO for them to vote on and potentially implement. These proposals can be for a variety of actions such as allocating funds for a specific project or changing the governance structure of the DAO ## Visualize multicall proposals Now, you can view your multicall proposals using a proposal link, in order to do that just copy the proposal link from [AstroDao](https://app.astrodao.com/) and paste into one of our dialog button as shown in the **GIF** :arrow_heading_down: ![](https://i.imgur.com/NUwcils.gif) The reason why we need to visualize them with multicall is to review multicall DAO proposals before voting on them until now users had to go through the JSON arguments, use base64 decoding to review the proposal, but now the UI will save them the time and effort for that. **Screenshot** of a multicall proposal on AstroDAO :arrow_heading_down: ![](https://i.imgur.com/hwCEPqW.png) While, viewing proposals there are few **usecases**:books: for DAO users. * One use case is templates: instead of always making multicall proposals from scratch, you now have the option to start from an existing proposal, regardless of which DAO it happened on.