# Features

You can browse these features at any time but for those just starting out we recommend our [quick start guides](/quick-start-guides.md).&#x20;

{% hint style="info" %}
To find the explanation of a specific feature that you need, please use the 'Search' field (top right hand corner).
{% endhint %}

In the rest of the guide the features of OFN are explained chronologically, with the order of sections following the logical order for setting up an enterprise. The guidance within each section is also structured so that guidance for basic usage appears first and more advanced guidance later in the section:

* [registration](/basic-features/register-and-create-your-profile.md)
* [enterprise profile setup](/basic-features/enterprise-profile.md)
* [products](/basic-features/products-1.md)
* [shopfront](/basic-features/shopfront.md)
* [orders](/basic-features/orders.md)
* [subscriptions](/basic-features/subscriptions.md)
* [reports](/basic-features/reports.md)
* [dashboard](/basic-features/dashboard.md)
* [groups](/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://guide.openfoodnetwork.org/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.
