# Remote.It

## Remote.It

- [Overview](https://docs.remote.it/introduction/readme.md)
- [Get Started](https://docs.remote.it/introduction/get-started.md)
- [Platforms & Packages](https://docs.remote.it/introduction/get-started/platforms-and-packages.md)
- [Use Cases](https://docs.remote.it/introduction/get-started/use-cases.md)
- [Glossary of Terms](https://docs.remote.it/introduction/glossary-of-terms.md)
- [Bluetooth Wifi Onboarding Package (r3onboard)](https://docs.remote.it/software/bluetooth-wifi-onboarding-package-r3onboard.md)
- [Device Package](https://docs.remote.it/software/device-package.md)
- [Supported Platforms](https://docs.remote.it/software/device-package/supported-platforms.md)
- [Installation](https://docs.remote.it/software/device-package/installation.md)
- [Usage](https://docs.remote.it/software/device-package/usage.md)
- [NPM Package](https://docs.remote.it/software/npm-package.md): Socket-Link 🔗 is the Remote.It NodeJS package for creating fast secure remote connections in your application or workflow.
- [CLI](https://docs.remote.it/software/cli.md)
- [Supported Platforms](https://docs.remote.it/software/cli/supported-platforms.md)
- [Installation](https://docs.remote.it/software/cli/overview.md)
- [Docker](https://docs.remote.it/software/docker.md)
- [Remote.It Agent](https://docs.remote.it/software/docker/remote.it-agent.md)
- [Remote.it Docker Extension](https://docs.remote.it/software/docker/remote.it-docker-extension.md)
- [Desktop](https://docs.remote.it/software/desktop.md)
- [Installation](https://docs.remote.it/software/desktop/overview-and-installation.md)
- [Web Portal & Mobile](https://docs.remote.it/software/web-portal-and-mobile.md)
- [Custom Solutions](https://docs.remote.it/software/custom-solutions.md)
- [Services](https://docs.remote.it/features/services.md)
- [SSH](https://docs.remote.it/features/services/ssh.md)
- [RDP and VNC](https://docs.remote.it/features/services/rdp-and-vnc.md)
- [SMB and CIFS](https://docs.remote.it/features/services/smb-and-cifs.md)
- [HTTP/S](https://docs.remote.it/features/services/http-s.md)
- [Database](https://docs.remote.it/features/services/database.md)
- [Redis](https://docs.remote.it/features/services/redis.md)
- [UDP](https://docs.remote.it/features/services/udp.md)
- [VPN](https://docs.remote.it/features/services/vpn.md)
- [Connection Options](https://docs.remote.it/features/connection-options.md)
- [LAN Sharing](https://docs.remote.it/features/connection-options/lan-sharing.md)
- [Jump Service](https://docs.remote.it/features/connection-options/jump-service.md)
- [Peer-2-Peer & Proxy](https://docs.remote.it/features/connection-options/peer-2-peer-and-proxy.md)
- [Logging](https://docs.remote.it/features/logging.md)
- [Organizations](https://docs.remote.it/features/organizations.md)
- [Authentication](https://docs.remote.it/developer-tools/authentication.md)
- [API](https://docs.remote.it/developer-tools/api.md)
- [Using Developer Tools](https://docs.remote.it/developer-tools/api/using-developer-tools.md): There are multiple developer tool IDEs such as Insomnia, Postman, and Altair. Here are examples using Insomnia and Postman.
- [Usage](https://docs.remote.it/developer-tools/api/usage.md)
- [Devices and Services](https://docs.remote.it/developer-tools/api/usage/devices-and-services.md)
- [Event Logs](https://docs.remote.it/developer-tools/api/usage/event-logs.md)
- [Connections](https://docs.remote.it/developer-tools/api/usage/usage-examples.md)
- [Access Keys](https://docs.remote.it/developer-tools/api/usage/access-keys.md)
- [Device Sharing](https://docs.remote.it/developer-tools/api/usage/device-sharing.md)
- [Custom Attributes](https://docs.remote.it/developer-tools/api/usage/custom-attributes.md)
- [Scripting](https://docs.remote.it/developer-tools/api/usage/scripting.md)
- [CLI Usage](https://docs.remote.it/developer-tools/cli-usage.md)
- [Webhooks](https://docs.remote.it/developer-tools/webhooks.md)
- [Slack Integration](https://docs.remote.it/developer-tools/webhooks/slack-integration.md)
- [Docker](https://docs.remote.it/developer-tools/docker.md)
- [Device Scripting](https://docs.remote.it/developer-tools/device-scripting.md)
- [Zero-Trust AWS Access](https://docs.remote.it/developer-tools/zero-trust-aws-access.md)
- [AWS RDS (Postgres and MySQL)](https://docs.remote.it/developer-tools/zero-trust-aws-access/aws-rds-postgres-and-mysql.md)
- [Zero Trust Azure Cloud Access](https://docs.remote.it/developer-tools/zero-trust-azure-cloud-access.md)
- [Zero Trust Google Cloud Access](https://docs.remote.it/developer-tools/zero-trust-google-cloud-access.md)
- [Overview](https://docs.remote.it/oem-and-bulk-provisioning/overview.md)
- [Auto Registration into Your Account](https://docs.remote.it/oem-and-bulk-provisioning/auto-registration-into-your-account.md)
- [Create a Product](https://docs.remote.it/oem-and-bulk-provisioning/auto-registration-into-your-account/create-a-product.md)
- [Production Image](https://docs.remote.it/oem-and-bulk-provisioning/auto-registration-into-your-account/registration-with-pre-configured-services.md)
- [Field Production](https://docs.remote.it/oem-and-bulk-provisioning/auto-registration-into-your-account/field-production.md)
- [Registration into a User's Account](https://docs.remote.it/oem-and-bulk-provisioning/registration-into-a-users-account.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.remote.it/introduction/readme.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.
