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

# Go-To-Market

Here you manage your business operation with your clients: you create quotes, invoice them, define your rates, and customize how you present resources to them.&#x20;

Each section has its quick start, concepts, step-by-step guides, FAQs, and details. Start with whatever you need.

{% hint style="info" %}
Is this your first time here? Go to Where to Start below and get your business operation ready in minutes.
{% endhint %}

### Explore Go to Market

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quotes</strong></td><td>Create, send, and manage the quotes you offer your clients.</td><td><a href="/pages/b6c168bd3beb9548ac8630d53c0ea995d04212f0">/pages/b6c168bd3beb9548ac8630d53c0ea995d04212f0</a></td></tr><tr><td><strong>Customer invoicing</strong></td><td>Invoice your clients and track what you charge them for each service.</td><td><a href="/pages/c425bf985ce7ff80b9f5bb83175a92576089f604">/pages/c425bf985ce7ff80b9f5bb83175a92576089f604</a></td></tr><tr><td><strong>Rates</strong></td><td>Define the prices you apply to your services and to each client.</td><td><a href="/pages/72cc84734a83802cad1d549655c5754d3447214f">/pages/72cc84734a83802cad1d549655c5754d3447214f</a></td></tr><tr><td><strong>Resource customization</strong></td><td>Adjust how resources and services are presented to your clients.</td><td><a href="/pages/405f2db8f8588f50432762f683563d218eaa335f">/pages/405f2db8f8588f50432762f683563d218eaa335f</a></td></tr></tbody></table>

### Where to Start

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Create your first quote</strong></td><td>Prepare and send a quote to a client in four steps.</td><td><a href="/pages/355c8a30a859df68c0516099d86335e5df578249">/pages/355c8a30a859df68c0516099d86335e5df578249</a></td></tr><tr><td><strong>Set up your rates</strong></td><td>Define the prices you will apply to your services.</td><td><a href="/pages/72cc84734a83802cad1d549655c5754d3447214f">/pages/72cc84734a83802cad1d549655c5754d3447214f</a></td></tr><tr><td><strong>Issue your first invoice</strong></td><td>Invoice a client and review what was billed this month.</td><td><a href="/pages/70072394a1e6c1246ebaab8b0c1ea3932d9c7194">/pages/70072394a1e6c1246ebaab8b0c1ea3932d9c7194</a></td></tr></tbody></table>

### Support

{% hint style="success" %}
Need help with your business operation? Open a ticket or write to us on WhatsApp from the \[Support]\(../support) section.
{% endhint %}


---

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