> For the complete documentation index, see [llms.txt](https://help.discontract.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.discontract.com/en/for-service-providers/conducting-tasks/how-can-i-invoice-clients.md).

# How can I invoice clients?

We could list a good number of reasons why using Discontract is a joy. For example? You won't need to worry about invoicing anymore – we'll take care of it for you!

In order for us to send invoices to clients on your behalf, you'll only need to do the following: once a task has been completed, fill in all the relevant information, such as the task's duration and additional expenses (if there are any), add a photo of the result and click *Complete task*. Once that is done, the client will be charged for your services automatically. At the same time, they will receive notifications both on the Discontract platform and to their e-mail address, informing them of the payment together with a detailed invoice, corresponding to your hourly rate in accordance to the actual time worked.

The invoice for the completed task, including the amount paid by the client, will also be automatically generated and sent to you to the e-mail address provided. Together with this e-mail, you'll also receive an invoice for the applicable Discontract platform fee. Payment will then be sent to your bank account within 24 hours.

Isn't working that much nicer when you know that all calculations and paperwork are already taken care of?


---

# 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://help.discontract.com/en/for-service-providers/conducting-tasks/how-can-i-invoice-clients.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.
