# Pending Task List

The Pending Tasks widget displays pending tasks such as some approval items. Users can access the full list of tasks awaiting completion by clicking on "See full task list". Upon clicking the "Go" button, users will be redirected to the corresponding system.

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

The Pending Tasks drop-down functions are as follow:

1. **Refresh**: Refresh the list to see the most update pending task from different system
2. **Pending Task**: By clicking the "Go" button, users will be redirected to the corresponding system.
3. **"See full task list"** button: User will be redirected to the "Task List" page which list out all the pending task and completed task.


---

# 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://userguide.hku.hk/staffportal/widget-and-features/pending-task-list.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.
