> 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

Crie um item de menu quando quiser um atalho no menu à esquerda.

Você o configura em **Configurações** no BackOffice.

{% stepper %}
{% step %}

### Abrir Items do menu

Inicie sessão no **OutSmart BackOffice**.

Vá para **Configurações**.

Pesquise por **Items do menu**.

Abra o resultado.
{% endstep %}

{% step %}

### Iniciar um novo item de menu

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

{% step %}

### Preencha os campos

Introduza os campos de que precisa:

* **Título** — o rótulo mostrado no menu personalizado
* **URL (predefinido)** — um link predefinido opcional para uma página standard do OutSmart
* **URL (obrigatório)** — cole o endereço web completo 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

Clique em **Salvar**.

Atualize a página.

O novo item de menu aparece agora no menu esquerdo.
{% endstep %}
{% endstepper %}

### Como funcionam os campos URL

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

* uma página interna do OutSmart
* a um website externo
* um endereço web completo copiado

**URL (predefinido)** é opcional.

Quando seleciona uma predefinição, o título muda automaticamente.

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

### Perguntas frequentes

<details>

<summary>O URL predefinido altera o título?</summary>

Sim.

Selecionar uma predefinição altera o título automaticamente.

</details>

<details>

<summary>Posso usar qualquer site como URL?</summary>

Sim.

Cole o endereço web completo em **URL (obrigatório)**.

</details>

<details>

<summary>Preciso 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 do menu**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/items-de-menu.md)
* [**O que são Items do menu?**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/items-de-menu/o-que-sao-items-de-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.
