> For the complete documentation index, see [llms.txt](https://dev.ropo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ropo.com/guides/basics.md).

# Basics

- [Getting started](https://dev.ropo.com/guides/basics/getting-started.md)
- [Authentication](https://dev.ropo.com/guides/basics/authentication.md)
- [Data transfer limits and ZIP uploads](https://dev.ropo.com/guides/basics/data-transfer-limits-and-zip-uploads.md)
- [Invoice](https://dev.ropo.com/guides/basics/invoice.md)
- [Prices on the invoice row](https://dev.ropo.com/guides/basics/invoice/prices-on-the-invoice-row.md)
- [EU semantic invoices and validations](https://dev.ropo.com/guides/basics/invoice/eu-semantic-invoices-and-validations.md)
- [Attachments](https://dev.ropo.com/guides/basics/invoice/attachments.md)
- [Cash discount](https://dev.ropo.com/guides/basics/invoice/cash-discount.md)
- [Payment plans](https://dev.ropo.com/guides/basics/invoice/payment-plans.md)
- [Financing and invoice purchase](https://dev.ropo.com/guides/basics/invoice/financing-and-invoice-purchase.md)
- [Fixed fee (Late Payment Directive)](https://dev.ropo.com/guides/basics/invoice/fixed-fee-late-payment-directive.md)
- [Construction site information](https://dev.ropo.com/guides/basics/invoice/construction-site-information.md)
- [Print service (own account and reference)](https://dev.ropo.com/guides/basics/invoice/print-service-own-account-and-reference.md)
- [Cover page](https://dev.ropo.com/guides/basics/invoice/cover-page.md): Add a cover page in front of a ready-made PDF when the PDF does not match Ropo's print layout.
- [Examples of invoice accountings](https://dev.ropo.com/guides/basics/invoice/examples-of-invoice-accountings.md): Examples of how to use accountdate and accountrow for accounting exports.
- [Reminder](https://dev.ropo.com/guides/basics/reminder.md)
- [Debt Collection](https://dev.ropo.com/guides/basics/debt-collection.md)
- [Credit note allocation](https://dev.ropo.com/guides/basics/credit-note-allocation.md)
- [Payment](https://dev.ropo.com/guides/basics/payment.md)
- [Other documents](https://dev.ropo.com/guides/basics/other-documents.md): Send PDF letters to Ropo using a JSON index file.


---

# 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://dev.ropo.com/guides/basics.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.
