# Introduction

- [What is Liquid syntax?](https://current-rms.gitbook.io/liquid-syntax/introduction/what-is-liquid-syntax.md): Liquid syntax allows you to dynamically place content in document layouts and discussion templates.
- [Liquid operators](https://current-rms.gitbook.io/liquid-syntax/introduction/operators.md): Liquid operators are used with tags to control flow.
- [Liquid objects](https://current-rms.gitbook.io/liquid-syntax/introduction/liquid-objects.md): Objects tell Current RMS where to output content on a document or template. They are surrounded by matched pairs of curly brackets.
- [Liquid tags](https://current-rms.gitbook.io/liquid-syntax/introduction/liquid-tags.md): Tags create the logic and control flow for templates. They are denoted by curly braces and percent signs: {% and %}.
- [Liquid filters](https://current-rms.gitbook.io/liquid-syntax/introduction/liquid-filters.md): Filters change the output of a Liquid object. They are used within an object and are separated by a pipe character.
- [Best practices](https://current-rms.gitbook.io/liquid-syntax/introduction/best-practices.md): Tips for creating great document layouts.


---

# 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://current-rms.gitbook.io/liquid-syntax/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.
