# Platforms and roles

### Platforms

NeoPORT supports 5 roles, across web and mobile (Android) platforms.

* Web-only access: SysAdmin
* Mobile-only access: Transporter and Receiver
* Web + mobile access: Sender

### Roles

The actions available to each role differ, as summarized below:&#x20;

<table data-header-hidden><thead><tr><th width="117"></th><th></th><th></th><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td>Role</td><td>Initiate transport</td><td>Monitor vitals</td><td>Accept infant</td><td>Close transport</td><td>Message others</td><td>Create Sender</td></tr><tr><td>Sys Admin</td><td>✅</td><td> </td><td> </td><td> </td><td> </td><td>✅</td></tr><tr><td>Sender Admin</td><td>✅</td><td> </td><td> </td><td> </td><td> </td><td>✅</td></tr><tr><td>Sender</td><td>✅</td><td> </td><td> </td><td> </td><td>✅</td><td> </td></tr><tr><td>Trans-porter</td><td> </td><td>✅</td><td> </td><td> </td><td>✅</td><td> </td></tr><tr><td>Receiver</td><td> </td><td> </td><td>✅</td><td>✅</td><td>✅</td><td> </td></tr></tbody></table>

&#x20;


---

# 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://www.neoport.org/platforms-and-roles.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.
