> For the complete documentation index, see [llms.txt](https://docs.simplebooth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplebooth.com/billing/software/lite-vs.-core-plans.md).

# Lite vs. Core Plans

Use the chart below to see exactly what's included with **Lite** and **Core**. To compare our other software tiers, visit our [plans page](https://www.simplebooth.com/plans-and-pricing)

{% hint style="info" %}
The Lite tier plan is only available via in app purchase.&#x20;
{% endhint %}

### Feature Comparison

#### HALO Experience

<table data-search="false"><thead><tr><th>Feature</th><th align="center">Lite</th><th align="center">Core</th></tr></thead><tbody><tr><td>Still Photo</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>Layouts &#x26; Photo Grids</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>Classic Photo Strips</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>GIF &#x26; Live GIF</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>Rebound Clips</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td><a href="https://docs.simplebooth.com/customization-guide/layout-designer/adding-layers/capture-frames#video">Full-length Video</a></td><td align="center">—</td><td align="center">✓</td></tr><tr><td><a href="https://docs.simplebooth.com/ai-effects">AI Effects</a></td><td align="center">—</td><td align="center">✓</td></tr></tbody></table>

Learn more about photo capture [here](https://docs.simplebooth.com/customization-guide/layout-designer/adding-layers/capture-frames).

#### Photo Delivery & Sharing

<table data-search="false"><thead><tr><th>Feature</th><th align="center">Lite</th><th align="center">Core</th></tr></thead><tbody><tr><td>Text Message</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>Email</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>QR Code</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>AirDrop</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>WhatsApp</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>Printing</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>Gallery Sharing Options</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>Picture Message</td><td align="center">—</td><td align="center">—</td></tr><tr><td>International SMS</td><td align="center">—</td><td align="center">—</td></tr></tbody></table>

Learn more about photo delivery [here](https://docs.simplebooth.com/customization-guide/experience-designer/post-capture/send-and-print).

#### Customization

<table data-search="false"><thead><tr><th>Feature</th><th align="center">Lite</th><th align="center">Core</th></tr></thead><tbody><tr><td>Library of Themes &#x26; Props</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>Layout Designer</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>Gallery Design</td><td align="center">✓</td><td align="center">✓</td></tr><tr><td>AI Asset Generation &#x26; Effects</td><td align="center">—</td><td align="center">✓</td></tr><tr><td>Add QR Codes to Layouts</td><td align="center">—</td><td align="center">✓</td></tr><tr><td>Custom Start Screens</td><td align="center">—</td><td align="center">—</td></tr><tr><td>Guest-editable Text</td><td align="center">—</td><td align="center">—</td></tr><tr><td>Photo Credit</td><td align="center">—</td><td align="center">—</td></tr><tr><td>Custom "Thank You' Screen</td><td align="center">—</td><td align="center">—</td></tr><tr><td>Custom Props &#x26; Stickers</td><td align="center">—</td><td align="center">—</td></tr><tr><td>Fully Custom Messages</td><td align="center">—</td><td align="center">—</td></tr></tbody></table>

#### Photo Enhancements

| Feature                                                                                                                          | Lite | Core |
| -------------------------------------------------------------------------------------------------------------------------------- | :--: | :--: |
| [Image Filters](https://docs.simplebooth.com/customization-guide/experience-designer/capture/frame-effects#color-filter)         |   ✓  |   ✓  |
| [Glam Effect](https://docs.simplebooth.com/customization-guide/experience-designer/capture/frame-effects#glam)                   |   ✓  |   ✓  |
| [Green & Blue Screen](https://docs.simplebooth.com/customization-guide/experience-designer/pre-capture/background-replacement)   |   —  |   ✓  |
| [AI Background Removal](https://docs.simplebooth.com/customization-guide/experience-designer/pre-capture/background-replacement) |   —  |   ✓  |
| [Background Blur](https://docs.simplebooth.com/customization-guide/experience-designer/capture/frame-effects#background-blur)    |   —  |   ✓  |
| [Drawing Tool](https://docs.simplebooth.com/customization-guide/experience-designer/post-capture/edit-tools/drawing)             |   —  |   —  |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.simplebooth.com/billing/software/lite-vs.-core-plans.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
