> For the complete documentation index, see [llms.txt](https://docs.neogest.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neogest.com.br/pre-requisitos/hospedagem/verificando-se-o-ioncube-esta-ativo.md).

# Verificando se o ionCube está ativo

Na grande maiorias das hospedagens, este recurso está ativo por padrão.

Para verificarmos, crie um arquivo chamado "info.php" na raiz da sua hospedagem e insira o código abaixo dentro deste arquivo:

```
<?php phpinfo(); ?>
```

Feito isso, basta acessar a URL: [www.seudomínio.com.br/info.php](http://www.seudomínio.com.br/info.php) e checar se a informação abaixo existe:

![Verificando se o ionCube está ativo na hospedagem](/files/-M17Rm_Ev7cS52h9_qwN)

{% hint style="warning" %}
Caso essa informação **não exista** ou você não tenha conseguido abrir o arquivo "info.php", **precisará de auxílio do suporte de sua hospedagem** para ativação do mesmo.
{% endhint %}

Com o **Ioncube Loader** ativo, podemos avançar com a instalação do NeoGest Cliente:

{% content-ref url="/pages/-Mbt4ymHuQmnkZfype4R" %}
[Instalando o módulo](/pre-requisitos/ngcliente/instalando-o-modulo.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:

```
GET https://docs.neogest.com.br/pre-requisitos/hospedagem/verificando-se-o-ioncube-esta-ativo.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.
