# Introduction

## Trillo Workbench

Trillo Workbench is a low-code platform that helps you build applications for the cloud by writing less code.

The Trillo Workbench platform consists of microservices that run on the top of Kubernetes Engine. It uses several cloud services to make up a complete web application.

<figure><img src="/files/77hPcjjp0fyadbfB8vxq" alt=""><figcaption><p>Architecture of an Application Using Trillo Workbench</p></figcaption></figure>

## Trillo Workbench UI

A UI lets developers input and edit metadata and code For example, in order to add a new table, a user can specify table metadata (columns, types of each column, primary key, etc.).

![Trillo Workbench UI](/files/fbdMwTViUtcmtedSon7G)


---

# 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://trillo.gitbook.io/trillo-workbench/master.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.
