> 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.md).

# Conducting Tasks

- [How can I confirm a new order?](https://help.discontract.com/en/for-service-providers/conducting-tasks/how-can-i-confirm-a-new-order.md): Confirming an order through Discontract is extra easy.
- [How can I contact the client?](https://help.discontract.com/en/for-service-providers/conducting-tasks/how-can-i-contact-the-client.md): Stay in touch! Here's how you can communicate with your clients on the Discontract platform.
- [How to set or modify arrival time?](https://help.discontract.com/en/for-service-providers/conducting-tasks/how-to-set-or-modify-arrival-time.md): Agree on a time you will arrive to perform a task. Here's a guide on how to set it on the Discontract platform.
- [How can I cancel a task?](https://help.discontract.com/en/for-service-providers/conducting-tasks/how-can-i-cancel-a-task.md): If circumstances no longer allow you to accept or perform a task, you can cancel it. Here's how.
- [How do I mark a task as completed?](https://help.discontract.com/en/for-service-providers/conducting-tasks/how-do-i-mark-a-task-as-completed.md): Finished a task? Don't forget to take these simple steps to record your results and ensure a guaranteed payment.
- [How can I invoice clients?](https://help.discontract.com/en/for-service-providers/conducting-tasks/how-can-i-invoice-clients.md): Here's how you will be able to send invoices for completed tasks to your clients.
- [How can I add information about additional expenses?](https://help.discontract.com/en/for-service-providers/conducting-tasks/how-can-i-add-information-about-additional-expenses.md): Discontract allows you to easily include any necessary extra expenses to the final cost of the service.


---

# 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.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.
