> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/go-to-market/how-to/how-to-generate-a-contract.md).

# How to Generate a Contract

From the Documentation center you can generate a customized service provision contract, ready to accompany your proposals or formalize the relationship with your client.

This guide explains where to find it and how to generate it.

### Before you start

* Access the admin panel at [admin.plenit.com](https://admin.plenit.com) with permissions for Go to Market.
* Have your client's details handy (name and CIF), as they will be included in the contract.

### Step 1. Go to Documentation

In the panel, go to **Go to Market → Documentation**. At the top you have the material categories; click **Contracts** to filter, or locate directly the card for the **Service provision contract**.

![Contracts in the Documentation center](/files/4202a41c555f90b820d0f5dbeccbcd3e80d67ab5)

### Step 2. Generate the contract

On the contract card, click **Generate contract**. The contract is customized with your company details and your client's details (name and CIF), so it comes out under your brand and ready to use.

![Contract generation](/files/de43f3bd3135304d8e6dfd06982398c1dd7b81cd)

> #### 📘 Also when downloading a quote
>
> It's not the only way: when downloading a quote you can include the **contracts** in the package, along with the financial quote and presentations.&#x20;
>
> You can find it in[ How to manage your quotes.](/docs-en/go-to-market/how-to/how-to-manage-your-quotes.md)<br>

### Conclusion

Generating a contract from Documentation gives you a customized service provision document with your brand and your client's details, without having to draft it from scratch.

It's one more piece of sales material you have a click away to close your sales.

### Next steps

* Learn about the rest of the materials in [Documentation.](/docs-en/go-to-market/concepts/documentation.md)
* Check the categories in [Documentation Catalog.](/docs-en/go-to-market/details/documentation-catalog.md)


---

# 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://docs.plenit.com/docs-en/go-to-market/how-to/how-to-generate-a-contract.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.
