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

# guide

- [Come si fa?](https://docs.openstamanager.com/2.4.33/guide/esempi.md): Esempi pratici alle principali funzioni di OpenSTAManager
- [Autofattura](https://docs.openstamanager.com/2.4.33/guide/esempi/autofattura.md): Come emettere un'autofattura con OpenSTAManager
- [Calendario su telefono](https://docs.openstamanager.com/2.4.33/guide/esempi/calendario-su-telefono.md): Come sincronizzare il calendario sul telefono con le attività dei tecnici dall'app tecnici.
- [Contratti a ore](https://docs.openstamanager.com/2.4.33/guide/esempi/contratti-a-ore.md): Come gestire i contratti a ore con OpenSTAManager
- [🧑🔧 Contratti di manutenzione](https://docs.openstamanager.com/2.4.33/guide/esempi/assistenza-tecnica.md): Come gestire un contratto di manutenzione con OpenSTAManager
- [🙋♂ Dichiarazioni d'Intento](https://docs.openstamanager.com/2.4.33/guide/esempi/dichiarazioni-dintento.md): Come gestire le dichiarazione d'intento in OpenSTAManager
- [Fatturazione Elettronica](https://docs.openstamanager.com/2.4.33/guide/esempi/fatturazione-elettronica.md): Guida alla Fatturazione elettronica con OpenSTAManager
- [Codice identificativo documento e CIG](https://docs.openstamanager.com/2.4.33/guide/esempi/fatturazione-elettronica/codice-identificativo-documento-e-cig.md): Guida al Codice identificativo documento e CIG in OpenSTAManager
- [Decreto Rilancio 2020](https://docs.openstamanager.com/2.4.33/guide/esempi/fatturazione-elettronica/decreto-rilancio-2020.md): Come applicare lo sconto in base all'articolo 121 del DL n.34 del 2020 (bonus 110/65/50 %).
- [Domande comuni](https://docs.openstamanager.com/2.4.33/guide/esempi/fatturazione-elettronica/domande-comuni-fatturazione-elettronica.md): Le domande comuni dei nostri utenti riguardo la Fatturazione Elettronica
- [Errori frequenti](https://docs.openstamanager.com/2.4.33/guide/esempi/fatturazione-elettronica/errori-frequenti.md): Raccolta di errori frequenti nella compilazione di fatture elettroniche degli utenti OpenSTAManager
- [Split payment e reverse charge](https://docs.openstamanager.com/2.4.33/guide/esempi/fatturazione-elettronica/fattura-pa.md): Guida alle operazioni in split payment e reverse charge con OpenSTAManager
- [Fatture non elettroniche](https://docs.openstamanager.com/2.4.33/guide/esempi/fatture-non-elettroniche.md): Come gestire le fatture non elettroniche con OpenSTAManager
- [Gestione acconto](https://docs.openstamanager.com/2.4.33/guide/esempi/gestione-acconto.md): Come gestire gli acconti nei documenti di vendita con OpenSTAManager
- [Import articoli](https://docs.openstamanager.com/2.4.33/guide/esempi/import-articoli.md): Come importare articoli in OpenSTAManager
- [Incassi e pagamenti](https://docs.openstamanager.com/2.4.33/guide/esempi/contabilita.md): Come gestire gli incassi e pagamenti con OpenSTAManager
- [Nota di credito](https://docs.openstamanager.com/2.4.33/guide/esempi/nota-di-credito.md): Come creare una nota di credito in OpenSTAManager
- [👨🏫 Prezzo di vendita automatico](https://docs.openstamanager.com/2.4.33/guide/esempi/prezzo-di-vendita-automatico.md): Come rendere un prezzo di vendita automatico in OpenSTAManager
- [Quantità di magazzino](https://docs.openstamanager.com/2.4.33/guide/esempi/magazzino.md): Come gestire le quantità di magazzino in OpenSTAManager
- [Sconto combinato](https://docs.openstamanager.com/2.4.33/guide/esempi/sconto-combinato.md): Come gestire lo sconto combinato nei documenti di vendita con OpenSTAManager
- [Videoguide](https://docs.openstamanager.com/2.4.33/guide/videoguide.md): Videoguide facili e veloci per approfondire e comprendere nel dettaglio le funzionalità di OpenSTAManager e poterne sfruttare al meglio la potenzialità
- [Attività/Fatturazione](https://docs.openstamanager.com/2.4.33/guide/videoguide/attivita-fatturazione.md): Dall'inserimento di un'attività alla sua fatturazione
- [Preventivo/Consuntivo](https://docs.openstamanager.com/2.4.33/guide/videoguide/preventivo-consuntivo.md): Come creare un preventivo mantenendo il controllo sul consuntivo
- [F.A.Q.](https://docs.openstamanager.com/2.4.33/guide/domande-comuni.md): Raccolta delle domande comuni fra i nostri utenti (Frequently Asked Question).


---

# 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.openstamanager.com/2.4.33/guide.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.
