# Alterando Estoque de Produto

Clique em "**Produtos -> Listagem de Produtos**" e clique no estoque atual da coluna "**Estoque**":

![](/files/-M8gimW0bjsEOxx8E5ta)

Será aberto um campo para edição:

![](/files/-M8gioZAFY6ppXGJdhAz)

Neste campo, preencha a **quantidade que você deseja alterar** e clique na **seta** indicando se você deseja **remover ou adicionar** estoque.

## Adicionando Estoque

Neste exemplo **o produto tem 100 unidades** em estoque, e **queremos adicionar 23** unidades (*Ficando 123*):

![](/files/-M8gir2IPcEPzDjMYC6f)

## Removendo Estoque

Neste exemplo **o produto tem 100 unidades** em estoque, e **queremos remover 70** unidades (*Ficando 30*):

![](/files/-M8gisDerSgJGgjpUZZw)


---

# 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://ajuda.toplojas.com.br/produtos/alterando-estoque-de-produto.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.
