# Developing UI Using Trillo Workbench

Developing UI using Trillo Workbench is a 3 step process.

1. Learning Trillo Workbench APIs.
2. Installing a UI framework of choice.
3. Start building components.

## Learning Trillo Workbench APIs

You can learn about Trillo Workbench concepts and APIs by referring to these documents.

1. [**Using Trillo Workbench APIs** chapter of **Trillo Workbench Guide**](https://trillo.gitbook.io/trillo-workbench/using-trillo-workbench-apis)**.**
2. [**Trillo Workbench APIs** ](https://trillo.gitbook.io/trillo-workbench-restful-api/)for an overview and learning apit API Playground.

## Installing a UI framework of choice

1. Follow the installation process described on the framework's website.
2. Add/ modify scripts for Trillo Workbench specific configurations such as base url, image url, theme names, name of application, etc.

&#x20;       **More details for Angular and React are coming soon...**

## Start building components

&#x20;     **More details for Angular and React are coming soon...**


---

# 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/developing-ui-using-trillo-workbench/developing-ui-using-trillo-workbench.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.
