> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/pt-br/aplicacoes/the-applications-page.md).

# A página de Aplicações

Barra lateral → **Inscrições** abre a fila de revisão. Esta página mostra todas as submissões de todos os painéis de candidatura no seu servidor.

<figure><img src="/files/49b311e48d40dd9f02a13ee206b13675a23cd8ab" alt="The Applications page in the dashboard showing the filter row, the pending/approved/denied counts, and the table with at"><figcaption></figcaption></figure>

Você pode filtrar a fila por status (pendente, aprovada, negada), por data e por revisor, e pesquisar pelo ID de usuário ou nome de um membro. A página mostra quantas candidaturas estão pendentes, aprovadas e negadas de relance, para que você possa ver seu backlog de revisão.

Clique em qualquer candidatura para abrir os detalhes.

## Janela de Detalhes da Candidatura

Mostra:

* Cada resposta, com o rótulo da pergunta em negrito e a resposta do membro abaixo.
* Informações do candidato, incluindo avatar, nome, data de criação da conta e data de entrada no servidor.
* Detalhes da decisão, incluindo o revisor, o horário, o motivo público e a nota interna, se a candidatura já tiver sido decidida.

Candidaturas pendentes também mostram **Aprovar** (verde) e **Recusar** botões (vermelhos).

<figure><img src="/files/4ae7eb7755c8440d994ad84f20dbd9f3eb0b3610" alt="The Application Details window, showing the answers, the applicant info, and the Approve and Deny buttons on a pending a"><figcaption></figcaption></figure>

### Aprovando ou negando pelo painel

Clique em Aprovar ou Negar. Um pequeno pop-up será aberto:

* **Motivo** (máx. 1000 caracteres). Enviado ao candidato por DM se **Enviar resultado por DM ao candidato** estiver ativado para a opção.
* **Observação** (máx. 1000 caracteres). Apenas interno. Nunca é enviado ao candidato.

Ao enviar, o Ticket King:

1. Registra a decisão na candidatura.
2. Desativa os botões no embed de log e atualiza o selo de status.
3. Ao aprovar, concede as Funções Concedidas da opção e remove suas Funções a Remover.
4. Envia DM ao candidato se a opção estiver com Enviar resultado ao candidato ativado.
5. Escreve uma entrada no log de auditoria.

## Aprovando ou negando pelo canal de log

O embed de log no canal de log configurado tem botões Aprovar e Negar. Eles funcionam da mesma forma que no painel, e clicar em um deles abre o mesmo pop-up de decisão.

O revisor precisa ter uma função listada em **Funções de Revisores**. da opção de candidatura. Se não tiver, os botões retornam um erro.

<figure><img src="/files/8dc87a536fcdcef3b761f0ca71515e56739967ae" alt="The application log embed in the log channel, showing its Approve and Deny buttons"><figcaption></figcaption></figure>

## Permissões para usar esta página

Para ver a página, você precisa da permissão do painel. **Ver Histórico de Inscrições** O proprietário do servidor e qualquer pessoa com Administrador ou Gerenciar Servidor também podem vê-la.

Para aprovar ou negar, você precisa da **Revisar Inscrições** permissão do painel para os botões do painel, ou uma função listada em Funções de Revisor da opção para os botões do canal de log.

## Relacionado

{% content-ref url="/pages/143ecdf782c5af1c51eeda02a0120b03fc04670d" %}
[Visão geral de aplicações](/docs/pt-br/aplicacoes/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/111c005bffcb125feca3909ebf0acd9a975fb890" %}
[Projetando seu aplicativo](/docs/pt-br/aplicacoes/designing-your-application.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/pt-br/aplicacoes/the-applications-page.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.
