> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/getting-started/before-you-customize-your-theme/step-2-follow-our-suggestions-for-a-better-design-experience.md).

# Step 2: Follow our suggestions for a better design experience

***

For a better experience when editing your theme, we recommend you complete the following steps:

1. **Draft a design plan for your online store**. This plan should help you define the look and feel of your online store, for example, your online store's content, layout, typography, and colors.
2. **Add products to your online stores** or import our sample products so that you can customize the product page and cart page as well as evaluate whether or not your products fit the current store's look and feel.
3. **Create collections**, for example, New Arrivals Collection, Summer collection,... With collections prepared beforehand, you're able to edit the collection page and add products to your homepage.
4. **Create pages** for providing information to your customer about your business, such as the Privacy policy page, Terms of Service page, Shipping policy page,... You can create your own pages or create them from templates that we attached to the theme files and customize them. Please note If you decide to use our templates, please do not blindly use their content without any customization. You should customize them based on your business information.
5. **Create navigation menus** that comprise pages to help your customers navigate around your online store. When it comes to editing your store's header and footer, having menus prepared helps you structure them with ease.
6. **Update your store's general settings**, including Timezone, Unit system, and Store currency.


---

# 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://help.inspiredtheme.com/articles/getting-started/before-you-customize-your-theme/step-2-follow-our-suggestions-for-a-better-design-experience.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.
