> For the complete documentation index, see [llms.txt](https://fytex.gitbook.io/fyzap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fytex.gitbook.io/fyzap/atendimentos/anotacao-tickets.md).

# Anotação Tickets

## Anotação Tickets

Durante o atendimento, é possível **criar anotações internas nos tickets**. Essas anotações **não são enviadas ao cliente** e servem apenas para uso interno da equipe.

Elas ficam visíveis na **tela de atendimento**, ajudando os atendentes a registrar informações importantes sobre o que está acontecendo no atendimento.

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FqkUSEYSa8Qhv1VD0yDlg%2Fimage.png?alt=media&amp;token=2e217e3b-8e9a-4cea-9256-f1066b0736df" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2F25BG7n2LfHMWMkhwVXkk%2Fimage.png?alt=media&amp;token=9246f79e-bed4-400c-9914-d21f74ca1d57" alt=""><figcaption></figcaption></figure>

***

### 🔔 Notificação para usuários ou equipes

Ao criar uma anotação, você pode **marcar um usuário ou uma equipe**. Quando isso é feito, o sistema envia automaticamente um **aviso no chat interno**, notificando outros colaboradores sobre a anotação realizada.

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FmjWyYtHNJ8bVq4MzmiWc%2Fimage.png?alt=media&amp;token=4c5f8477-e274-40f7-82ba-bcb9c4ba2a8d" alt=""><figcaption></figcaption></figure>

***

### 📊 Anotações nos relatórios

Todas as anotações feitas nos tickets também podem ser **acompanhadas nos relatórios**, facilitando auditorias, análises de atendimento e acompanhamento histórico.

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FN5z7rXphpmPNNoCOBubt%2Fimage.png?alt=media&amp;token=6d1e9e85-51e1-486b-a387-1eb325a34d4a" alt=""><figcaption></figcaption></figure>

***

### 👤 Anotações na edição de contatos

Além da tela de atendimento, as anotações também podem ser **visualizadas na edição de contatos**, permitindo que qualquer atendente tenha acesso ao histórico interno relacionado ao cliente.

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FRJMzG5Fcnu6nXtf0XiKV%2Fimage.png?alt=media&amp;token=9b925f4f-df3c-4e3e-9a87-1f5eef36721c" alt=""><figcaption></figcaption></figure>

***

### ✅ Por que usar anotações?

As anotações são muito úteis para:

* Registrar ocorrências importantes durante o atendimento
* Compartilhar informações entre atendentes e equipes
* Manter histórico interno sem impactar o cliente
* Facilitar acompanhamento e organização do atendimento

💡 **Recomendado** para atendimentos em equipe ou casos que exigem acompanhamento contínuo.


---

# 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://fytex.gitbook.io/fyzap/atendimentos/anotacao-tickets.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.
