> For the complete documentation index, see [llms.txt](https://oido.gitbook.io/hilfe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oido.gitbook.io/hilfe/help/settings/my-establishment.md).

# My establishment

<figure><img src="/files/Ds1pD1jtWs64SUck8BQM" alt=""><figcaption></figcaption></figure>

For all basic operational settings, select SETTINGS - My establishment.&#x20;

To enter your data, click on the “Edit” button.

***

### My establishment: Logo <a href="#mein-betrieb-logo" id="mein-betrieb-logo"></a>

Add a square image file in jpg or png format. A size of approx. 500 x 500 px provides the best results.&#x20;

The logo is used to display your company logo in the top left-hand corner of the menu and on the customer receipt.

<figure><img src="/files/1xXpd8l0L299vKEbkeva" alt=""><figcaption><p>Your logo appears on top of your product catalog</p></figcaption></figure>

***

### My establishment: Commercial name <a href="#mein-betrieb-markenname" id="mein-betrieb-markenname"></a>

Enter the brand name here, e.g. *Hotel Eden* or *Gabriele's salad dressings*.

The brand name is used in the menu at the top left and on the customer receipt as well as in your personal web address, e.g. <https://oido.me/gabrieles-saladdressings>.

***

### My establishment: URL-Slug <a href="#mein-betrieb-url-kuerzel" id="mein-betrieb-url-kuerzel"></a>

The URL Slug is your online address for sharing on your website or in social media. It is defined during registration.&#x20;

If your web address is already taken, OIDO will add a number to the name. In the URL abbreviation field, you can change your web address, e.g. to <https://oido.me/gabrieles-saladdressings-Kent.&#x20>;

You can copy your online address by clicking on the clipboard symbol.

***

### My establishment: Company description <a href="#mein-betrieb-firmenbeschreibung" id="mein-betrieb-firmenbeschreibung"></a>

The company description appears briefly on the loading screen together with your logo and company name.

Underneath enter your contact details.

***

### My establishment: Address <a href="#mein-betrieb-adresse" id="mein-betrieb-adresse"></a>

Enter the address of your point of sale here. This address will be displayed in the OIDO web shop on the customer's mobile phone under CONTACT.

{% hint style="info" %}
To ensure that your company address appears on the customer receipt or invoice, please enter the data in the settings under TAX.
{% endhint %}

***

### My establishment: terms and Conditions & Privacy Policy <a href="#mein-betrieb-link-zu-eigenen-datenschutzbedingungen" id="mein-betrieb-link-zu-eigenen-datenschutzbedingungen"></a>

OIDO provides [standard data protection conditions](https://dokumente.oido.me/privacy/) on the menu.\
If you wish to deviate from this, you must copy and paste a link to your own Terms and Privacy Policy of use here.

These links will be displayed at the bottom of the catalog.

<figure><img src="/files/w47ilwk766eeWLmDUK14" alt=""><figcaption><p>The product catalog contains links to the contact address as well as data protection and general terms and conditions.</p></figcaption></figure>

***

[‹ Return to the OIDO website](https://www.oido.me/en)


---

# 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://oido.gitbook.io/hilfe/help/settings/my-establishment.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.
