# Advance SDK

- [Display Full-Screen API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/display-full-screen-api.md)
- [Block Status Bar API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/block-status-bar-api.md)
- [Capture Power Button API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/capture-power-button-api.md)
- [Learn Kiosk Mode](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/learn-kiosk-mode.md)
- [Set Language API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/set-language-api.md)
- [Set Display Sleep](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/set-display-sleep.md)
- [Turn Off Terminal API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/turn-off-terminal-api.md)
- [Change Administrator's Login Password](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/change-administrators-login-password.md)
- [Update Role Passwords API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/update-role-passwords-api.md)
- [Update Time Zone from IP](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/update-time-zone-from-ip.md)
- [Update Terminal Time Zone](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/update-terminal-time-zone.md)
- [Update Terminal Time](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/update-terminal-time.md)
- [Enable and Disable MTP](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/enable-and-disable-mtp.md)
- [Disable notification badges](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/disable-notification-badges.md)
- [Scheduled Terminal Reboot Setup](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/scheduled-terminal-reboot-setup.md)
- [Activate POS Hotspot](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/activate-pos-hotspot.md)
- [Enable/Disable Ethernet](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/enable-disable-ethernet.md)
- [Set Static Ethernet API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/set-static-ethernet-api.md)
- [Get ethernet Mac](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/get-ethernet-mac.md)
- [Enable/Disable Mobile Data API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/enable-disable-mobile-data-api.md)
- [Set Network Operators API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/set-network-operators-api.md)
- [Add APN API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/add-apn-api.md)
- [Set Preferred Network Type API](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/set-preferred-network-type-api.md)
- [Get Wifi Mac](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/get-wifi-mac.md)
- [Disable Navigation Bar](https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/disable-navigation-bar.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://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk.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.
