> For the complete documentation index, see [llms.txt](https://time-plus.doc.plustools.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://time-plus.doc.plustools.de/datenbanktabellen.md).

# Datenbanktabellen

- [Adressen-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/adressen-tabelle.md): Die Adressen-Tabelle ist die Standard-Tabelle von Cobra. (Tabellentyp: ADDRESSES)
- [Belege-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/belege-tabelle.md): Die Belege-Tabelle ist eine Zusatz-Tabelle, die sich unterhalb der Adressen-Tabelle befindet. (Tabellentyp: ADDITIONAL)
- [Belegpositionen-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/belegpositionen-tabelle.md): Die Belegpositionen-Tabelle ist eine Zusatz-Tabelle, die sich unterhalb, der für die TIME+PLUS erstellten Belege-Tabelle befindet. (Tabellentyp: SUBTABLE)
- [Zeitnachweis-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/zeitnachweis-tabelle.md): Die Zeitnachweis-Tabelle ist eine Zusatz-Tabelle, die sich unterhalb, der für die TIME+PLUS erstellten Belegpositionen-Tabelle befindet. (Tabellentyp: SUBTABLE)
- [Komponenten-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/komponenten-tabelle.md): Die Komponenten-Tabelle ist eine Zusatz-Tabelle, die sich unterhalb der Adressen-Tabelle befindet. (Tabellentyp: ADDITIONAL)
- [TicketFilter-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/ticketfilter-tabelle.md): Die TicketFilter-Tabelle ist eine Zusatz-Tabelle, die sich unterhalb der Adressen-Tabelle befindet. (Tabellentyp: ADDITIONAL)
- [Zeitbuchung-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/zeitbuchung-tabelle.md): Die Zeitbuchung-Tabelle ist eine Zusatz-Tabelle, die sich unterhalb der Adressen-Tabelle befindet. (Tabellentyp: ADDITIONAL)
- [Zeiterfassung-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/zeiterfassung-tabelle.md): Die Zeiterfassung-Tabelle ist eine Zusatz-Tabelle, die sich unterhalb der Adressen-Tabelle befindet. (Tabellentyp: ADDITIONAL)
- [Zeiterfassung Automatisch-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/zeiterfassung-automatisch-tabelle.md): Die \[Zeiterfassung Automatisch]-Tabelle ist eine Zusatz-Tabelle, die sich unterhalb der Adressen-Tabelle befindet. (Tabellentyp: ADDITIONAL)
- [Artikel-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/artikel-tabelle.md): Die Artikel-Tabelle ist eine freie Tabelle. (Tabellentyp: FREE)
- [ArtikelPreise-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/artikelpreise-tabelle.md): Die ArtikelPreise-Tabelle ist eine freie Tabelle. (Tabellentyp: FREE)
- [Feiertage-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/feiertage-tabelle.md): Die Feiertage-Tabelle ist eine freie Tabelle. (Tabellentyp: FREE)
- [Tickets-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/tickets-tabelle.md): Die Tickets-Tabelle ist eine freie Tabelle. (Tabellentyp: FREE)
- [TicketAngebote-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/ticketangebote-tabelle.md): Die TicketAngebote-Tabelle ist eine freie Tabelle. (Tabellentyp: FREE)
- [TicketAngebotPositionen-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/ticketangebotpositionen-tabelle.md): Die TicketAngebotPositionen-Tabelle ist eine freie Tabelle. (Tabellentyp: FREE)
- [TicketBeobachter-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/ticketbeobachter-tabelle.md): Die TicketBeobachter-Tabelle ist eine freie Tabelle. (Tabellentyp: FREE)
- [TicketDokumente-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/ticketdokumente-tabelle.md): Die TicketDokumente-Tabelle ist eine freie Tabelle. (Tabellentyp: FREE)
- [TicketKommentare-Tabelle](https://time-plus.doc.plustools.de/datenbanktabellen/ticketkommentare-tabelle.md): Die TicketKommentare-Tabelle ist eine freie Tabelle. (Tabellentyp: FREE)


---

# 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://time-plus.doc.plustools.de/datenbanktabellen.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.
