# How to integrate a website

## Prerequisite

You have already started your Docker container with the mount path if you followed the instructions.&#x20;

```
-v /opt/restreamer/data:/core/data
```

{% hint style="info" %}
The */core/data* folder represents the root directory for the Restreamer, accessible via the URL: [http://restreamer-url/](<http://restreamer-url/ >)
{% endhint %}

### Step 1

Make website (index.html) accessible

Copy your website files into the mount path:&#x20;

```
/opt/restreamer/data
```

### Step 2

Now the page is active.

{% hint style="info" %}
The address is <http://restreamer-url/>
{% endhint %}

## Learn more

{% content-ref url="/pages/-MXb\_BFQq0tV8S0Onai7" %}
[Installing](/restreamer/installing/minimum-requirements.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M\_uA53Pks3B1GyDSBc8" %}
[Manual](/restreamer/knowledge-base/manual.md)
{% endcontent-ref %}


---

# 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://docs.datarhei.com/restreamer/knowledge-base/user-guides/how-to-integrate-a-website.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.
