# Queuing and Executing Proposals

*Once voting ends, a proposal is not done. If a proposal passed, there are still more steps to take before it’s executed. A successful Governor proposal still needs to be **queued**—if the DAO uses a Timelock—and then **executed**.*

Once a proposal passes, you can queue and execute it from the same place you voted.

Only after all steps are completed will the proposal be truly executed, especially for proposals that involve contract calls.<br>


---

# 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.bytomdao.org/docs/governance/queuing-and-executing-proposals.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.
