# Remote Login URLs

### Example URL: **Remote Login to App Home Dashboard**

{% tabs %}
{% tab title="Plaintext" %}
{% code overflow="wrap" %}

```
https://discover.r1learning.com/account/dashboard?rlt=[RLT]&rlt_uid=[USERID]
```

{% endcode %}
{% endtab %}
{% endtabs %}

### Example URL: **Remote Login to View Topic & Activity List**

{% tabs %}
{% tab title="Plaintext" %}
{% code overflow="wrap" %}

```
https://discover.r1learning.com/account/topics?rlt=[RLT]&rlt_uid=[USERID]
```

{% endcode %}
{% endtab %}
{% endtabs %}

### Example URL: **Remote Login to Play a Video**

{% tabs %}
{% tab title="Plaintext" %}
{% code overflow="wrap" %}

```
https://discover.r1learning.com/video-library/video/play?topic=Topic_ID&rlt=[REMOTE_LOGIN_TOKEN]&rlt_uid=[USER_ID]
```

{% endcode %}
{% endtab %}
{% endtabs %}

### Example URL: **Remote Login to Take an Activity**

{% tabs %}
{% tab title="Plaintext" %}
{% code overflow="wrap" %}

```
https://discover.r1learning.com/activity/identify-my-values/start/?rlt={REMOTE_LOGIN_TOKEN}&rlt_uid={USER_ID}
```

{% endcode %}
{% endtab %}
{% endtabs %}

### Example URL: **Remote Login to View Completed Activity Report**

This login can be used for a user to view their own reports, or an admin to view one of their user's completed reports.

{% tabs %}
{% tab title="Plaintext" %}
{% code overflow="wrap" %}

```
https://discover.r1learning.com/values/identify-my-values/report/22988?rlt=[RLT]&rlt_uid=[USERID]
```

{% endcode %}
{% endtab %}
{% endtabs %}

### Example URL: **Remote Login for Admin to View A User's Dashboard**&#x20;

{% tabs %}
{% tab title="Plaintext" %}
{% code overflow="wrap" %}

```
https://discover.r1learning.com/account/member-activities?hash=user-dashboard&user_id=7040&rlt=[RLT]&rlt_uid=[USERID]
```

{% endcode %}
{% endtab %}
{% endtabs %}

### Example URL: **Remote Login for Admin to View Company Dashboard**&#x20;

{% tabs %}
{% tab title="Plaintext" %}
{% code overflow="wrap" %}

```
https://discover.r1learning.com/account/company-dashboard?rlt=[RLT]&rlt_uid=[USERID]
```

{% endcode %}
{% endtab %}
{% endtabs %}


---

# 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://docs.discover.r1learning.com/remote-login-urls.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.
