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

# Shopify resources for new merchants

Here are the essential resources for a beginner to get started with a premium Shopify theme without any coding knowledge.

***

### Understanding and Customizing the Theme

[Shopify Theme Help](https://help.shopify.com/en/manual/online-store/themes) — Overview of themes, how to install, publish, and update them.

[Shopify Theme Editor Guide](https://help.shopify.com/en/manual/online-store/themes/customizing-themes) — How to use the theme editor, customize templates, modify sections, and adjust theme settings.

***

### Managing Languages and International Settings

[Managing Languages and Translations in Shopify](https://help.shopify.com/en/manual/international/localization-and-translation#managing-languages) — How to add multiple languages, translate content, and set up a multilingual store.

[Translate & Adapt App Guide](https://help.shopify.com/en/manual/international/translate-adapt-app) — How to use Shopify's Translate & Adapt app for automatic and manual translations.

[Shopify Markets Setup](https://help.shopify.com/en/manual/markets) — How to configure international selling, manage pricing, and set up localized shopping experiences.

***

### Enhancing Store Navigation and Marketing

[Shopify Search & Discovery App](https://help.shopify.com/en/manual/online-store/storefront-search/#search-and-discovery) — Customizing search, filters, and product recommendations to improve store navigation.

[Metafields and Metaobjects in Shopify](https://help.shopify.com/en/manual/custom-data) — How to use metafields and metaobjects to store and display custom data in your store, such as additional product details and structured data.

[Shopify Email App Guide](https://help.shopify.com/en/manual/promoting-marketing/create-marketing/shopify-messaging) — Setting up Shopify Email for sending campaigns, automations, and customer newsletters.

***

### Performance and Best Practices

[Shopify Speed Optimization](https://help.shopify.com/en/manual/online-store/web-performance/improving-web-performance) — Best practices for improving store speed and performance, including image optimization and app management.

[Common Shopify Mistakes and How to Avoid Them](https://www.shopify.com/blog/business-mistakes) — A guide on common setup errors and best practices for running a Shopify store.

***

### Additional Support and Learning

[Shopify YouTube Channel](https://www.youtube.com/c/shopify) — Official video tutorials covering theme customization, marketing, and sales strategies.

[Shopify Community](https://community.shopify.com/) — A forum where merchants can ask questions, share experiences, and get support from other Shopify users.

{% hint style="info" %}
[Shopify Support](https://help.shopify.com/en) — Official Shopify help center for troubleshooting and assistance.
{% endhint %}

{% hint style="success" %}
[Get Support](https://staylime.zendesk.com/hc/en-us/requests/new) — Contact our support team for personalized help with your theme.
{% endhint %}


---

# 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://staylime.com/docs/getting-started/shopify-resources-for-new-merchants.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.
