# MÓDULOS DE INTEGRAÇÃO

- [Provisionamento (Servidores)](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/provisionamento-servidores.md): A integração de provisionamento em plataformas externas é a essência do HOSTMGR.
- [Criando o Módulo](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/provisionamento-servidores/criando-o-modulo.md)
- [Funções do módulo](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/provisionamento-servidores/funcoes-do-modulo.md): Arquivo funcoes.php
- [Formas de Pagamento](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/formas-de-pagamento.md): A integração de pagamento é essencial para que você obtenha o máximo de benefícios com seu HOSTMGR.
- [Criando o módulo](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/formas-de-pagamento/criando-o-modulo.md)
- [Retorno Automático](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/formas-de-pagamento/retorno-automatico.md): O retorno automático ou callback, é responsável pela baixa automática da fatura
- [Tarefas Cron](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/tarefas-cron.md)
- [Webhooks](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/webhooks.md)
- [Criando uma Hook](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/webhooks/criando-uma-hook.md)
- [Arquivo de Exemplo de Hook](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/webhooks/arquivo-de-exemplo-de-hook.md): arquivo deve ser armazenado em /modulos/hooks
- [Desativar Arquivo de Hook](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/webhooks/desativar-arquivo-de-hook.md)
- [Hooks/Gatilhos Disponíveis](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/webhooks/hooks-gatilhos-disponiveis.md)
- [Widgets](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/widgets.md): Widgets são exibidos no dashboard da área administrativa.
- [Módulos Adicionais (extras)](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/modulos-adicionais-extras.md)
- [Criando um módulo extra](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/modulos-adicionais-extras/criando-um-modulo-extra.md)
- [Webhook do Modulo](https://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao/modulos-adicionais-extras/webhook-do-modulo.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://hostmgr.gitbook.io/desenvolvedores/modulos-de-integracao.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.
