# Introduction

- [Layouts](https://docs.pages.revox.io/introduction/layouts.md): To start your project we have created fresh versions of each layout without any unwanted JS, CSS and demo content. All these files are located in getting\_started directory
- [Themes](https://docs.pages.revox.io/introduction/themes.md)
- [Sass](https://docs.pages.revox.io/introduction/working-with-sass.md): Sass is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions. Pages support Sass and is purely built on top of Sass
- [Content](https://docs.pages.revox.io/introduction/content.md)


---

# 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://docs.pages.revox.io/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.
