> For the complete documentation index, see [llms.txt](https://support.vlex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.vlex.com/pt-br-vlex-library-knowledge-base/features/mobile-app.md).

# Aplicativo móvel do vLex

Embora o vLex funcione em navegadores móveis, o aplicativo móvel vLex oferece uma experiência melhor. Faça o download na [App Store](https://apps.apple.com/us/app/vlex-mobile/id1136152055)[↗](https://apps.apple.com/us/app/vlex-mobile/id1136152055) ou na [Google Play](https://play.google.com/store/apps/details?id=com.vlex.vlexmobile\&hl=en_CA\&gl=US)[↗](https://play.google.com/store/apps/details?id=com.vlex.vlexmobile\&hl=en_CA\&gl=US).

{% hint style="info" %}
O vLex móvel está atualmente disponível na Argentina, Chile, Colômbia, México, Peru, Espanha e nos Estados Unidos.
{% endhint %}

## **Usando o aplicativo móvel**

O aplicativo possui uma barra de pesquisa simples que funciona exatamente como a do site. Basta digitar seus termos de pesquisa.

{% hint style="info" %}
&#x20;O campo de pesquisa no aplicativo também suporta o uso de [operadores booleanos](/pt-br-vlex-library-knowledge-base/getting-started/quick-start-guide/boolean-operators-1.md).
{% endhint %}

![Resultados da pesquisa](/files/099baab5e9e028bf330a574785d07baf4faf3bb6)

Você pode usar certos [filtros](/pt-br-vlex-library-knowledge-base/getting-started/search-results/filter-results.md) na página de resultados tocando o ícone no canto superior direito.

![Filtros de pesquisa](/files/6fb30343f824f5aac48af23d796bc7c59f3e96df)

Para acessar seus [pastas](/pt-br-vlex-library-knowledge-base/features/document-management/folders.md), abra o menu no canto superior esquerdo e toque em **Favorito.**

![Menu principal](/files/8cd333f96655a6ebddbd451b5d31f3b77e7e8cc7)

Para acessar as informações da sua conta, toque no ícone de pessoa no canto superior direito. Neste menu, você pode editar seu [**SmartTopics**](/pt-br-vlex-library-knowledge-base/features/stay-updated/smarttopics.md), alterar os detalhes da sua conta ou [assinaturas](/pt-br-vlex-library-knowledge-base/support-1/account-management/your-subscriptions.md), comprar [vLex Credits](/pt-br-vlex-library-knowledge-base/features/vlex-credits.md), alterar suas [notificações](/pt-br-vlex-library-knowledge-base/features/stay-updated/follow-documents.md) configurações ou obter suporte.

![Informações do perfil](/files/e2e2a3b89e237d9f1e7503533e530c219b6b7798)

{% hint style="info" %}
Pagamentos feitos através do aplicativo são processados usando a App Store ou a Google Play Store. Créditos podem ser usados no aplicativo móvel e no site.&#x20;
{% endhint %}


---

# 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://support.vlex.com/pt-br-vlex-library-knowledge-base/features/mobile-app.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.
