# Installation

**Prerequisites**

* Docker must be installed on your system.

**Installation Steps**

* Pull the latest Docker image:

`sudo docker pull rasterscan/floor-plan-recognition:latest-cpu`

* Run the container:

`sudo docker run --name rasterscan-service -d -p 8888:8888 rasterscan/floor-plan-recognition:latest-cpu`

**Access the Service**

Once running, the service will be available at:

{% embed url="<http://localhost:8888>" %}

**Support**

If you encounter any issues during installation, please contact <contact@rasterscan.com> or refer to our troubleshooting guide.


---

# 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.rasterscan.com/getting-started/installation.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.
