> For the complete documentation index, see [llms.txt](https://process.mad.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://process.mad.co/operations/legal/engagement-agreement.md).

# Engagement Agreement

* This agreement is between ***Mäd*** and **\[Client Name]** on **\_\_\_\_\_\_**
* The representatives are **\[Rep Name]** for Mäd and **\[Client Rep Name]** for the Client.
* This contract is the only agreement. There are no other agreements, oral or written.
* The Client wishes to purchase the services from Mad described in **“Scope of Work”**.
* This contract can only be modified or amended by mutual agreement of Mäd and the Client, in writing.
* This contract is governed by the laws of the Kingdom of Cambodia.
* All official project communication will be in the project management platform [Bloo](https://bloo.io/).
* The client will provide feedback on any mid-project deliverables within 5 working days. If feedback takes longer, Mad may re-quote the timeline and price of the project.
* Invoices are to be paid within 15 days of being received by the client.
* Mad will stop working if the invoices under this contract are not paid within 30 days of being received by the client, and may terminate the agreement.
* Mäd has full permission to use any non-confidential deliverables in their portfolio and marketing materials, including but not limited to a case study on the Mäd website.
* The liability of Mäd to the Client under this contract will be limited to the payments actually received by Mäd from the Client under this contract.
* All intellectual property created by Mäd under this contract will be the property of the Client, after all payments have been received by Mad.
* Mäd will treat all client information as fully confidential. Mad will only disclose confidential Client information to pre-approved employees and subcontractors.

<br>


---

# 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://process.mad.co/operations/legal/engagement-agreement.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.
