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

# BUSINESS FEATURES

- [PLUGINS MARKETPLACE](https://docs.thinger.io/business-features/plugins-marketplace.md)
- [PRODUCTS](https://docs.thinger.io/business-features/products.md): Streamlined Management and Analysis of Large IoT Fleets
- [Product Profile](https://docs.thinger.io/business-features/products/product-profile.md): Manage properties, buckets, API Resources, or custom scripts within a Product.
- [Properties](https://docs.thinger.io/business-features/products/product-profile/properties.md): Store device configuration, latest values, or any other metadata.
- [Buckets](https://docs.thinger.io/business-features/products/product-profile/buckets.md): Store time series data from your devices with a few clicks.
- [Flows](https://docs.thinger.io/business-features/products/product-profile/flows.md): Automate product pipelines between device datapoints and Thinger.io resources
- [API Resources](https://docs.thinger.io/business-features/products/product-profile/api-resources.md): Create custom API devices for interacting with the devices.
- [Scripts](https://docs.thinger.io/business-features/products/product-profile/scripts.md)
- [Payloads](https://docs.thinger.io/business-features/products/product-profile/payloads.md)
- [Product Dashboard](https://docs.thinger.io/business-features/products/product-dashboard.md)
- [Product Services](https://docs.thinger.io/business-features/products/product-services.md)
- [Examples](https://docs.thinger.io/business-features/products/examples.md)
- [Shelly Plug S](https://docs.thinger.io/business-features/products/examples/shelly-plug-s.md): WiFi Smart Plug with Power Metering
- [Kunbus RevPi](https://docs.thinger.io/business-features/products/examples/kunbus-revpi.md): Open Source IPC based on Raspberry Pi
- [Shelly Plus 1 PM](https://docs.thinger.io/business-features/products/examples/shelly-plus-1-pm.md): Wi-Fi-operated smart relay, 1 channel 16A, with Power Metering
- [FILE STORAGES](https://docs.thinger.io/business-features/file-system.md)
- [PROJECTS MANAGER](https://docs.thinger.io/business-features/projects.md): This section explains how to use the project management tool to classify resources and share them with other user accounts
- [USER ACCOUNTS](https://docs.thinger.io/business-features/users-management.md)
- [WHITE-LABELING](https://docs.thinger.io/business-features/web-console-rebranding.md): This feature allows to custom the appearance of Thinger.io web console to a different brand.
- [CUSTOM WEB DOMAIN](https://docs.thinger.io/business-features/web-domain-customization.md)
- [OAUTH2 CLIENTS](https://docs.thinger.io/business-features/oauth2-clients.md)
- [PROXIES](https://docs.thinger.io/business-features/proxies.md): This feature that enables seamless integration of IoT devices and third-party platforms with Thinger.io platform and its plugins by means of raw server ports.
- [CLAIM](https://docs.thinger.io/business-features/claim.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.thinger.io/business-features.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.
