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

# API Guide: Remote Logins

### Introduction <a href="#introduction" id="introduction"></a>

The Remote Login Integration feature empowers technology partners to seamlessly integrate R1 Learning's video and activity content into their own applications. By utilizing Remote Login Tokens (RLT) and User IDs, partners can ensure a smooth and secure workflow for shared clients, enabling them to access R1 Learning resources directly within their platforms.

### Purpose <a href="#purpose" id="purpose"></a>

To provide detailed guidance on how to implement the Remote Login Integration, ensuring a streamlined user experience and secure access to R1 Learning’s content via iFrames within partner applications.

### Contents <a href="#contents" id="contents"></a>

[Generating Remote Login Tokens](/remote-login-integration/generating-remote-login-tokens.md)

To begin with Remote Login Integration, you need to generate Remote Login Tokens (RLT). This section provides step-by-step instructions on how to generate these tokens within your R1 Discover Tech Partner Account. You will find details on accessing the necessary tabs and icons within the platform to successfully generate and manage RLTs for your integrations.

[Implementing Video Integration](/implementing-video-integration.md)

Learn how to integrate R1 Learning videos into your application using Remote Login Tokens. This section outlines the process of appending the RLT and User ID to video URLs, enabling seamless playback within your application’s iFrame. The guide includes instructions on constructing URLs for video integration.

[Implementing Activity Integration](/implementing-activity-integration.md)

This section covers the steps to integrate R1 Learning activities into your application. By appending the Remote Login Tokens and User IDs to the activity URL, you can have your users take R1 Learning’s activities directly from your platform within your applications iFrame. The guide includes instructions on constructing URLs for activity integration.

[Additional Notes and Considerations](/additional-notes-and-considerations.md)

Explore important notes and additional considerations for using the Remote Login Integration. This section highlights key points such as token management, security best practices, and troubleshooting tips to ensure the integration is robust and secure. It also includes guidelines on how to handle multiple companies and the need for token refreshes.


---

# 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:

```
GET https://docs.discover.r1learning.com/api-guide-remote-logins.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.
