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

# Getting started

## Overview

Welcome to **"Smind Sections"** – the perfect app to help you **easily** and **quickly** build your Shopify store **without any design and coding skills**! With a rich library of sections, we provide you with all the tools you need to customize and design your store's layout in a simple and efficient way.

## Our Outstanding Features.

[**Sections**](/in-app/library/sections.md) **:** Our app offers a diverse and extensive library of sections, ranging from Product detail, Collection page, Featured products,  Testimonials, Features, and more. Simply select and drag-and-drop sections into your page to build your desired layout.

[**Templates**](/in-app/library/templates.md)**:** We offer a variety of pre-designed templates such as homepage, landing page, collection page, product page, and more, allowing you to install them with a few clicks without worrying about the design.&#x20;

**Packages:** We offer a variety of pre-designed themes that allow you to easily install and start using them immediately.

[**Product Block**](/in-app/library/product-blocks.md)**:** will improve the shopping experience by adding credibility (social proof, star rating, live visitor count), engagement (video slider, features list), and urgency (countdown timer..,etc)

[**Settings**](/in-app/settings.md)**:** Enables users to customize CSS for your theme, switch themes, and easily uninstall the app when it's no longer needed.


---

# 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.smind.io/in-app/getting-started.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.
