# Search Articles

Este ecrã é utilizado para pesquisar e selecionar artigos para documentos.

**Cabeçalho:**

* Área de pesquisa onde é possível procurar artigos por:
  * **Designação**
  * **Referência**
  * **Código de barras**
* Pesquisa é feita em tempo real, a cada caracter escrito.
* Ícone de lupa para reforçar a pesquisa.

**Lista de artigos:**

* Inicialmente são carregados 50 artigos.
* Conforme se faz scroll, vão sendo carregados mais artigos.
* Cada artigo na lista mostra:
  * **Nome do artigo**
  * **Referência**
  * **Stock disponível**

**Ações por swipe (da direita para a esquerda) numa linha de artigo:**

* **Ficha Artigo**: redireciona para o [ecrã de ficha do artigo](/mobile-logistic-manual/aplicacao-android/app/funcionalidades/ficha-do-artigo.md), mostrando mais detalhes.
* **Confirmar**: seleciona o artigo e retorna ao documento onde será adicionado.

<figure><img src="/files/HrNL2qqsE3vvUWosdQuh" alt="" width="360"><figcaption><p>Ecrã Search Articles</p></figcaption></figure>


---

# 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://docs.wave.pt/mobile-logistic-manual/aplicacao-android/app/funcionalidades/search-articles.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.
