> For the complete documentation index, see [llms.txt](https://docs.maitredpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maitredpos.com/maitred/maitred-complete-online-documentation/chap-6-system-configuration/view/options/restaurant.md).

# Restaurant

### **Restaurant**

**Header**

Type in the restaurant name that you want to display in the header of the customer invoice and all of your reports. You are not allowed to modify this information after the activation of the software.

**Code**

Define here the restaurant code; this code will be used in the ASCII transfer and the CCM Module.

**Extended Code:**

Type in the name you want to use for exportation file.

**Type**

Define here a restaurant type (one character) for the restaurant unit selected. This field could be used to group different store such as type A, B, C (A=Fast-Food, B=Fine Dining).

**Fix Cost**

Enter here a daily fixed cost for the restaurant unit selected.

**Royalty (%)**

Define here the royalty percentage that should be use for the reports in the CCM module for the Head Office.

**With Royalties**

Enable this option if this entry from the database should be included in the royalty count.

**Address 1-2-3**

Type in the address of your restaurant, this information will be used in the Account Receivable statement.

**City**

Type in the city name.

**Country**

Type in the country name

**Siret**

Type in the SIRET code for NF525 compliance.

{% hint style="info" %}
NOTE: France NF525 Only.
{% endhint %}

**Code NAF**

Type in the NAF code for NF525 compliance.

{% hint style="info" %}
NOTE: France NF525 Only.
{% endhint %}

**TVA**

Type in your Code TVA for NF525 compliance.

{% hint style="info" %}
NOTE: France NF525 Only.
{% endhint %}

**Payment Proof Label**

Type in the label that will appear on proof of purchase (receipts) for NF525 compliance.

{% hint style="info" %}
NOTE: France NF525 Only.
{% endhint %}


---

# 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://docs.maitredpos.com/maitred/maitred-complete-online-documentation/chap-6-system-configuration/view/options/restaurant.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.
