# Progress Indicator

Progress Indicators display the achievement progress of an Outcome at one glance. Depending on the Scope of the Outcome, they take slightly different forms. Below are the information items in Progress Indicators for each Outcome Scope category:

* **Uncertain Scope**
  * Number of Achieved Small Scope **Descendants** (if any)
  * Number of Total Small Scope **Descendants** (if any)
  * Number of Uncertain **Descendants** (if any)

![An example of Progress Indicator for an Uncertain Scope Outcome](/files/OqnDAMBwFIzeSVzBRmc7)

* **Small Scope**
  * Number of Achieved Tasks from the Outcome's Task List (if any)
  * Number of Total Tasks from the Outcome's Task List (if any)
  * Percentage of Achieved Tasks in relation to the total Tasks (if applicable)
  * Progress Circle (in Expanded View and Table View) or Progress Bar (In Map View)

![An example of Progress Indicator for a Small Scope Outcome ](/files/DMalogCfcJzLiinoxtdV)

* **Big Scope (Not Small or Uncertain)**
  * Number of Achieved Small Scope **Descendants** (if any)
  * Number of Total Small Scope **Descendants** (if any)
  * Percentage of Achieved Small Scope **Descendants** in relation to the total Small Scope Descendants (if applicable)
  * Progress Circle (in Expanded View and Table View) or Progress Bar (In Map View)

![An example of Progress Indicator for a Big Scope Outcome](/files/9qTkvBRtcVbymwsgQ4ar)

{% hint style="info" %}
Remember that **Descendants** are inclusive of all the Children as well as Children of Children (etc.) of an Outcome.&#x20;
{% endhint %}


---

# 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.acorn.software/outcomes/progress-indicator.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.
