> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/app-movel/ios-outsmart-app/visoes-gerais-dos-modulos/ordem-de-trabalho/materiais/armazens.md).

# Armazéns

## Armazéns

Use **Armazéns** para selecionar Artigos em stock de um armazém.

O mesmo ecrã também pode ser reutilizado para fluxos de seleção de Objeto e de armazém.

### O que você pode fazer

* selecionar Stock de um armazém disponível
* pesquisar e navegar por grupos de armazéns
* devolver um armazém selecionado nos fluxos do seletor

{% stepper %}
{% step %}

### Abrir **Armazéns**

Abrir **Materiais**, depois escolha **Armazéns**.
{% endstep %}

{% step %}

### Encontrar o armazém

Pesquise o armazém de que precisa.

Expanda a estrutura quando a lista mostrar grupos de armazéns.
{% endstep %}

{% step %}

### Selecione o resultado

Escolha o armazém ou Artigo de que precisa.

No modo de seleção, o ecrã devolve a seleção imediatamente.
{% endstep %}
{% endstepper %}

### Tenha em mente

A seleção de armazém pode ser obrigatória para um Artigo.

O ecrã pode mostrar diferentes estados vazios quando os armazéns estão ocultos ou em falta.


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/app-movel/ios-outsmart-app/visoes-gerais-dos-modulos/ordem-de-trabalho/materiais/armazens.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.
