# Progress Circle

## Overview

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

## Usage

### When to use this component?

Progress circles are used in interfaces to indicate the completion status of ongoing tasks or processes, such as loading sequences, file uploads, or progress toward goals. They offer a quick, visual representation of progress in a compact and visually appealing format.

### How it works

A progress circle component displays a circular indicator that gradually fills as the task progresses. It may include optional elements like labels to provide context. The progress circle can be customized to reflect different values, label visibility, and sizes to suit various design needs.

## Anatomy

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

### Anatomy Options

**Progress Fill**: The filled portion of the circular bar that visually represents the percentage of the task completed. It fills proportionally to indicate progress.

**Background**: The unfilled section of the circular path, providing a contrast to the Progress Fill and representing the remaining portion of the task.

**Percentage Label**: Centered within the circle, this label displays the completion percentage in numerical format, giving users an exact measure of progress.

## Dos and Don'ts

| Dos                                                                                       | Don'ts                                                                           |
| ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| Use progress circles to show the completion status of ongoing tasks in a circular format. | Don't use progress circles for tasks that do not involve progressive completion. |
| Ensure the progress circle is large enough to be easily noticeable.                       | Don't make the progress circle too small or difficult to see.                    |
| Label the progress circle clearly to indicate what it is tracking.                        | Avoid using ambiguous or unclear labels for progress circles.                    |
| Provide clear visual feedback as the progress circle fills.                               | Don't leave users guessing about the status of the task.                         |
| Use consistent styling and spacing across all progress circles in the application.        | Don't use inconsistent styles that may confuse users.                            |
| Update the progress circle in real-time as the task progresses.                           | Don't use progress circles if you cannot provide real-time updates.              |


---

# 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://designsystem.dubai.ae/components/progress-indicators/progress-circle.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.
