# Configuração

## Gerenciamento de Proteções

O EQPG-Pro possui diversas proteções que podem ser ativadas ou desativadas conforme a necessidade do seu servidor.

### Visualizar Proteções Ativas

Para ver quais proteções estão ativas no momento, execute no console do servidor:

```
config.eqpg
```

### Atualizar Configuração

Após alterar qualquer configuração, execute o comando abaixo para aplicar as mudanças sem reiniciar o servidor:

```
update.config.eqpg
```

### Atualizar Módulos em Cache

Se você fez alterações no `module_addon`, use o seguinte comando para atualizar o cache:

```
update.module.eqpg
```

{% hint style="info" %}
Não é necessário reiniciar o servidor inteiro para aplicar mudanças de configuração. Os comandos acima aplicam as alterações em tempo real.
{% endhint %}

## Próximos Passos

Após configurar suas proteções, consulte os guias de integração para garantir compatibilidade com seus scripts:

* [Bypass de Proteções](/eqpg-docs/guias-de-integracao/bypass-protecoes.md)
* [Spawnar Armas](/eqpg-docs/guias-de-integracao/spawnar-armas.md)
* [Dicas de Integração](/eqpg-docs/guias-de-integracao/dicas-integracao.md)


---

# 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://eqpg-network.gitbook.io/eqpg-docs/configuracao.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.
