> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2022.2-changes-overview/work-manager-changes/new-homepage-grid-columns.md).

# New Homepage Grid Columns

We have added some additional standard column options for the homepage grid in Work Manager. Check these out and how to add them to your standard grid view:

{% embed url="<https://media.enate.net/WorkManager/3HomePage/NewGridColumns.mp4>" %}

These additional columns, along with the many others already available, give you more ability to manage you and your teams work items at a higher 'multi-line' level without having to drill into specific items, and lets you better locate relevant work directly from the grid.

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FqFSCul6f34f6TdONdJGK%2Fimage.png?alt=media\&token=656fb761-fdbd-43d1-938d-cb100009836b)

These new column options are:

* **Primary Contact** - the main person to contact about the request ongoing
* **Requester** - the person who originally made the request
* **Subject** - the person who the work it item is *about*
* **Last Email Received** - the date and time the last email of a work item was received
* **Last Email Sender** - the details of the last person who sent an email relating to a work item. If the user is already in the system, this column will display their name., otherwise this column will display their email address.

{% hint style="info" %}
Please note that the 'Last Email Received' and 'Last Email Sender' columns will not include emails shared from a linked work item.
{% endhint %}


---

# 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://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2022.2-changes-overview/work-manager-changes/new-homepage-grid-columns.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.
