> For the complete documentation index, see [llms.txt](https://ajuda.taxhubfiscal.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.taxhubfiscal.com.br/introducao/criar-conta.md).

# Criar Conta

{% stepper %}
{% step %}

### Acessar a Página de Registro

* Acesse <https://taxhubfiscal.com.br>
* Clique no botão **"Criar Conta"**
* Você será direcionado para a página de cadastro
  {% endstep %}

{% step %}

### Preencher seus Dados

Preencha o formulário com:

* **Nome Completo**: Seu nome ou nome do responsável
* **E-mail**: Um e-mail válido (será usado para login)
* **Senha**: Mínimo de 8 caracteres
  * Recomendamos: letras maiúsculas, minúsculas, números e símbolos
  * Exemplo de senha forte: `MinhaSenh@2025!`
    {% endstep %}

{% step %}

### Aceitar os Termos

* ✅ Leia e aceite os **Termos de Uso**
* ✅ Leia e aceite a **Política de Privacidade**
  {% endstep %}

{% step %}

### Criar a Conta

* Clique no botão **"Criar Conta"**
* Aguarde alguns segundos enquanto sua conta é criada
* Você será automaticamente logado no sistema
  {% endstep %}

{% step %}

### Próximos Passos

Após criar sua conta, você será direcionado para o **Onboarding**, onde irá:

* Cadastrar os dados da sua empresa
* Escolher seu plano
* Começar a usar o sistema
  {% endstep %}
  {% endstepper %}

{% hint style="warning" %}

### ⚠️ Importante

<details>

<summary><strong>E-mail já cadastrado?</strong></summary>

Se você já tem uma conta, clique em \*\*"Fazer Login"\*\*.

</details>

<details>

<summary><strong>Problemas no cadastro?</strong></summary>

Entre em contato com o suporte: \*\*<contato@taxhubfiscal.com.br>\*\*

</details>

<details>

<summary><strong>Não recebeu e-mail de confirmação?</strong></summary>

Verifique sua caixa de spam ou lixo eletrônico.

</details>
{% endhint %}

{% hint style="info" %}

### 🔐 Segurança da sua Conta

* Nunca compartilhe sua senha com ninguém
* Use uma senha única e forte
* Altere sua senha periodicamente
* Ative a autenticação em dois fatores (quando disponível)
  {% endhint %}

## ▶️ Próximo Passo

➡️ [Primeiro Acesso e Onboarding](https://ajuda.taxhubfiscal.com.br/comecando/primeiro-acesso-e-onboarding)


---

# 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://ajuda.taxhubfiscal.com.br/introducao/criar-conta.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.
