> 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.md).

# Platform Guide

You're first interaction with the platform will likely be the page at <https://platform.transmute.industries> which is shown in the screenshot below.

## Landing Page

<figure><img src="/files/1PZeJv3nq9mtRNGnclRF" alt=""><figcaption><p>Landing Page for Transmute's VDP</p></figcaption></figure>

This page shows our plans. We have a Free plan, a Pro plan and an Enterprise plan. The Free plan is there to allow new users to try the features of the platform, and upgrade if needed. This guide will cover how to get started with a Free account.

The first step is to click on the `Sign UP` button located on the Free Plan. You will be taken to the Sign Up page, which will ask you to provide an email, and create a password.

### Sign Up Page

<figure><img src="/files/0ngkeUY8jgZWrNwJv097" alt=""><figcaption><p>Sign Up Page for Verifiable Data Platform</p></figcaption></figure>

This will take you to the Auth0 modal for creating an account to be authenticated with the platform. From here you provide an email and password. You will also need to confirm the checkbox for the terms of service and privacy policy.

<figure><img src="/files/RotTw4v3X1X1if3i7ugb" alt=""><figcaption><p>Filled in Signup for Transmute's VDP</p></figcaption></figure>

From there click on the `SIGN UP` button. And you will be sent an email to confirm your email address before continuing the process.

### Confirm Email

<figure><img src="/files/0iRpSw3bIA49d0Gg1683" alt=""><figcaption><p>Confirmation Email</p></figcaption></figure>

The the confirmation email will look like the image above. To confirm your email, click on the `Verify Email` button.&#x20;

<figure><img src="/files/gNAl2gz7h6S8lG5z6reW" alt=""><figcaption><p>Verify email page</p></figcaption></figure>

You will be taken to this page showing you have confirmed your email. Click on `Back to Verifiable Data Platform` to continue the sign up process.

## Create Organization

<figure><img src="/files/aFjme2GYygOpKLOlisEC" alt=""><figcaption><p>Create organization form</p></figcaption></figure>

The first of two prompts will be to create an organization. And example of this being filled in is shown below.

<figure><img src="/files/o2NBR5XIOEIdRjW2RaRH" alt=""><figcaption><p>Filled in create organization form</p></figcaption></figure>

Once you've filled in your organization name and country, click on the `Next` button.

### Create Admin

<figure><img src="/files/Qo9q0NwmB4pu1YSCQYq9" alt=""><figcaption><p>Empty create profile form</p></figcaption></figure>

The next step is to fill in a profile. This is information for you as the user being the creator of the organization. Put in your full name as well as your title for your organization.&#x20;

<figure><img src="/files/YbjUcBmyb20J5TelpZpx" alt=""><figcaption><p>Filled in profile</p></figcaption></figure>

From there click on the `Next` button to start your adventure with the Verifiable Data Platform.

## Basic Navigation

Once you have completed the on boarding process, you will be met with the dashboard.

<figure><img src="/files/6V0clQrx8b2hlpjjNlsM" alt=""><figcaption><p>First landing dashboard</p></figcaption></figure>

<figure><img src="/files/WlObfiJmddcQArZCV0mA" alt=""><figcaption><p>Left-hand Navigation Menu</p></figcaption></figure>

The left-hand navigation menu contains categories with sub items which expose the functionality of the API via the web app.&#x20;

<figure><img src="/files/epkIE0400mmvQiFzblcr" alt=""><figcaption><p>Marketplace links</p></figcaption></figure>

The bottom left-hand side of the navigation menu contains links to the Marketplace for Adapters and Templates. Templates are an outline for issuing Verifiable Credentials. Adapters are used for connectivity to other platforms.

<figure><img src="/files/3jKqOlxjIrSWbvDs5JyL" alt=""><figcaption><p>Documentation Links</p></figcaption></figure>

The last links in the bottom of the left-hard navigation menu link to the [API Documentation](https://platform.transmute.industries/openapi/) as well as the Help Center.&#x20;


---

# 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:

```
GET https://guide.transmute.industries/verifiable-data-platform/platform-guide.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.
