> For the complete documentation index, see [llms.txt](https://guide.taskopad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.taskopad.com/fundamentals/task/task-creation-process/completion-of-task-in.md).

# Completion of Task in %

***How to enable % completion of the task:***

Go to the settings menu from the master setup creation page.

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

Click on General setting and Select **Yes** to enable the feature % completion of the task.

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

***How to change the % of task:*** Now go to task and change the % from the top so that the creator of the task will get to know about the **Progress** of the task.

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

You can also Customize the task list to view the Progress in the form of a percentage (%) on the dashboard itself.

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

***Filter & Sort:*** You can also filter from the top according to the number of percentages you want to see. It can be selected on multiple bases as well.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.taskopad.com/fundamentals/task/task-creation-process/completion-of-task-in.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
