> 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/technical-documentation.md).

# Technical Documentation

The platform is modularly built from contemporary, best practice frameworks. This overview is intended as a high-level architectural platform introduction.

Transmute is a major contributor to open source specifications and standards. Everything we do is standards-based! So this architectural overview will indicate also how and where these standards apply to the platform.

### Web Application <a href="#web-app" id="web-app"></a>

The web application provides a user-intuitive way to perform common business workflows, seamlessly powered by cutting edge technologies. The web app is intended for non-technical users, focusing primarily on best-of-breed user experience and business-friendly terminology.

The web application guide can be found [here](https://guide.transmute.industries/verifiable-data-platform/platform-guide).

Technically, a progressive web app, optimized for modern browser-based user interfaces. Underneath, it utilizes the API for accessing platform services and resources.

### Application Programming Interface <a href="#api" id="api"></a>

All interaction with the platform goes via the API. The API is targeted technical users and developers, seeking to programmatically automate workflows. The API is strictly aligned to REST principles, and significant effort has been made to provide an intuitive resource model, all with the primary goal of making developers work fast, efficient and independent.

The subsequent Technical Documentation introduces essential elements of working with the API. The full API OAS can be found [here](https://platform.transmute.industries/openapi/).&#x20;

### Core Application <a href="#core" id="core"></a>

At the core, the platform implements a range of the main w3c standards, notably the cryptographic elements supporting the Verifiable Credentials spec, JSON-LD capabilities for strong semantic management.

Supporting the standard functionalities, the platform core offers business-oriented user- and resource management features, built upon an enterprise-grade security model.


---

# 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/technical-documentation.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.
