# Arpelin

## Arpelin

- [Introduction](https://arpelin.gitbook.io/arpelin/intro.md)
- [Installation](https://arpelin.gitbook.io/arpelin/config/installation.md)
- [Paiements en ligne](https://arpelin.gitbook.io/arpelin/config/online-payments.md): Arpelin propose deux passerelles de paiements pour accepter les commandes sur votre site Internet. Stancer étant une paserelle française et moins chère que Stripe en termes de coût par transaction.
- [Impression des tickets commerçant](https://arpelin.gitbook.io/arpelin/config/tickets.md): Seules certaines imprimantes sont compatibles pour l'impression des tickets. Vous devez posséder une imprimante compatible Windows 10 ou 11.
- [Kiosques (automatiquement)](https://arpelin.gitbook.io/arpelin/config/kiosks.md): Arpelin vous permet de configurer des bornes de commande (kiosque) avec Paiement CB et comptoir.
- [Kiosques (manuellement)](https://arpelin.gitbook.io/arpelin/config/kiosks-1.md): Si pour une raison quelconque, le .EXE n'a pas fonctionné, vous pouvez configurer la borne manuellement en suivant ces étapes.
- [FAQ](https://arpelin.gitbook.io/arpelin/config/faq.md)
- [TPE Smile\&Pay](https://arpelin.gitbook.io/arpelin/config/tpe-smile-and-pay.md)
- [Documentation Git - Logiciel Arpelin](https://arpelin.gitbook.io/arpelin/nf525/documentation-git-logiciel-arpelin.md): Ce document présente la gestion de version du logiciel Arpelin dans le cadre de la certification NF525 - Logiciel Gestion de l'Encaissement.
- [DCG - Dossier de Conception Générale Arpelin](https://arpelin.gitbook.io/arpelin/nf525/dcg-dossier-de-conception-generale-arpelin.md)
- [DSF - Dossier de Spécifications Fonctionnelles Arpelin](https://arpelin.gitbook.io/arpelin/dsf-dossier-de-specifications-fonctionnelles-arpelin.md)
- [DST - Dossier de spécification technique](https://arpelin.gitbook.io/arpelin/dst-dossier-de-specification-technique.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://arpelin.gitbook.io/arpelin/intro.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.
