> For the complete documentation index, see [llms.txt](https://docs.accentpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accentpos.com/hub/organisations/locations.md).

# Locations

Locations are indiviudal businesses within an organisation, for example a Restaurant, Bar or Coffee Shop.

{% hint style="info" %}
Locations can be managed by organisation admins
{% endhint %}

If you are an location manager, you will see your locations when you sign in to the Hub but you cannot edit the details. If you are an organisation admin, click on a location to view and manage it.

Click edit to change your location details. The fields you can edit are:

* Name
* Location type
* Contact email address
* Contact phone number
* Website
* Address
* Number of tables
* Tax number
* Currency (GBP by default)
* Locale (en-GB by default)
* Settings:
  * 'Can edit menus?' Allows location managers to edit the menu
  * 'Has a kitchen printer?' If enabled, kitchen prints are printed from the kitchen printer. If disabled, kitchen prints are printed from the main till iPad
  * 'Has a bar printer?' If enabled, bar prints are printed from the bar printer. If disabled, bar prints are printed from the main till iPad
* Service charge
  * Activate or disable automatic service charge
  * Choose which order types to apply the service charge to (Dine in, Quick Sale, Takeaway)
  * Service charge percentage
  * Minimum covers for dine in orders

![Edit a location](/files/PZdOuGhP0wyaJ8l1q33y)


---

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

```
GET https://docs.accentpos.com/hub/organisations/locations.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.
