> 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/portuguesbr/versoes-mais-antigas/visao-geral-das-alteracoes-versoes-mais-antigas/visao-geral-de-mudancas-da-versao-2022.2/novas-colunas-da-pagina-inicial.md).

# Novas Colunas da Página Inicial

Nós adicionamos algumas opções adicionais de colunas padrão para a página inicial no Gerenciador de Trabalho. Dê uma olhada nelas e em como adicioná-las à sua visualização:

{% embed url="<https://media.enate.net/What'sNew2022.2/NewGridColumnsPTBR.mp4>" %}

Essas colunas adicionais, junto com muitas outras que já estão disponíveis, permitem que você tenha maior agilidade para gerenciar os trabalhos da sua equipe em um nível superior e multi-linhas sem ter que detalhar itens específicos, e permitem localizar mais facilmente trabalhos relevantes diretamente da grade.

As novas opções de coluna são:

* Contato Primário – a principal pessoa a contatar acerca da solicitação em andamento.
* Solicitante – a pessoa que realizou a solicitação originalmente
* Sujeito – a pessoa de quem o item de trabalho se trata
* Último e-mail recebido – a data e hora em que o ultimo e-mail do item de trabalho foi recebido
* Último remetente de e-mail - os detalhes da última pessoa que enviou um e-mail relacionado ao item de trabalho. Se o usuário já está no sistema, essa coluna irá mostrar seu nome, caso contrário mostrará seu endereço de e-mail.

{% hint style="info" %}
Note, por favor, que as colunas ‘Último e-mail recebido’ e ‘Último remetente de e-mail’ não irão incluir e-mails compartilhados de um item de trabalho vinculado.
{% 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/portuguesbr/versoes-mais-antigas/visao-geral-das-alteracoes-versoes-mais-antigas/visao-geral-de-mudancas-da-versao-2022.2/novas-colunas-da-pagina-inicial.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.
