> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/deutsch/advanced-functions-and-tools.md).

# erweiterte funktionen und werkzeuge

- [Postman for DocBits](https://docs.docbits.com/deutsch/advanced-functions-and-tools/postman-for-docbits.md)
- [Testen Sie Ihre BOD-Verbindung mit Postman](https://docs.docbits.com/deutsch/advanced-functions-and-tools/postman-for-docbits/test-your-bod-connection-with-postman.md)
- [Importieren von Lieferanten- und Bestelldaten in DocBits aus CSV-Dateien](https://docs.docbits.com/deutsch/advanced-functions-and-tools/importing-supplier-and-purchase-order-data-into-docbits-from-csv-files.md)
- [DocNet](https://docs.docbits.com/deutsch/advanced-functions-and-tools/docnet.md)
- [AI Workforce](https://docs.docbits.com/deutsch/advanced-functions-and-tools/ai_workforce.md)
- [DocFlow MCP](https://docs.docbits.com/deutsch/advanced-functions-and-tools/docflow-mcp.md)
- [Setup & Konfiguration](https://docs.docbits.com/deutsch/advanced-functions-and-tools/docflow-mcp/setup-and-configuration.md)
- [Workflow-Tools](https://docs.docbits.com/deutsch/advanced-functions-and-tools/docflow-mcp/workflow-tools.md)
- [Card SDK Tools](https://docs.docbits.com/deutsch/advanced-functions-and-tools/docflow-mcp/card-sdk-tools.md)
- [Beispiele](https://docs.docbits.com/deutsch/advanced-functions-and-tools/docflow-mcp/examples.md)
- [DocBits Operator](https://docs.docbits.com/deutsch/advanced-functions-and-tools/docbits-operator.md)
- [Anleitung zur Erstellung von Aufforderungen](https://docs.docbits.com/deutsch/advanced-functions-and-tools/docbits-operator/prompt-writing-guide.md)
- [Auslösen von Aufforderungen mit einem Workflow](https://docs.docbits.com/deutsch/advanced-functions-and-tools/docbits-operator/triggering-prompts-with-a-workflow.md)
- [On-Premise Ausführungsablauf](https://docs.docbits.com/deutsch/advanced-functions-and-tools/docbits-operator/triggering-prompts-with-a-workflow/on-premise-execution-flow.md)
- [Verbindung von DocBits mit Power BI](https://docs.docbits.com/deutsch/advanced-functions-and-tools/verbindung-von-docbits-mit-power-bi.md)
- [Verbindung über ClickHouse](https://docs.docbits.com/deutsch/advanced-functions-and-tools/verbindung-von-docbits-mit-power-bi/verbindung-uber-clickhouse.md)
- [Verbindung über schreibgeschützte Datenbank herstellen](https://docs.docbits.com/deutsch/advanced-functions-and-tools/verbindung-von-docbits-mit-power-bi/verbindung-uber-schreibgeschutzte-datenbank-herstellen.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://docs.docbits.com/deutsch/advanced-functions-and-tools.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.
