# HOSTMGR Desenvolvedores

## HOSTMGR Desenvolvedores

- [Bem Vindo](https://hostmgr.gitbook.io/desenvolvedores/bem-vindo.md): Aqui são disponibilizados os materiais necessários para o desenvolvimento dos mais variados módulos de integração com o HOSTMGR.
- [Entre em contato](https://hostmgr.gitbook.io/desenvolvedores/entre-em-contato.md)
- [Por onde começar?](https://hostmgr.gitbook.io/desenvolvedores/por-onde-comecar.md): Desenvolver para o HOSTMGR é bem fácil. Todo os sistema é planejado com base em módulos, e assim, acreditamos que você não terá dificuldades.
- [Interação com a base de dados (MySQL)](https://hostmgr.gitbook.io/desenvolvedores/interacao-com-a-base-de-dados-mysql.md)
- [Sobre](https://hostmgr.gitbook.io/desenvolvedores/modulo-de-licencas/sobre.md): Use o HOSTMGR para gerar suas licenças e controlar a distribuição de suas aplicações
- [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)
- [Introdução](https://hostmgr.gitbook.io/desenvolvedores/api/introducao.md)
- [Primeiros Passos](https://hostmgr.gitbook.io/desenvolvedores/api/primeiros-passos.md)
- [Exemplos de Requisição](https://hostmgr.gitbook.io/desenvolvedores/api/exemplos-de-requisicao.md)
- [Clientes](https://hostmgr.gitbook.io/desenvolvedores/api-reference/clientes.md)
- [Faturas](https://hostmgr.gitbook.io/desenvolvedores/api-reference/faturas.md)
- [Contas/Serviços](https://hostmgr.gitbook.io/desenvolvedores/api-reference/contas-servicos.md)
- [Dominios](https://hostmgr.gitbook.io/desenvolvedores/api-reference/dominios.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://hostmgr.gitbook.io/desenvolvedores/bem-vindo.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.
