# QUICK START

- [Installation](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/installation.md)
- [Register mapping](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/register-mapping.md)
- [Default P1 mapping](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/register-mapping/default-p1-mapping.md): This is the normal P1 Modbus Dongle mapping from the non-emulation firmware.
- [Default float mapping](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/register-mapping/default-float-mapping.md): This is the default FLOAT emulation mapping. It exposes a compact float-based layout.
- [ABB B21](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/register-mapping/abb-b21.md): This mapping emulates the ABB B21 meter.
- [DTSU666 emulation](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/register-mapping/dtsu666-emulation.md): This mapping emulates a DTSU666 style meter.
- [EM330 / EM340 emulation](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/register-mapping/em330-em340-emulation.md): This mapping emulates an EM330/EM340 style meter.
- [Inepro / KLEFR 6924 emulation](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/register-mapping/inepro-klefr-6924-emulation.md): This mapping emulates the KLEFR 6924 style layout.
- [Schneider Charge Pro emulation](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/register-mapping/schneider-charge-pro-emulation.md): This mapping emulates the Schneider Charge Pro layout that is used for charger integrations.
- [SDM630 Emulation](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/register-mapping/sdm630-emulation.md): This mapping emulates an Eastron SDM630 style meter.
- [P1MB - Wallbox](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/register-mapping/p1mb-wallbox.md)
- [Update](https://docs.smart-stuff.nl/p1-modbus-dongle/quick-start/update.md)


---

# 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.smart-stuff.nl/p1-modbus-dongle/quick-start.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.
