> 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/marketplace-pacotes-e-power-ups/power-ups/stock/crie-armazens.md).

# Crie armazéns

Crie a estrutura do seu armazém antes de adicionar Stock.

Vá para **Items → Armazéns** para começar.

### O que um armazém pode representar

Um armazém pode ser:

* um armazém principal
* um sub-armazém
* Stock de veículos
* armazenamento no local de obra

### Boas práticas de configuração

Use nomes e códigos claros desde o início.

Mantenha a estrutura simples no início.

Adicione mais locais depois, quando o seu processo estiver estável.

{% stepper %}
{% step %}

### Abrir Armazéns

Vá para **Items → Armazéns**.
{% endstep %}

{% step %}

### Adicionar um armazém

Crie um novo armazém e introduza os detalhes principais.
{% endstep %}

{% step %}

### Dê nome e código ao armazém

Use um nome e um código que a sua equipa reconheça imediatamente.
{% endstep %}

{% step %}

### Repita para outros locais

Adicione cada armazém, veículo ou local de obra que pretende gerir.
{% endstep %}
{% endstepper %}

### Perguntas frequentes

<details>

<summary>Posso usar mais do que um armazém?</summary>

Sim.

Cada armazém mantém os seus próprios níveis de Stock.

</details>

<details>

<summary>Devo criar todos os locais possíveis de uma vez?</summary>

Nem sempre.

Comece pelos locais que realmente usa.

</details>

### Tópicos relacionados

* [**Stock**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/stock.md)
* [**2BA**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/2ba.md)
* [**Power-Ups**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups.md)


---

# 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/marketplace-pacotes-e-power-ups/power-ups/stock/crie-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.
