# PUBLISH YOUR ONLINE SHOP

{% hint style="success" %}
The OIDO online shop is online immediately upon registration at the URL <https://oido.me/name-ihres-shops>.
{% endhint %}

### 1. As a standalone website and web app

Your OIDO online store is published immediately and automatically. You can view your store here:

{% hint style="info" %}

```
https://oido.me/your-shop-name
```

{% endhint %}

You can share this address on social media, print it as a QR code on your business card or other promotional materials.

{% hint style="info" %}
Search engines need 1-2 months to include your shop.
{% endhint %}

### 2. Embedding as a page element on your website

To do this, enter this code into the corresponding page of your website:

```
// Some code<iframe 
  src="https://oido.me/the-hummus-shop" 
  width="75%" 
  height="600" 
  style="background-color: #cccccc; border: 2px solid #000; border-radius: 10px; aspect-ratio: 9/16;">
  Your browser does not support iframes.
</iframe>
```

### 3. Integration as a navigation point in your website

Create a navigation point “Shop” in your website and let it point to your OIDO address: <https://oido.me/**your-shop-name>\*\*

### 4. Connect to your own domain:

{% hint style="warning" %}
For security reasons, this navigation point must be activated by OIDO for your shop. Please send us an e-mail.
{% endhint %}

Enter the name of your own web address in the navigation point SETTINGS - OWN DOMAINS.

<figure><img src="/files/1R9uBVCtviUxT1BOy37t" alt=""><figcaption></figcaption></figure>

Follow the instructions, which you may have to set up with the help of your provider:

{% hint style="danger" %}
These steps are necessary to ensure that your OIDO online shop is transmitted to the customer securely and in encrypted form. Your provider will be happy to help you with the setup.
{% endhint %}

***

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


---

# 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://oido.gitbook.io/hilfe/help/publish-your-online-shop.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.
