diff --git a/source/_integrations/fully_kiosk.markdown b/source/_integrations/fully_kiosk.markdown
index 90a2f6d4aaf..f3a83283621 100644
--- a/source/_integrations/fully_kiosk.markdown
+++ b/source/_integrations/fully_kiosk.markdown
@@ -67,3 +67,24 @@ The following controls are available:
The Fully Kiosk Browser app does not provide feedback on the device volume or media playback status, so we are unable to display the current volume level or playback status.
+
+## Services
+
+**Service `load_url`**
+
+You can use the service `fully_kiosk.load_url` to have the tablet open the specified URL.
+
+| Service data attribute | Optional | Description |
+| ---------------------- | -------- | ----------- |
+| `device_id` | yes | Device ID (or list of device IDs) to load the URL on.
+| `url` | yes | The URL to load.
+
+Example:
+
+```yaml
+service: fully_kiosk.load_url
+data:
+ url: "https://home-assistant.io"
+target:
+ device_id: a674c90eca95eca91f6020415de07713
+```