> For the complete documentation index, see [llms.txt](https://ajudaerp.sfhera.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajudaerp.sfhera.com.br/kit/videos-e-tutoriais-de-treinamento/sfhera-erp.md).

# Sfhera ERP

Sugestão de aprendizado para utilizar o sistema Sfhera ERP.

01 - Cadastro de Usuários (usuário padrão: **adm** senha: **123**)

02 - Cadastro de grupos de produtos

03 - Cadastro de produtos ( <https://ajudaerp.sfhera.com.br/estoque/produtos> )

04 - O cadastro de produto pode ser realizado pela importação de arquivo xml ( <https://www.youtube.com/watch?v=cDn2sFedXo8&t=4s> )

Com os produtos cadastrados já pode ser emitido NFe e NFCe.

* Venda no PDV - nfce  <https://www.youtube.com/watch?v=Qoc2VKEYGfc>
* Venda no ERP - nfe <https://www.youtube.com/watch?v=Omzqh8yCvxA>

{% stepper %}
{% step %}

### PDV

Realizando a venda NFCe <https://www.youtube.com/watch?v=Qoc2VKEYGfc>

Cancelando a emissão de NFCe <https://www.youtube.com/watch?v=VT2dspUNSVs>

Enviar NFCe em contingência <https://www.youtube.com/watch?v=PTBDQtN4rQw&t=22s>

{% endstep %}

{% step %}

### ERP

:clap: FATURAMENTO

Emissão NFe de transferência <https://www.youtube.com/watch?v=-8E9RpQofQM>

Emissão NFe em decorrência de NFCe <https://www.youtube.com/watch?v=K2HXGGQl_fA>

Entrada de produtos ao Importar XML <https://www.youtube.com/watch?v=cDn2sFedXo8&t=8s>

Carta de Correção NFe <https://www.youtube.com/watch?v=fkxt6-DVaEc>

Gerar SPED Fiscal <https://www.youtube.com/watch?v=szWv5uQjhTM&t=1s>

:clap: FINANCEIRO

Lançar Contas a pagar lançamento simples e múltiplos <https://www.youtube.com/watch?v=vWZudNOLHW0>
{% endstep %}
{% endstepper %}


---

# 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://ajudaerp.sfhera.com.br/kit/videos-e-tutoriais-de-treinamento/sfhera-erp.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.
