> For the complete documentation index, see [llms.txt](https://ajuda.phibo.site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.phibo.site/sobre-o-sitema/cadastros-2/despesas/como-lancar-uma-despesa.md).

# Como cadastrar uma Despesa

#### Para ver o passo a passo completo, assista ao vídeo abaixo para cadastrar uma despesa no sistema Phibo:

{% embed url="<https://www.loom.com/share/e3a755c823834137a71d7f44e671aa87>" %}

#### 1 - Para realizar o cadastro de uma despesa no sistema, vá em FINANÇAS > CADASTRAR DESPESAS:&#x20;

<figure><img src="/files/djrDAAgb51fxdEIQS9Uz" alt=""><figcaption></figcaption></figure>

#### 2 – Em seguida clique no botão no canto direito da tela NOVA DESPESA:

<figure><img src="/files/yO79oXDlqB8Oy2addQQ6" alt=""><figcaption></figcaption></figure>

#### 3- Na tela a seguir, preencha todos os campos com as informações da Despesa em questão:

<figure><img src="/files/Gcz9RMLSvsMXJENG2lHE" alt=""><figcaption></figcaption></figure>

O campo **Classificação** serve para definir qual tipo de despesa você está cadastrando no momento.

{% hint style="info" %}
Se quiser incluir ou editar alguma classificação nas opções, vá em FINANÇAS > CADASTRAR CLASSIFICAÇÃO.
{% endhint %}

Depois coloque no cadastro a **Descrição** (nome da despesa), o **valor** a pagar e a **data de vencimento** (data máxima que você pode realizar o pagamento dessa despesa).

\
O campo **Ciclo de Pagamento** é referente à recorrência dessa despesa.&#x20;

* **Mensal:** essa despesa será replicada em todos os meses seguintes.
* **Eventual:** o sistema fará somente 1 cadastro dessa despesa.
* Se selecionar as demais opções, o sistema repetirá essa despesa de acordo com o número de parcelas selecionadas.&#x20;

#### 4- Depois que os dados estiverem devidamente preenchidos, clique em "Salvar" e a despesa será cadastrada.

<figure><img src="/files/8MnxTK8uo5IgNJ7infzs" alt=""><figcaption></figcaption></figure>


---

# 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.phibo.site/sobre-o-sitema/cadastros-2/despesas/como-lancar-uma-despesa.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.
