> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/tasks/configure-task-overview-fields.md).

# Configure task overview fields

Task overview fields help employees see the right information at a glance.

This keeps the mobile task list focused and easier to scan.

### Examples of useful fields

Depending on your setup, the task overview can show fields such as:

* task name
* status
* priority
* due date
* category
* owner or employee assignment
* linked records

{% stepper %}
{% step %}

### Open the app settings

Open the area where task overview fields can be configured.
{% endstep %}

{% step %}

### Select the fields

Choose which fields should appear in the task list.
{% endstep %}

{% step %}

### Reorder if needed

Move the fields into the order that works best.
{% endstep %}

{% step %}

### Save the layout

Save the new overview setup.
{% endstep %}
{% endstepper %}

### Why this helps

* employees see the most relevant details faster
* the task list stays easier to scan
* each team can focus on the fields that matter most

### Frequently asked questions

<details>

<summary>Can every employee use the same field setup?</summary>

That depends on your app setup and policies.

In some environments, the layout can be user-specific.

</details>

<details>

<summary>Does this change the BackOffice overview too?</summary>

No.

This article focuses on the mobile overview.

</details>

<details>

<summary>Which field should always stay visible?</summary>

The task name is usually the most important field to keep visible.

</details>

### Related topics

* [**Tasks**](/marketplace-packages-and-power-ups/power-ups/tasks.md)
* [**Use tasks in the mobile app**](/marketplace-packages-and-power-ups/power-ups/tasks/use-tasks-in-the-mobile-app.md)
* [**Configure task device policies**](/marketplace-packages-and-power-ups/power-ups/tasks/configure-task-device-policies.md)


---

# 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://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/tasks/configure-task-overview-fields.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.
