> 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/concepts/documentation.md).

# Documentation

The Documentation center is the repository of sales materials that we make available to you so you can sell without having to produce everything from scratch.

Presentations, sales documentation, contracts, certificates and email marketing templates, many of them customizable with your brand, ready to use in your sales process.

### What you'll find

The materials are organized by categories, which you can filter from the top: **Presentations** (for each service), **Commercial documentation** (sales support material), **Security** (certificates such as ENS or HDS), **Sustainability**, **Email Marketing** (newsletter templates), **Courses** (training) and **Contracts**. Each material is shown as a card with its image, title, description and category.

### How each material behaves

Not all materials are used the same way, and the card adapts to each type:

* Documents **PDF or ZIP** download when clicked.
* Contents **HTML** open online, as is the case with courses.
* Links to **external resources** redirect you, for example to tutorials.

> #### 👍 Materials with your brand
>
> Much of the sales documentation and presentations can be downloaded in white-label format, incorporating your logo into the PDF. This lets you present professional material to your client with your identity, not Plenit's.

### Generate contracts and campaigns

Beyond downloading, from Documentation you can **generate a contract** customized for service provision, and access **email marketing templates** to set up newsletter campaigns for your customers. These are two direct shortcuts to common sales tasks.

> #### 📘 Availability by language
>
> The catalog adapts to the language. In languages other than Spanish, some categories such as Courses may not be available, and in sales documentation only the most recent material may be shown.

### Next steps

* Generate a contract following [How to generate a contract.](/docs-en/go-to-market/how-to/how-to-generate-a-contract.md)
* Set up a campaign with [How to create an email marketing campaign.](/docs-en/go-to-market/how-to/how-to-create-an-email-campaign-with-mailchimp.md)
* Check the complete catalog in [Documentation Details.](/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/concepts/documentation.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.
