> For the complete documentation index, see [llms.txt](https://docs.remote.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.remote.it/developer-tools.md).

# Developer Tools

- [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)


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.remote.it/developer-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
