# Finding your Governance Hex Encoded Token Asset Name

Find your asset on [Cardanoscan](https://cardanoscan.io/). Search your [Policy ID](/clarity-v1/launching-an-agora-dao/finding-your-governance-token-policy-id.md).

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

Find your token from the list of Tokens after searching your Policy ID and click the asset name/fingerprint to open it.

On this page, you will see your hex-encoded asset name in the Asset Name row in Parentheses.

<figure><img src="/files/JAKLaHgmofUmUqO7ocN5" alt=""><figcaption><p>In this case, 436c61726974792044414f20546f6b656e is the Hex-encoded Asset Name</p></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/launching-an-agora-dao/finding-your-governance-hex-encoded-token-asset-name.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.
