> For the complete documentation index, see [llms.txt](https://docs.lufavo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lufavo.com/roomfolk/getting-started/install.md).

# Install the theme

## Add Roomfolk to your store

1. In your Shopify admin, go to **Online Store → Themes**.
2. Under **Theme library**, choose **Add theme → Shopify Theme Store**, and add Roomfolk.
3. Roomfolk appears in your theme library, unpublished.

Adding a theme does not change what your customers see. Your current theme stays live until you publish Roomfolk yourself.

## Before you publish

Roomfolk arrives with placeholder images and no collections attached — that is deliberate. A theme cannot bring another store's photographs or product groupings with it, so it ships with the settings empty and draws placeholders until you fill them in.

That means a freshly installed Roomfolk will look unfinished, and it is supposed to. Work through [Set up your store](/roomfolk/getting-started/set-up-your-store.md) before publishing.

## Preview it first

From **Online Store → Themes**, find Roomfolk in your theme library and choose **Actions → Preview**. You will see your own products and collections in it without any customer seeing the change.

## Publish

When you are happy with it, choose **Actions → Publish**. Roomfolk becomes your live theme immediately.

## Duplicate before you edit code

If you ever plan to edit the theme's code, duplicate the theme first and edit the copy: **Actions → Duplicate**. Editing code on a live theme means mistakes are visible to customers straight away, and it makes theme updates harder to apply later.

Support does not cover code you have changed yourself. See [Support policy](/roomfolk/support/support-policy.md).


---

# 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.lufavo.com/roomfolk/getting-started/install.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.
