> For the complete documentation index, see [llms.txt](https://ascend-labs-1.gitbook.io/ascend-labs-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ascend-labs-1.gitbook.io/ascend-labs-documentation/screens/home.md).

# Home

## Overview

The home screen shows a big list of all the test you've done to date. This can be filtered to show only assigned or unassigned tests via the selector at the top.

<figure><img src="/files/pQiKSTSFHhPfQPzq4sq2" alt="" width="563"><figcaption></figcaption></figure>

## Deleting Test Data

Test data can be deleted from this screen by tapping on the three dots next to a test and selecting **Delete**.

<figure><img src="/files/1MvJZjbew9cGmH0NywD2" alt="" width="211"><figcaption></figcaption></figure>

## Assigning Test Data

If you have an unassigned test in the list, you can assign it from this screen by tapping the three dots next to a test and selecting Assign

<figure><img src="/files/nrsJM3tXpH11fRSNtvjE" alt=""><figcaption></figcaption></figure>

## Using the home screen to quick select athlete and test profiles

Selecting a test from the home screen show that test's data in a popup.&#x20;

It will also select that combination of person + test profile in the primary selection component on the **Trends** and **Record** screens.

This can be a great workflow to go from "here's what you did last time" straight into performing new isometric tests.

<figure><img src="/files/upTkHhdFnxN9sD1xFu24" alt=""><figcaption></figcaption></figure>


---

# 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://ascend-labs-1.gitbook.io/ascend-labs-documentation/screens/home.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.
