> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/artikel-und-materialien/artikel-sichtbarkeit-und-abrechnung-steuern.md).

# Artikel-Sichtbarkeit und Abrechnung steuern

Jeder Artikel kann separate **Sichtbar** und **Abrechenbar** Einstellungen haben.

Mit diesen Einstellungen steuern Sie, was Kunden sehen und was berechnet wird.

### Was Sichtbar steuert

Wenn **Sichtbar** ist aktiviert, kann der Artikel auf Arbeitsaufträge-, Angebots- und Rechnung-PDFs erscheinen.

Wenn es deaktiviert ist, kann der Artikel weiterhin intern verwendet werden, ohne auf dem Kundendokument angezeigt zu werden.

### Was Abrechenbar steuert

Wenn **Abrechenbar** ist aktiviert, kann der Artikel zu Rechnungspositionen und Summen beitragen.

Wenn es deaktiviert ist, kann der Artikel weiterhin erfasst werden, ohne dem Kunden dafür etwas zu berechnen.

### Häufige Anwendungsfälle

Verwenden Sie diese Einstellungen für Fälle wie:

* interne Verbrauchsmaterialien
* enthaltene Materialien
* Artikel, die Sie nachverfolgen, aber nicht separat berechnen möchten

### Häufig gestellte Fragen

<details>

<summary>Kann ein Artikel sichtbar, aber nicht abrechenbar sein?</summary>

Ja.

Sie können die Position anzeigen, ohne sie zu berechnen.

</details>

<details>

<summary>Kann ein Artikel abrechenbar, aber nicht sichtbar sein?</summary>

Das hängt davon ab, wie Ihr Prozess und Ihr Layout eingerichtet sind.

Prüfen Sie das PDF-Ergebnis sorgfältig.

</details>

<details>

<summary>Warum sollte ich einen Artikel im PDF ausblenden?</summary>

Um interne oder unterstützende Materialien aus dem kundenorientierten Dokument herauszuhalten.

</details>

### Verwandte Themen

* [**Verstehen Sie Artikel-Felder und -Optionen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/artikel-und-materialien/artikelfelder-und-optionen-verstehen.md)
* [**Artikel zu Arbeitsaufträge hinzufügen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/artikel-und-materialien/artikel-zu-arbeitsauftragen-hinzufugen.md)
* [**Fügen Sie Artikel zu Angeboten und Rechnungen hinzu**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/artikel-und-materialien/artikel-zu-angeboten-und-rechnungen-hinzufugen.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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/artikel-und-materialien/artikel-sichtbarkeit-und-abrechnung-steuern.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.
