# Viewing Timing Session in the Cloud

With the RUFUS Timing App, you can easily access your timing sessions from anywhere through your RUFUS Cloud account. Follow these steps to view timing sessions that have been synced to the cloud.

## Step 1: Log in to Your RUFUS Cloud Account

* Open your web browser and navigate to [cloud.runonrufus.com](https://cloud.runonrufus.com).
* Log in using your credentials to access your RUFUS Cloud account.

## Step 2: Go to the Devices View

* After logging in, navigate to the **Devices** view.
* You will see a list of devices that are bound to your account.
* Select the **card** corresponding to the RUFUS Timing App that you want to view. This card will show general information such as the number of available sessions (as shown in the screenshot provided).

<figure><img src="/files/oMFJfDzyq7qSAWH8BMDO" alt=""><figcaption><p>Device Card</p></figcaption></figure>

## Step 3: Explore the Sessions

<figure><img src="/files/u9HLmunCwDeTJmDcO5Su" alt=""><figcaption><p>Device View</p></figcaption></figure>

* Once inside the **Device View**, you will see a list of all available timing sessions for that device. Here, you can see details like the number of passings the session has, timestamp of the last passing.
* Click on the session you want to explore to open the **Session View**.&#x20;

## Step 4: Export the Session File

<figure><img src="/files/sFS1ws5uw8yMNZdt3Ogx" alt=""><figcaption><p>Session View</p></figcaption></figure>

* Inside the **Session View**, you also have the option to **Download CSV file** to export the session data.
* The exported **.csv** file will have the same format as the one produced by the app, including all passings and associated information.

***

By accessing your timing sessions in the cloud, you can easily manage, analyze, and share your race data from any device with an internet connection.


---

# 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://help.runonrufus.com/rufus-timing-app/session-management/viewing-timing-session-in-the-cloud.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.
