# Local Deploy

## Prerequisites

* Lampix and a development machine in the same network

## Uploading

* Create a `.zip` file with the structure outlined [here](/application-development/deploying/application-structure.md)
* Find out Lampix's IP
* Open a web browser on the development machine
* Go to `http://<ip>:8888/apps`
* Click the first button to select a `.zip` file
* Click upload - there should be a message like "Upload successful!"
* Restart Lampix - uploading new apps does not have immediate effect in order to not disrupt currently running experiences&#x20;


---

# 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://api.lampix.co/application-development/deploying/local-upload.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.
