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

# Commercial Use

- [Deploying Products With Dynamic AuthTokens](https://docs.blynk.io/en/commercial-use/deploying-products-with-dynamic-authtokens.md)
- [Deploying Products With Static Tokens](https://docs.blynk.io/en/commercial-use/deploying-products-with-static-authtokens.md): How to work with Static Tokens in a commercial environment
- [Working With Clients](https://docs.blynk.io/en/commercial-use/working-with-clients-pro-business-plan.md): Recommended workflow
- [Supported topologies](https://docs.blynk.io/en/commercial-use/supported-topologies.md)
- [Enterprise Plan (White Label Solution)](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets.md)
- [App Publishing Process And Timeline](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets/app-publishing-process-and-timeline.md): Learn about the process to publish your apps to app stores and how long will it take
- [What's Needed To Publish Your Apps And Go Live](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets/publishing-materials.md): Screenshots, app description and other resources necessary for publication of Android/iOS applications in application stores
- [Branding Materials](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets/branding-materials.md): Icon, logo and other resources necessary for publication of Android/iOS applications in application stores
- [Custom Email Address For Transactional Emails](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets/set-up-custom-email-address-for-transactional-emails-in-blynk.md): How to set up custom "from" email address for transactional emails in Blynk
- [Application Settings](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets/application-settings.md)
- [General](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets/application-settings/general.md)
- [Design](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets/application-settings/design.md): Web Dashboard elements design setup section.
- [Mobile Apps](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets/application-settings/mobile-apps.md)
- [Sign Up](https://docs.blynk.io/en/commercial-use/business-plan-white-label-assets/application-settings/sign-up.md): Here you can set up Client and Partners Sign Up options.


---

# 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.blynk.io/en/commercial-use.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.
