> For the complete documentation index, see [llms.txt](https://kb.stoque.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.stoque.com.br/zeev/como-construir-processos/o-que-sao-aplicativos.md).

# O que são aplicativos

Aplicativos no Zeev é o produto final/software que pode ser criado por pessoas com baixo ou nenhum conhecimento em codificação.

{% hint style="warning" %}
Essa página está em construção.
{% endhint %}

Um Aplicativo no Zeev é o produto final/software que pode ser criado por pessoas com baixo ou nenhum conhecimento em codificação.

Isso é possível graças a revolução tecnologia que vem crescendo no mercado, chamada "Low-Code".

O Low-Code tem o objetivo de **democratizar a produção de software e tecnologia**, simplificando produtos e permitindo nascer uma nova geração de profissionais: os [citizen developers](https://kb.zeev.it/formula-zeev/definir-papeis#desenvolvedor-cidadao-citizen-developer) (desenvolvedores cidadãos). &#x20;

### Aplicativos de processo

Aplicativos de processo são softwares que podem ser criados através da automatização de um processo. No Zeev, você pode criá-los a partir da tela inicial do Zeev em "Criar novo aplicativo".

<figure><img src="https://3371003943-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MD66pBdRalAQgnhNstG%2Fuploads%2FQZvLb5tbwvBX9olaabNW%2Fimage.png?alt=media&amp;token=af6bc24a-aa23-463b-918c-509137eb26b0" alt=""><figcaption></figcaption></figure>

Também é possível acessar "Administração" > "Construir" > "Aplicativos" e "Novo".

<figure><img src="https://paper-attachments.dropboxusercontent.com/s_6DD14AA75E95A2541FDE628A6E53B8A111406613F4E75EC63B5FFE41F1EE902A_1775671814582_image.png" alt=""><figcaption></figcaption></figure>

Você pode saber mais sobre aplicativos de processo no Zeev, com o vídeo abaixo:

{% embed url="<https://youtu.be/Zf1MWjXiKv8>" %}


---

# 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://kb.stoque.com.br/zeev/como-construir-processos/o-que-sao-aplicativos.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.
