# Track progress

## Track Key Result progress

* **Update status and values manually:**
  * **Status**: on track, at risk, off track
  * **Values**: start value, actual value, target value
  * **OKR score**: automatically computed ( `(actual - starting) / (target - starting) * 100)`) or manually adjusted (including custom formats like emojis)
* **Link to launches:**
  * Link Key Results to relevant launches using the hamburger menu > "**Link launches**"
  * View high-level status of linked launches to understand how delivery progress impacts Key Result achievement
* **Add the link to an external tracking dashboard** by clicking on the ascending arrow icon next to the hamburger menu

## Key Result details panel

Each Key Result includes a right panel with:

* **Key Resrult metadata**
* **Historical performance**
  * Period-by-period tracking of actual values, target values, and status
  * Percentage change calculations
  * Timeline of progress updates
* **Qualitative updates**
  * Context about why Key Results are on/off track
  * Visible to all users

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


---

# 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.withluna.ai/goals/track-progress.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.
