> 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/set-up-your-store.md).

# Set up your store

Four steps to get from a freshly installed theme to a store you can publish.

## 1. Add your logo and colors

Open **Online Store → Themes → Customize**, then **Theme settings**.

* **Logo and favicon** — upload your favicon. Your logo is set in the [Header](/roomfolk/global-sections/header.md).
* **Colors** — Roomfolk ships with five color schemes. Change the colors in scheme 1 and the whole store follows. See [Colors](/roomfolk/theme-settings/colors.md).
* **Typography** — pick your heading and body fonts. See [Typography](/roomfolk/theme-settings/typography.md).

Do this first. Every section takes its colors and type from here, so setting it up once saves you repeating yourself later.

## 2. Build your menus

Menus live in your Shopify admin, not the theme editor: **Online Store → Navigation**.

Roomfolk supports three levels of menu, so a top-level item can hold groups, and each group can hold links. See [Add your menus](/roomfolk/getting-started/menus.md).

## 3. Fill in the home page

In the theme editor, open the **Home page** and work down the sections. The ones that need content from you are:

* **Hero** — your headline and a background image.
* **Collection list** — pick a collection for each card.
* **Featured collection** — pick the collection to show.
* **Testimonials** — your own customer quotes.
* **Email signup** — your closing call to action.

Sections you do not want can be hidden or removed. Sections you do want more of can be added with **Add section**.

## 4. Check the other pages

Every page has its own settings. Open each from the page menu at the top of the theme editor and check it looks right with your own products:

* [Product page](/roomfolk/pages/product-page.md)
* [Collection page](/roomfolk/pages/collection-page.md)
* [Cart](/roomfolk/pages/cart.md)
* [Search page](/roomfolk/pages/search-page.md)
* [404 page](/roomfolk/pages/404-page.md)

Then publish.


---

# 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/set-up-your-store.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.
