Naateq
  1. Home
  2. Learning Centre
  3. Daily work
  4. Approving a quote or a contract — the step the system never skips

Approving a quote or a contract — the step the system never skips

The system prepares the document and does not issue it. Why approval is always manual, and how to approve from WhatsApp in one message.

Daily work · 7 min read

The Documents screen in the Naateq dashboard: quotes and contracts with their numbers and states — draft, approved and sent.
The document number follows your business prefix. Changing it changes the shape of the approval command — which is why the two move in one commit.

Open this screen in demo mode

The system prepares the quote and the contract in full — number, date and clauses — and then stops. It sends nothing to the customer until you approve it, even if every figure in it is correct.

This is not a cautious setting you can switch off: there is no flag in the system that makes approval automatic. This lesson explains why, and how to approve in a single message from your phone.

Approval in one message

The document reaches you in your own chat with the system. You reply with approved followed by the document number — and it goes to the customer then, not before.

Why always manual

A document is a commitment under your signature, not another message

The difference between a wrong reply and a wrong document is that the first is fixed with a sentence, while the second is a paper in the customer's hands carrying a number and a date. And an AI model — however good — misreads a number once in a thousand times.

Once in a thousand is acceptable in an answer and completely unacceptable in a contract. So the job was split: the model prepares, the code computes the amount from your schedule, and you approve.

Who does what in the document cycle
StepWho performs it
Gathering the customer's requirementsThe system, in the conversation
Computing the total and the payment scheduleThe code — not the model
Drafting and numbering the documentSystem
Approval and sendingYou alone
Requesting the first payment linkThe code, after your approval
Numbering

The document number follows your business prefix

Every business has its own prefix showing in its document numbers. Changing it changes the shape of the number you type in the approval command — so the prefix and the approval command are linked, and they change together, never separately.

This failure happened for real, and it was silent.

The old prefix was welded inside the expression that reads the approval command. Had the prefix changed without the expression, the «approved» message would fall through to the ordinary customer path — with no error and no alert, and documents would quietly stop being approvable without you knowing.

After approval

What happens in the next few seconds

  1. 1
    The document is sent to the customer.

    As a file in the same conversation, on the same channel they write to you from.

  2. 2
    The payment schedule is computed.

    From the contract total, not from text someone typed. The amount comes out of the schedule — not out of a message and not out of a model.

  3. 3
    The first payment link is requested.

    If a payment gateway is active. Otherwise the bank transfer instructions stay as they are.

  4. 4
    Reminders begin.

    If the payment does not arrive on time the system reminds the customer — and tells you if it could not send at all.

You then track the payment in Payments screen.

Frequently asked

Why does the system not approve the document itself?

Because a document is a financial commitment under your signature. A model may misread a number once in a thousand times — and once in a contract is enough. Approval is manual by construction, not by configuration, and there is no switch that disables it.

How do I approve from my phone?

The document reaches you in your own chat with the system; you reply with «approved» and the document number. Only then — not before — is it sent to the customer, and the first payment link is requested if a gateway is active.

Next lesson

All Learning Centre lessons