# Finding the Transaction ID of a Governance Proposal

## Eternl

1. Open up the Eternl wallet and select "Governance" on the left hand-side
2. Then select "Governance proposals" from the tabs at the top
3. This will display all current Governance Actions

<figure><img src="/files/8bETCdcY8GTHYbhQUeQ5" alt=""><figcaption></figcaption></figure>

4. Once you have found your desired governance proposal, click the three dots and then click "Show in Explorer"

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

5. In the explorer, you can then copy the transaction hash/ID for the governance action

<figure><img src="/files/6CtY6SJeJcR4OkT4U2pc" alt=""><figcaption></figcaption></figure>

## GovTools

1. Navigate to GovTools and then navigate to the "Live Voting" section using the tabs at the top of the screen

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

2. Copy the "Governance Action ID" of the application governance action

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

3. Navigate to [Cardanoscan](https://cardanoscan.io/) and paste in the copied governance action ID

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

4. Copy the displayed Transaction ID

<figure><img src="/files/1KG7vdbYHquHNxpPpcLb" alt=""><figcaption></figcaption></figure>


---

# 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.clarity.vote/clarity-v1/agora-dao-as-a-drep/finding-the-transaction-id-of-a-governance-proposal.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.
