# Contracts

<figure><img src="/files/A7YgqwPM2S1iAcmNvUN6" alt=""><figcaption></figcaption></figure>

* Records all contracts signed between the company and clients/parties/organizations.
* Data is presented in a table format with information like client name, amount, start date, end date, etc.
* Options include descriptive view, public link, copy contract, editing, deletion, and downloading of contracts.
* New contracts can be created using the option on the top left corner, with an export option available.

<figure><img src="/files/qLQmMV57BGfPwusVwIrj" alt=""><figcaption></figcaption></figure>

* Records data related to the contract such as subject, description, start date, end date, contract type, value and currency.

<figure><img src="/files/ltZwbKH0P3XXQksZtoSK" alt=""><figcaption></figcaption></figure>

* Records data of the client with whom the contract will be signed.
* Includes client's name, cell number, office phone number, city, state, country, postal code, alternate address and notes.

<figure><img src="/files/EJyeDoKzIA1vroo9NCEh" alt=""><figcaption></figcaption></figure>

* When the hyperlink for individual contracts is clicked on, one gets the option to view the above mentioned list:
* **Summary**: Contains brief information about the contract, including details of parties involved, subject, description, and total amount.
* **Discussion**: Provides space for discussions related to the contract for future reference.
* **Contract Files**: Collects all necessary files/documents associated with the contract.
* **Contract Renewal History**: Records the history of contract renewals, including the number of times the contract has been renewed from start to completion.


---

# Agent Instructions: 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:

```
GET https://wheel-erp.gitbook.io/wheel-erp-user-guide/work/contracts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
