# Funkcje

Możesz przeglądać te funkcje w dowolnym momencie, ale osobom rozpoczynającym zalecamy nasze [szybkie przewodniki](/smaki-wsi-docs/quick-start-guides.md).

{% hint style="info" %}
Aby szybko znaleźć objaśnienie konkretnej funkcji, skorzystaj z pola „Search” (w prawym górnym rogu).
{% endhint %}

W dalszej części przewodnika funkcje Smaki Wsi są opisane chronologicznie, zgodnie z logiczną kolejnością konfiguracji przedsiębiorstwa. W każdej sekcji najpierw znajdziesz instrukcje podstawowe, a następnie bardziej zaawansowane:

* [rejestracja](/smaki-wsi-docs/basic-features/register-and-create-your-profile.md)
* [konfiguracja profilu przedsiębiorstwa](/smaki-wsi-docs/basic-features/enterprise-profile.md)
* [produkty](/smaki-wsi-docs/basic-features/products-1.md)
* [front sklepu](/smaki-wsi-docs/basic-features/shopfront.md)
* [zamówienia](/smaki-wsi-docs/basic-features/orders.md)
* [subskrypcje](/smaki-wsi-docs/basic-features/subscriptions.md)
* [raporty](/smaki-wsi-docs/basic-features/reports.md)
* [panel](/smaki-wsi-docs/basic-features/dashboard.md)
* [grupy](/smaki-wsi-docs/basic-features/groups.md)


---

# 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://smaki-wsi.gitbook.io/smaki-wsi-docs/basic-features.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.
