# Appearance

The **Appearance** section controls how your review page looks. You can choose the layout, text alignment, font, background color, and an optional background image so the page matches your brand.

***

### Layout

Choose how the content is arranged on wider screens:

* **Default** – A centered layout with the form and content in a single column.
* **Split** – A split-screen layout with content on one side and the form on the other.
* **Split 2** – Same as split, but with the sides reversed.

On smaller screens (e.g., mobile), the layout typically stacks into a single column for easier reading.

***

### Text Alignment

Choose **Left** or **Center** alignment for the text and form. Center alignment works well for a focused, minimal look; left alignment can feel more natural for longer content.

***

### Font Family

Pick a font for the review page. You can choose from:

* **System fonts** – Fonts that are already on most devices (e.g., Arial, Georgia).
* **Google fonts** – A wider selection of web fonts that load when the page is visited.

Use a font that matches your website or brand for a consistent experience.

***

### Background Color

Set the color behind the form and content. This is the main background of the page. Choose a color that contrasts well with your text and form fields.

***

### Background Image

Optionally add an image as the page background. The image appears behind the form. Use one that doesn't distract from the form—subtle textures or branded imagery work well.

* **Max file size** – 5MB
* **Min dimensions** – 500px
* **Max dimensions** – 5000px

{% hint style="info" %}
If you use a background image, make sure the form area remains readable. A semi-transparent overlay or a solid form background can help.
{% endhint %}

***

### Tips

{% hint style="success" %}
Match your review page appearance to your website. Consistent branding builds trust and can improve completion rates.
{% endhint %}


---

# 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.moregoodreviews.com/platform/review-pages/appearance.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.
