# Recursos extras

A Tray possui diversas extensões para tornar a sua loja virtual imbatível. Nem todas as extensões tem necessidade de realizar chamadas de código no layout, porém, algumas precisam.

Veja abaixo os recursos disponíveis e o respectivo código necessário:

### &#x20;Depoimentos E-bit e Depoimentos da Loja Virtual

```twig
{% element 'CustomerReview.reviews' %}
```

Saiba mais sobre: [Depoimentos E-bit](https://basedeconhecimento.tray.com.br/hc/pt-br/articles/6758038862619-Ebit-Integra%C3%A7%C3%A3o) e [Depoimentos da Loja Virtual](https://basedeconhecimento.tray.com.br/hc/pt-br/articles/6735748432539-Depoimentos-da-Loja-Virtual)

### Notícias da Loja

```twig
{% element 'News.news' %}
```

Saiba mais sobre [Notícias](https://basedeconhecimento.tray.com.br/hc/pt-br/articles/6743186184859-Not%C3%ADcias-da-Loja)

### Histórico de Navegação

```twig
{% element 'snippets/history' %}
```

### Nuvem de Tags

```twig
{% element 'snippets/tagcloud' %}
```

Saiba mais sobre [Nuvem de Tags](https://basedeconhecimento.tray.com.br/hc/pt-br/articles/6759596973467-Como-ocultar-do-tema-as-palavras-mais-buscadas-)


---

# 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://partners.tray.com.br/themes/construindo-seu-template/desenvolver/recursos-extras.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.
