> 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/backoffice/backoffice/items-de-menu/criar-um-item-de-menu.md).

# Criar um Item de menu

Adicionar um atalho personalizado para uma página interna ou website externo no menu à esquerda.

Criar um Item de menu quando se pretende um atalho no menu à esquerda.

É configurado em **Definições** no Backoffice.

{% stepper %}
{% step %}

### Abrir Items de menu

Iniciar sessão no **OutSmart Backoffice**.

Ir para **Definições**.

Pesquisar **Items de menu**.

Abrir o resultado.
{% endstep %}

{% step %}

### Iniciar um novo Item de menu

Clicar em **Adicionar**.
{% endstep %}

{% step %}

### Preencher os campos

Introduza os campos de que necessita:

* **Título** — a etiqueta apresentada no menu personalizado
* **URL (predefinido)** — um link predefinido opcional para uma página padrão do OutSmart
* **URL (obrigatório)** — cole a Morada web completa que pretende Abrir
* **Posição no menu** — o número da posição no menu personalizado
* **Ativo** — torna o Item de menu visível
  {% endstep %}

{% step %}

### Guardar o Item de menu

Clicar em **Guardar**.

Atualizar a página.

O Novo Item de menu já aparece no menu lateral esquerdo.
{% endstep %}
{% endstepper %}

### Como funcionam os campos de URL

**URL (obrigatório)** aceita:

* uma página interna do OutSmart
* um site externo
* uma Morada web completa copiada

**URL (predefinido)** é opcional.

Ao selecionar uma predefinição, o título altera-se automaticamente.

{% hint style="info" %}
Os links predefinidos apontam para páginas padrão da OutSmart. Na maioria dos casos, um URL personalizado é mais útil.
{% endhint %}

### Perguntas frequentes

<details>

<summary>A URL predefinida altera o título?</summary>

Sim.

Ao selecionar uma predefinição, o título altera-se automaticamente.

</details>

<details>

<summary>Pode usar-se qualquer website como URL?</summary>

Sim.

Cole a Morada web completa em **URL (obrigatório)**.

</details>

<details>

<summary>É necessário atualizar a página depois de guardar?</summary>

Sim.

Atualize a página para ver o novo atalho no menu esquerdo.

</details>

### Tópicos relacionados

* [**Items de menu**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/items-de-menu.md)
* [**O que é Configuração menu?**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/items-de-menu/o-que-sao-configuracao-menu.md)
* [**Backoffice**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice.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/backoffice/backoffice/items-de-menu/criar-um-item-de-menu.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.
