> 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/settings.md).

# Settings

## Overview

There are three different tabs which show a variety of information. Your account email address will be displayed at the top of each screen.

### System

Delete person or test profiles, update firmware, and change system units.

### General

View our various policies, report and issue, and view the version of your current install.

### Account

View details about your account, reset passwords, logout.

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

## Changing system Units (Kg, Lbs, Newton)

You can change the display units to your preferred option.

<figure><img src="/files/sV8FAEwaPNntNTS1mAiU" alt="" width="375"><figcaption></figcaption></figure>

## Deleting Person Profiles

1. Tap Manage People.
2. Find the desired profile via the selection popup.
3. Select delete.

<figure><img src="/files/ORMolAFVlItFVJP8Q0e2" alt="" width="375"><figcaption></figcaption></figure>

## Deleting Test Profiles

1. Tap Manage Test profiles.
2. Find the desired profile via the selection popup.
3. Select delete.

<figure><img src="/files/28wvQRUnmTLkOnLSnHxx" alt="" width="375"><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/settings.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.
