# Adicionar mensagens ou anexos à tarefa

## Como adicionar uma mensagem ou anexo a uma tarefa por API?

Para realizar essa operação, você pode:

1. Utilizar as API de [Adicionar anexos a uma solicitação](/zeev/apis/all/instances/files.md) ou [Listar ou adicionar mensagens em  solicitação](/zeev/apis/all/instances/messages.md) para adicionar essas informações a uma solicitação em andamento
2. Utilizar a API de [Finalizar uma tarefa pendente](/zeev/apis/all/assignments/finish.md) por API, enviando as mensagens e anexos junto as instruções de finalização da tarefa


---

# Agent Instructions: 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:

```
GET https://kb.stoque.com.br/zeev/apis/all/assignments/adicionar-mensagens-ou-anexos-a-tarefa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
