# Simulating Progress Bar

## From: [iNetAjmer](http://community.appybuilder.com/u/inetajmer) - Last update: Aug, 15, 2017

If you want to show the progress bar with clock timer event then it would be very simple and there are lots of ways to achieve this. For example using slider component or to make it more graphical it can be done using canvas.

This tutorial shows you how to use simple methods using Label and HorizontalArrangement layout:.

![](http://community.appybuilder.com/uploads/default/original/2X/8/850d534788f40b5b52d6907952fe9eeaa556e2bb.png)

![](http://community.appybuilder.com/uploads/default/optimized/2X/9/9878d1ba83cde88d4ad82802839343f17b4449f3_1_690x324.png)

The .aia file is also attached here [ProgressBarExample.aia](http://community.appybuilder.com/uploads/default/original/2X/3/34cdfecb9549c74d6712495685093429c705f32c.aia) (2.8 KB)


---

# 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://help.appybuilder.com/tutorials/basic/simulating-progress-bar.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.
