# Introduction

Firmhouse makes use of Liquid, an open-source template language which provides a safe way to generate user content. This way, you can configure/edit appearance of your Checkout, Self Service Center and add dynamic content to emails and webhooks.

Why should I use Liquid?

* You want to allow your users to edit the appearance of your application, but don't want them to run insecure code on your server.
* You want to render templates directly from the database.
* You need a template engine which does HTML just as well as emails.

### Support

Need help? Don't hesitate to email <support@firmhouse.com> with your questions. Or get in touch via the Chat bubble when logged into the Firmhouse portal. For more information on Liquid visit <https://shopify.github.io/liquid/>


---

# 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://developer.firmhouse.com/liquid/introduction.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.
