# Portal

- [Multi-Tenancy (Workspaces)](https://docs.datacake.de/portal/workspaces.md)
- [Folders](https://docs.datacake.de/portal/folders.md)
- [Reports](https://docs.datacake.de/portal/reports.md): Create periodic CSV exports of your sensor data
- [Energy Report](https://docs.datacake.de/portal/reports/energy-report.md): Energy Reports in Datacake enable automated, scheduled reporting of device consumption data. Reports are delivered via email and provide detailed energy consumption analysis across different time peri
- [Exports](https://docs.datacake.de/portal/exports.md)
- [Administrators](https://docs.datacake.de/portal/administrators.md): Learn how you can assign Administrators, move Ownerships of Accounts, and define Members across multiple Workspaces using our Administrator Section on Organizations.
- [Members](https://docs.datacake.de/portal/members.md)
- [API Users](https://docs.datacake.de/portal/members/apiuser.md)
- [Security & Privacy](https://docs.datacake.de/portal/security-and-privacy.md)
- [Billing](https://docs.datacake.de/portal/billing.md)
- [Support Packages](https://docs.datacake.de/portal/billing/support-packages.md)
- [VAT Exemption / Tax ID](https://docs.datacake.de/portal/billing/vat-exemption.md)
- [SMS Credits](https://docs.datacake.de/portal/billing/sms-credits.md)
- [Access Invoices](https://docs.datacake.de/portal/billing/access-invoices.md)
- [Unused time and Remaining time in Invoices (Prorations)](https://docs.datacake.de/portal/billing/unused-time-and-remaining-time-in-invoices-prorations.md): The following documentation describes the meaning of "Remaining time on..." and "Unused time on..." inside Stripe generated invoices.
- [Codes](https://docs.datacake.de/portal/billing/codes.md)
- [White Label](https://docs.datacake.de/portal/white-label.md): Datacake allows you to run a copy of the portal on your own domain with your own branding.
- [Set your White Label Site as Default Branding](https://docs.datacake.de/portal/white-label/set-your-white-label-site-as-default-branding.md)
- [Rules](https://docs.datacake.de/portal/rule-engine.md): With rules you can setup notifications or trigger downlinks in an automated way.
- [Legacy Rule Engine](https://docs.datacake.de/portal/rule-engine/legacy-rule-engine.md): The Legacy Rule Engine allows you to create rules for specific devices.
- [Sending notifications via Telegram](https://docs.datacake.de/portal/rule-engine/legacy-rule-engine/sending-notifications-via-telegram.md): This guide shows you how to send notifications triggered by rules to a Telegram user using the pushmore.io service
- [New Rule Engine](https://docs.datacake.de/portal/rule-engine/new-rule-engine.md)
- [Rule Engine Table Overview](https://docs.datacake.de/portal/rule-engine/new-rule-engine/rule-engine-table-overview.md): You can add columns to your Rule Engine Overview to have a better management in your notification and automation centre.
- [Copy/Paste and Template Functionality](https://docs.datacake.de/portal/rule-engine/new-rule-engine/copy-paste-and-template-functionality.md): How to duplicate, copy and paste rules and work with rule templates on the new rule engine.
- [Advanced Rule Engine E-Mail and Webhook Templates](https://docs.datacake.de/portal/rule-engine/new-rule-engine/advanced-rule-engine-e-mail-and-webhook-templates.md): This guide shows you how you can use the rule engines template language to create custom alerting messages that include sensor information.
- [How to check if a value stays above or below limits for given time](https://docs.datacake.de/portal/rule-engine/new-rule-engine/how-to-check-if-a-value-stays-above-or-below-limits-for-given-time.md): Learn how to configure Datacake to monitor if a sensor value remains above or below a specified limit for a set duration, ensuring accurate, time-based condition alerts.
- [Time Restrictions](https://docs.datacake.de/portal/rule-engine/new-rule-engine/time-restrictions.md): This guide explains how you can set up time based weekday restrictions for individual actions on Datacake Rule Engine.
- [Rule Logs Overview](https://docs.datacake.de/portal/rule-engine/new-rule-engine/rule-logs-overview.md): A guide on understanding, debugging, and auditing your automation rules
- [Actions](https://docs.datacake.de/portal/rule-engine/new-rule-engine/actions.md)
- [Schedule Mass-Downlinks (Multicast)](https://docs.datacake.de/portal/rule-engine/new-rule-engine/actions/schedule-mass-downlinks-multicast.md): This document provides a detailed guide on triggering mass downlinks (multicast/broadcast) on a time-based schedule using the Datacake Rule Engine, allowing you to send downlinks to multiple devices.
- [Set Value](https://docs.datacake.de/portal/rule-engine/new-rule-engine/actions/set-value.md)
- [Zones](https://docs.datacake.de/portal/zones.md): Datacake Zones - IoT Asset Tracking Features


---

# Agent Instructions: 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:

```
GET https://docs.datacake.de/portal.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.
