# Introduction

Definitely not! If you have even a basic understanding of the Shopify platform, you can easily understand the theme interface without documentation!

### Then why do we need such detailed documentation if everything is so simple?

There are two reasons:

1. The advantage of our theme and its competitiveness is that we have created a lot of new features that are not available by default, so you can quickly set up everything according to the instructions without having to spend any time thinking about how to do it if you are not an advanced user. We don't want you to spend time assembling the store, we want to do it for you so you can focus on your business tasks in the first place.
2. Familiarization. The documentation is not only a guide for beginners but also a catalog of the theme's features. We boldly open the hood of the car so that you can see the full range and potential of the theme. But for those who purchased the theme, many interesting things will open up that are hidden from the public documentation catalog.

### Is it a shopify OS 2.0 theme?

1. Sections on every page
2. Flexible store content
3. Enhancements to the theme editor.
4. Collection filters


---

# Agent Instructions: 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:

```
GET https://templatescoder.gitbook.io/belliza-documentation/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
