> For the complete documentation index, see [llms.txt](https://guide.transmute.industries/verifiable-data-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.transmute.industries/verifiable-data-platform/platform-guide/credentials/quick-convert.md).

# Quick Convert

This page describes how to use the Quick Convert functionality, which will allow you to issue a Verifiable Credential from an existing PDF or PNG.&#x20;

First navigate to `Templates` from the sidebar.&#x20;

<figure><img src="/files/7IJXUhYtiWh9vuRiRzYO" alt="Template Selection in the Transmute platform"><figcaption><p>Template Selection in Transmute platform.</p></figcaption></figure>

Click on the `USMCA Certificate of Origin` template

<figure><img src="/files/ZjAOC9pAo6pVJAbnyeA5" alt="Select USMCA in the Transmute platform"><figcaption><p>Select USMCA in the Transmute platform.</p></figcaption></figure>

Drag and drop a USMCA as a `.PDF` or `.PNG` into the drop area.

<figure><img src="/files/qDSukr8iKunrRSqpVzhF" alt="Drop area for converting PDF or  PNG to a Verifiable Credential"><figcaption><p>Drop area for converting PDF or  PNG to a Verifiable Credential</p></figcaption></figure>

Our application will read the contents of the file. Take a quick break and grab some coffee while this happens.&#x20;

<figure><img src="/files/XXKU82Oto5r8SQw3HK41" alt=""><figcaption><p>Loading Screen for Quick Convert Functionality</p></figcaption></figure>

The application will populate the template with the data that was read for review before issuing. Note that information maybe missing or incomplete. All required fields much be entered to continue.

<figure><img src="/files/3zdxtCjV1uDjKsc4KsVN" alt="Auto populated Credential from Quick Convert"><figcaption><p>Auto populated Credential from Quick Convert</p></figcaption></figure>

Click on Preview to preview the content.&#x20;

<figure><img src="/files/5SmC5plxcAm9pwO4kb7a" alt="Preview of Credential in the Transmute platform"><figcaption><p>Preview of Credential in the Transmute platform.</p></figcaption></figure>

Agree and issue the form.&#x20;

<figure><img src="/files/y52JWEjuiTYCwRXwjKvv" alt="Sign a Verifiable Credential in the Transmute platform"><figcaption><p>Sign a Verifiable Credential in the the Transmute platform</p></figcaption></figure>

The issued form.&#x20;

<figure><img src="/files/kJaCjbo55bjeFK7pmXFI" alt="Issued Verifiable Credential in the Transmute platform"><figcaption><p>Issued Verifiable Credential in the Transmute platform</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.transmute.industries/verifiable-data-platform/platform-guide/credentials/quick-convert.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
