# APIs

- [API Overview](https://learn.totalcross.com/documentation/apis/visao-geral-da-api.md): Short description about the Totalcross API
- [API Rest](https://learn.totalcross.com/documentation/apis/api-rest.md)
- [Asynchronous Task](https://learn.totalcross.com/documentation/apis/asynchronous-task.md): Executing background tasks in order to not lock the Main Thread.
- [Camera](https://learn.totalcross.com/documentation/apis/camera.md)
- [Control](https://learn.totalcross.com/documentation/apis/control.md)
- [Main Window](https://learn.totalcross.com/documentation/apis/control/main-window.md)
- [Window](https://learn.totalcross.com/documentation/apis/control/window.md)
- [Container](https://learn.totalcross.com/documentation/apis/control/container.md)
- [GPS](https://learn.totalcross.com/documentation/apis/gps.md)
- [HTTPS and SSL](https://learn.totalcross.com/documentation/apis/https-and-ssl.md)
- [JSON](https://learn.totalcross.com/documentation/apis/json.md)
- [Maps](https://learn.totalcross.com/documentation/apis/maps.md)
- [Maps - Deprecated](https://learn.totalcross.com/documentation/apis/maps/maps.md)
- [Static Map](https://learn.totalcross.com/documentation/apis/maps/static-map.md)
- [Material Design Standards](https://learn.totalcross.com/documentation/apis/material-design-standards.md)
- [Ninepath](https://learn.totalcross.com/documentation/apis/ninepath.md)
- [Notifications](https://learn.totalcross.com/documentation/apis/notifications.md)
- [PrinterManager](https://learn.totalcross.com/documentation/apis/cielo.md)
- [Push Notification Firebase](https://learn.totalcross.com/documentation/apis/push-notification-firebase.md)
- [Scanner](https://learn.totalcross.com/documentation/apis/barcode-scanner.md)
- [SOAP](https://learn.totalcross.com/documentation/apis/soap.md)
- [Socket](https://learn.totalcross.com/documentation/apis/socket.md)
- [SocketServer](https://learn.totalcross.com/documentation/apis/socketserver.md)
- [SQLite Encryption](https://learn.totalcross.com/documentation/apis/sqlite-encryption.md)
- [QR Code Generator](https://learn.totalcross.com/documentation/apis/qr-code-generator.md)
- [totalcross.sys](https://learn.totalcross.com/documentation/apis/totalcross.sys.md)
- [Youtube API](https://learn.totalcross.com/documentation/apis/youtube-api.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://learn.totalcross.com/documentation/apis.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.
