# Introduction

A frontstore is essential for any e-commerce channel as it's the visual part customers interact with directly. It's representing the brand's identity, values, and style. The frontstore should be easy to navigate, visually appealing, and optimized for all supported devices.

Currently, there are two ways how to create a frontstore based on TheShop API:

* [Custom-made frontstore](/docs/frontstore/introduction/types-of-frontstores.md#custom-made-frontstore)
* [Frontstore using a TheShop template](/docs/frontstore/introduction/types-of-frontstores.md#frontstore-using-a-theshop-template)

<figure><img src="/files/prRRXz5LgAiReMEbappD" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.theshop.dev/docs/frontstore/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.
