> For the complete documentation index, see [llms.txt](https://nathfy.gitbook.io/nathfy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nathfy.gitbook.io/nathfy-docs/usando-a-nathfy/servicos.md).

# Serviços

## O que são serviços

Os serviços são tudo aquilo que você oferece para o seu cliente.

Pode ser:

* Um serviço (ex: instalação, manutenção, design)
* Um produto
* Ou qualquer item que você cobra

💡 Cadastrar seus serviços ajuda a ganhar tempo, porque você não precisa digitar tudo toda vez.

\--------------------------------------------------------------------------------------------------------

## Criar serviços

Para criar um serviço:

1. Vá até **Serviços**

<div align="left"><figure><img src="/files/HMyiqUwN3hLxGHQ5Xk7u" alt=""><figcaption></figcaption></figure></div>

2. Clique em **Novo serviço**

<figure><img src="/files/6n2t4SPG4nrD4L58u0Ni" alt=""><figcaption></figcaption></figure>

3. Preencha:

* Nome do serviço
* Categoria (opcional)
* Unidade (hora, unidade, diária, m², etc.)
* Valor
* Descrição (opcional)]

<div align="left"><figure><img src="/files/jWm9zZPScT18lhH68SDY" alt=""><figcaption></figcaption></figure></div>

4. Clique em **Salvar**

Pronto! Ele já estará disponível para usar nos orçamentos 👍

\--------------------------------------------------------------------------------------------------------

## Editar ou desativar serviços

Você pode atualizar seus serviços sempre que precisar.

👉 **Editar**

* Clique no serviço

<div align="left"><figure><img src="/files/tTEo6pGEYt5tWSQjGYj2" alt="" width="375"><figcaption></figcaption></figure></div>

* Ajuste os dados

<div align="left"><figure><img src="/files/neatAeLNtKz7bYZZ8Lqf" alt="" width="375"><figcaption></figcaption></figure></div>

* Clique em **Salvar Serviço**

<div align="left"><figure><img src="/files/A6It7T76WJoHqdnMRFIH" alt="" width="375"><figcaption></figcaption></figure></div>

👉 **Ativar ou desativar**

* Use para esconder serviços que você não usa mais

<div align="left"><figure><img src="/files/H5VBsEm9Lu6MxkpnBw7W" alt="" width="375"><figcaption></figcaption></figure></div>

💡 Isso ajuda a manter sua lista limpa e organizada.

\--------------------------------------------------------------------------------------------------------

## Usando serviços nos orçamentos

Na hora de criar um orçamento:

* Você pode **selecionar serviços já cadastrados**

<div align="left"><figure><img src="/files/IHvcwsMV9b9XoxE04oD4" alt="" width="563"><figcaption></figcaption></figure></div>

* Ou adicionar itens manualmente

💡 Usar serviços cadastrados é mais rápido e evita erros de valor ou descrição.

\--------------------------------------------------------------------------------------------------------

## Dicas para usar melhor

* Use nomes claros e diretos
* Mantenha os valores sempre atualizados
* Padronize descrições (isso deixa o orçamento mais profissional)
* Evite duplicar serviços parecidos

💡 Quanto mais organizado estiver, mais rápido você trabalha.

\--------------------------------------------------------------------------------------------------------

## Quando vale cadastrar um serviço?

* Quando você usa com frequência
* Quando quer manter um padrão de preço
* Quando quer ganhar tempo no dia a dia

💡 Se for algo pontual, você pode adicionar direto no orçamento sem cadastrar.

\--------------------------------------------------------------------------------------------------------

No começo pode parecer detalhe, mas organizar seus serviços faz muita diferença na velocidade e na qualidade dos seus orçamentos 🚀


---

# 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://nathfy.gitbook.io/nathfy-docs/usando-a-nathfy/servicos.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.
