> 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/gestao-de-objetos/criar-objetos-na-app-movel.md).

# Criar Objetos na App móvel

Os funcionários podem criar Objetos no App móvel quando as Configurações corretas estiverem ativadas.

Isto é útil quando os técnicos registam equipamentos no local.

{% hint style="info" %}
O comportamento do App pode variar ligeiramente entre **iOS** e **Android**.

O fluxo geral de Objetos mantém-se o mesmo.
{% endhint %}

### Antes de os funcionários começarem

Primeiro, permita a criação de Objetos nas Configurações do seu App ou nas políticas do dispositivo.

Depois, deixe os colaboradores sincronizarem o App.

{% stepper %}
{% step %}

### Abra as configurações da app

No BackOffice, vá para **Configurações → Políticas e configurações do dispositivo**.
{% endstep %}

{% step %}

### Ativar a criação de Objetos

Ative a configuração que permite aos funcionários criar Objetos.

Depois, guarde a alteração.
{% endstep %}

{% step %}

### Abra uma Ordem de trabalho no App

No dispositivo móvel, abra a Ordem de trabalho relevante.
{% endstep %}

{% step %}

### Adicionar o Objeto

Abra a secção de Objetos.

Toque na opção para adicionar um novo Objeto.
{% endstep %}

{% step %}

### Preencha os detalhes e guarde

Insira os detalhes necessários do Objeto.

Depois, guarde o Objeto no App.
{% endstep %}
{% endstepper %}

### Perguntas frequentes

<details>

<summary>Os funcionários também podem editar Objetos existentes?</summary>

Isso depende das Configurações do seu App e das Permissões.

</details>

<details>

<summary>As alterações feitas no telemóvel sincronizam-se de volta para o BackOffice?</summary>

Sim.

São sincronizados depois de o dispositivo estar online e sincronizado.

</details>

<details>

<summary>Os funcionários podem usar modelos no App?</summary>

Se os modelos estiverem disponíveis na sua configuração, podem ser usados durante a criação.

</details>

### Tópicos relacionados

* [**Criar Objetos a partir de uma Ordem de trabalho**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/gestao-de-objetos/criar-objetos-a-partir-de-uma-ordem-de-trabalho.md)
* [**Gestão de Objetos**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/gestao-de-objetos.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/gestao-de-objetos/criar-objetos-na-app-movel.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.
