> For the complete documentation index, see [llms.txt](https://guide.openfoodnetwork.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.openfoodnetwork.org/hub-management-tips/how-tos.md).

# How To's

In this section, we seek to show by a series of step-by-step examples how you can combine different [features](/basic-features.md) of the OFN platform to operate your business in exactly the way that suites you.

This list is not exhaustive and may not cover your specific scenario. Remember you can always get in touch with your [local instance support team](/local-ofn-organizations-and-contacts.md) for more guidance or seek advice from peers in instance specific [community forums](https://community.openfoodnetwork.org.uk/), user [Facebook Groups](https://www.facebook.com/groups/thrivingfoodhub) etc.

### Enterprise/Shopfront Management

* [Delete an enterprise](/hub-management-tips/how-tos/delete-an-enterprise.md)
* [Soft close an order cycle](/hub-management-tips/how-tos/soft-close-an-order-cycle.md)
* [Open your shop on 'preview'](/hub-management-tips/how-tos/open-your-shop-on-preview.md)
* [Customise your shop appearance](/hub-management-tips/how-tos/customise-your-shop-appearance.md)
* [Take orders on Credit](/hub-management-tips/how-tos/take-orders-on-credit.md)

### Customer Management

* [Before you start...](/hub-management-tips/how-tos/vouchers-v.-tags.md)
* [Early Shopping 'Hour' for priority groups](/hub-management-tips/how-tos/early-shopping-hour-for-priority-groups.md)
* [Discounted/Free Delivery for vulnerable customers](/hub-management-tips/how-tos/discounted-free-delivery-for-vulnerable-customers.md)
* [Cash/EFT for trusted customers only](/hub-management-tips/how-tos/cash-efts-for-trusted-customers-only.md)
* [Reward your volunteers](/hub-management-tips/how-tos/reward-your-volunteers.md)
* [Running a social media promotion](/hub-management-tips/how-tos/running-a-social-media-promotion.md)
* [How to Create Gift Vouchers](/hub-management-tips/how-tos/how-to-create-gift-vouchers.md)


---

# 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://guide.openfoodnetwork.org/hub-management-tips/how-tos.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.
