This is an automated email from the ASF dual-hosted git repository.
CritasWang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 5b73ec18 add commercial support (#1154)
5b73ec18 is described below
commit 5b73ec186ec4ece596e63299e331a1a45191b988
Author: leto-b <[email protected]>
AuthorDate: Wed Jun 10 14:34:22 2026 +0800
add commercial support (#1154)
---
.../public/img/commercial-support-pragmatic.png | Bin 0 -> 32442 bytes
.../public/img/commercial-support-timecho-zh.png | Bin 0 -> 30522 bytes
.../public/img/commercial-support-timecho.png | Bin 0 -> 48343 bytes
.../public/img/commercial-support-toddy.png | Bin 0 -> 23251 bytes
src/.vuepress/sidebar/V1.3.x/en.ts | 1 +
src/.vuepress/sidebar/V1.3.x/zh.ts | 1 +
src/.vuepress/sidebar/V2.0.x/en-Table.ts | 1 +
src/.vuepress/sidebar/V2.0.x/en-Tree.ts | 1 +
src/.vuepress/sidebar/V2.0.x/zh-Table.ts | 1 +
src/.vuepress/sidebar/V2.0.x/zh-Tree.ts | 1 +
.../Commercial-Support_apache.md | 39 +++++++++++++++++++++
.../Commercial-Support_apache.md | 39 +++++++++++++++++++++
.../Commercial-Support_apache.md | 39 +++++++++++++++++++++
.../Commercial-Support_apache.md | 39 +++++++++++++++++++++
.../Commercial-Support_apache.md | 39 +++++++++++++++++++++
.../Commercial-Support_apache.md | 39 +++++++++++++++++++++
.../Commercial-Support_apache.md | 38 ++++++++++++++++++++
.../Commercial-Support_apache.md | 38 ++++++++++++++++++++
.../Commercial-Support_apache.md | 38 ++++++++++++++++++++
.../Commercial-Support_apache.md | 38 ++++++++++++++++++++
.../Commercial-Support_apache.md | 38 ++++++++++++++++++++
.../Commercial-Support_apache.md | 38 ++++++++++++++++++++
22 files changed, 468 insertions(+)
diff --git a/src/.vuepress/public/img/commercial-support-pragmatic.png
b/src/.vuepress/public/img/commercial-support-pragmatic.png
new file mode 100644
index 00000000..215d7521
Binary files /dev/null and
b/src/.vuepress/public/img/commercial-support-pragmatic.png differ
diff --git a/src/.vuepress/public/img/commercial-support-timecho-zh.png
b/src/.vuepress/public/img/commercial-support-timecho-zh.png
new file mode 100644
index 00000000..4b949593
Binary files /dev/null and
b/src/.vuepress/public/img/commercial-support-timecho-zh.png differ
diff --git a/src/.vuepress/public/img/commercial-support-timecho.png
b/src/.vuepress/public/img/commercial-support-timecho.png
new file mode 100644
index 00000000..d656c9b5
Binary files /dev/null and
b/src/.vuepress/public/img/commercial-support-timecho.png differ
diff --git a/src/.vuepress/public/img/commercial-support-toddy.png
b/src/.vuepress/public/img/commercial-support-toddy.png
new file mode 100644
index 00000000..9ceea6f2
Binary files /dev/null and
b/src/.vuepress/public/img/commercial-support-toddy.png differ
diff --git a/src/.vuepress/sidebar/V1.3.x/en.ts
b/src/.vuepress/sidebar/V1.3.x/en.ts
index 24635e73..d5100187 100644
--- a/src/.vuepress/sidebar/V1.3.x/en.ts
+++ b/src/.vuepress/sidebar/V1.3.x/en.ts
@@ -31,6 +31,7 @@ export const enSidebar = {
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Scenario', link: 'Scenario' },
{ text: 'Release History', link: 'Release-history_apache' },
+ { text: 'Commercial Support', link: 'Commercial-Support_apache' },
],
},
{
diff --git a/src/.vuepress/sidebar/V1.3.x/zh.ts
b/src/.vuepress/sidebar/V1.3.x/zh.ts
index 405ee6d5..8a9cbbf2 100644
--- a/src/.vuepress/sidebar/V1.3.x/zh.ts
+++ b/src/.vuepress/sidebar/V1.3.x/zh.ts
@@ -31,6 +31,7 @@ export const zhSidebar = {
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
{ text: '应用场景', link: 'Scenario' },
{ text: '发布历史', link: 'Release-history_apache' },
+ { text: '商业支持', link: 'Commercial-Support_apache' },
],
},
{
diff --git a/src/.vuepress/sidebar/V2.0.x/en-Table.ts
b/src/.vuepress/sidebar/V2.0.x/en-Table.ts
index 6fd4bc92..850e77f6 100644
--- a/src/.vuepress/sidebar/V2.0.x/en-Table.ts
+++ b/src/.vuepress/sidebar/V2.0.x/en-Table.ts
@@ -30,6 +30,7 @@ export const enSidebar = {
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Scenario', link: 'Scenario' },
{ text: 'Release History', link: 'Release-history_apache' },
+ { text: 'Commercial Support', link: 'Commercial-Support_apache' },
],
},
{
diff --git a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
index e3d94ceb..127a0c1b 100644
--- a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
@@ -30,6 +30,7 @@ export const enSidebar = {
{ text: 'IoTDB Introduction', link: 'IoTDB-Introduction_apache' },
{ text: 'Scenario', link: 'Scenario' },
{ text: 'Release History', link: 'Release-history_apache' },
+ { text: 'Commercial Support', link: 'Commercial-Support_apache' },
],
},
{
diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Table.ts
b/src/.vuepress/sidebar/V2.0.x/zh-Table.ts
index 71754c6a..e4b1ce05 100644
--- a/src/.vuepress/sidebar/V2.0.x/zh-Table.ts
+++ b/src/.vuepress/sidebar/V2.0.x/zh-Table.ts
@@ -30,6 +30,7 @@ export const zhSidebar = {
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
{ text: '应用场景', link: 'Scenario' },
{ text: '发布历史', link: 'Release-history_apache' },
+ { text: '商业支持', link: 'Commercial-Support_apache' },
],
},
{
diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
index 7d8631c8..9285b94e 100644
--- a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
@@ -30,6 +30,7 @@ export const zhSidebar = {
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
{ text: '应用场景', link: 'Scenario' },
{ text: '发布历史', link: 'Release-history_apache' },
+ { text: '商业支持', link: 'Commercial-Support_apache' },
],
},
{
diff --git
a/src/UserGuide/Master/Table/IoTDB-Introduction/Commercial-Support_apache.md
b/src/UserGuide/Master/Table/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..e62ab990
--- /dev/null
+++ b/src/UserGuide/Master/Table/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,39 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# Commercial support
+
+As every Apache project, so is `Apache IoTDB` generally available and usable
by anyone free of charge.
+
+Also does the `Apache IoTDB Community` offer free support on the official
project `Mailinglist`. This support is however, done voluntarily by the
community, so there are no service-level-agreements, guaranteed reaction times
or guarantee that an issue will be addressed or solved.
+
+If you or your business has higher demands on guaranteed availability and
execution of support requests, the following individuals and companies have
commercial support offerings.
+
+The information provided here was provided by the entities named, and is not
verified (except the `Involvement Level`), updated or endorsed by the `Apache
Software Foundation` or the `Apache IoTDB` project.
+
+## Commercial Support Providers for Apache IoTDB
+
+|
| Name
| Description
[...]
+|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------------------ |
-----------------------------------------------------------------------------------------------------------------------------------------------------
[...]
+| | [Timecho Europe
GmbH](https://www.timecho-global.com/) | Enterprise-grade products and
solutions, technical support/ consulting/ training, deployment and migration,
performance tuning, training, custom development, protocol/ connector/ driver
development, time-series foundation model services, and AI services. | Pengchen
Zheng | [email protected] | - | Committer
|
+| | [pragmatic industries
GmbH](https://pragmaticindustries.com/)| Technical support/ consulting/
training, deployment and migration, custom development
| Julian
Feinauer | [email protected] | - | PMC Member
|
+| | [ToddySoft
GmbH](https://toddysoft.com/)| Technical support/ consulting/ training,
deployment and migration, protocol/ connector/ driver development, custom
development
| Christofer Dutz
| [email protected] | - | PMC Member |
+
diff --git
a/src/UserGuide/Master/Tree/IoTDB-Introduction/Commercial-Support_apache.md
b/src/UserGuide/Master/Tree/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..e62ab990
--- /dev/null
+++ b/src/UserGuide/Master/Tree/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,39 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# Commercial support
+
+As every Apache project, so is `Apache IoTDB` generally available and usable
by anyone free of charge.
+
+Also does the `Apache IoTDB Community` offer free support on the official
project `Mailinglist`. This support is however, done voluntarily by the
community, so there are no service-level-agreements, guaranteed reaction times
or guarantee that an issue will be addressed or solved.
+
+If you or your business has higher demands on guaranteed availability and
execution of support requests, the following individuals and companies have
commercial support offerings.
+
+The information provided here was provided by the entities named, and is not
verified (except the `Involvement Level`), updated or endorsed by the `Apache
Software Foundation` or the `Apache IoTDB` project.
+
+## Commercial Support Providers for Apache IoTDB
+
+|
| Name
| Description
[...]
+|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------------------ |
-----------------------------------------------------------------------------------------------------------------------------------------------------
[...]
+| | [Timecho Europe
GmbH](https://www.timecho-global.com/) | Enterprise-grade products and
solutions, technical support/ consulting/ training, deployment and migration,
performance tuning, training, custom development, protocol/ connector/ driver
development, time-series foundation model services, and AI services. | Pengchen
Zheng | [email protected] | - | Committer
|
+| | [pragmatic industries
GmbH](https://pragmaticindustries.com/)| Technical support/ consulting/
training, deployment and migration, custom development
| Julian
Feinauer | [email protected] | - | PMC Member
|
+| | [ToddySoft
GmbH](https://toddysoft.com/)| Technical support/ consulting/ training,
deployment and migration, protocol/ connector/ driver development, custom
development
| Christofer Dutz
| [email protected] | - | PMC Member |
+
diff --git
a/src/UserGuide/V1.3.x/IoTDB-Introduction/Commercial-Support_apache.md
b/src/UserGuide/V1.3.x/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..e62ab990
--- /dev/null
+++ b/src/UserGuide/V1.3.x/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,39 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# Commercial support
+
+As every Apache project, so is `Apache IoTDB` generally available and usable
by anyone free of charge.
+
+Also does the `Apache IoTDB Community` offer free support on the official
project `Mailinglist`. This support is however, done voluntarily by the
community, so there are no service-level-agreements, guaranteed reaction times
or guarantee that an issue will be addressed or solved.
+
+If you or your business has higher demands on guaranteed availability and
execution of support requests, the following individuals and companies have
commercial support offerings.
+
+The information provided here was provided by the entities named, and is not
verified (except the `Involvement Level`), updated or endorsed by the `Apache
Software Foundation` or the `Apache IoTDB` project.
+
+## Commercial Support Providers for Apache IoTDB
+
+|
| Name
| Description
[...]
+|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------------------ |
-----------------------------------------------------------------------------------------------------------------------------------------------------
[...]
+| | [Timecho Europe
GmbH](https://www.timecho-global.com/) | Enterprise-grade products and
solutions, technical support/ consulting/ training, deployment and migration,
performance tuning, training, custom development, protocol/ connector/ driver
development, time-series foundation model services, and AI services. | Pengchen
Zheng | [email protected] | - | Committer
|
+| | [pragmatic industries
GmbH](https://pragmaticindustries.com/)| Technical support/ consulting/
training, deployment and migration, custom development
| Julian
Feinauer | [email protected] | - | PMC Member
|
+| | [ToddySoft
GmbH](https://toddysoft.com/)| Technical support/ consulting/ training,
deployment and migration, protocol/ connector/ driver development, custom
development
| Christofer Dutz
| [email protected] | - | PMC Member |
+
diff --git
a/src/UserGuide/dev-1.3/IoTDB-Introduction/Commercial-Support_apache.md
b/src/UserGuide/dev-1.3/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..e62ab990
--- /dev/null
+++ b/src/UserGuide/dev-1.3/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,39 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# Commercial support
+
+As every Apache project, so is `Apache IoTDB` generally available and usable
by anyone free of charge.
+
+Also does the `Apache IoTDB Community` offer free support on the official
project `Mailinglist`. This support is however, done voluntarily by the
community, so there are no service-level-agreements, guaranteed reaction times
or guarantee that an issue will be addressed or solved.
+
+If you or your business has higher demands on guaranteed availability and
execution of support requests, the following individuals and companies have
commercial support offerings.
+
+The information provided here was provided by the entities named, and is not
verified (except the `Involvement Level`), updated or endorsed by the `Apache
Software Foundation` or the `Apache IoTDB` project.
+
+## Commercial Support Providers for Apache IoTDB
+
+|
| Name
| Description
[...]
+|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------------------ |
-----------------------------------------------------------------------------------------------------------------------------------------------------
[...]
+| | [Timecho Europe
GmbH](https://www.timecho-global.com/) | Enterprise-grade products and
solutions, technical support/ consulting/ training, deployment and migration,
performance tuning, training, custom development, protocol/ connector/ driver
development, time-series foundation model services, and AI services. | Pengchen
Zheng | [email protected] | - | Committer
|
+| | [pragmatic industries
GmbH](https://pragmaticindustries.com/)| Technical support/ consulting/
training, deployment and migration, custom development
| Julian
Feinauer | [email protected] | - | PMC Member
|
+| | [ToddySoft
GmbH](https://toddysoft.com/)| Technical support/ consulting/ training,
deployment and migration, protocol/ connector/ driver development, custom
development
| Christofer Dutz
| [email protected] | - | PMC Member |
+
diff --git
a/src/UserGuide/latest-Table/IoTDB-Introduction/Commercial-Support_apache.md
b/src/UserGuide/latest-Table/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..e62ab990
--- /dev/null
+++ b/src/UserGuide/latest-Table/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,39 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# Commercial support
+
+As every Apache project, so is `Apache IoTDB` generally available and usable
by anyone free of charge.
+
+Also does the `Apache IoTDB Community` offer free support on the official
project `Mailinglist`. This support is however, done voluntarily by the
community, so there are no service-level-agreements, guaranteed reaction times
or guarantee that an issue will be addressed or solved.
+
+If you or your business has higher demands on guaranteed availability and
execution of support requests, the following individuals and companies have
commercial support offerings.
+
+The information provided here was provided by the entities named, and is not
verified (except the `Involvement Level`), updated or endorsed by the `Apache
Software Foundation` or the `Apache IoTDB` project.
+
+## Commercial Support Providers for Apache IoTDB
+
+|
| Name
| Description
[...]
+|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------------------ |
-----------------------------------------------------------------------------------------------------------------------------------------------------
[...]
+| | [Timecho Europe
GmbH](https://www.timecho-global.com/) | Enterprise-grade products and
solutions, technical support/ consulting/ training, deployment and migration,
performance tuning, training, custom development, protocol/ connector/ driver
development, time-series foundation model services, and AI services. | Pengchen
Zheng | [email protected] | - | Committer
|
+| | [pragmatic industries
GmbH](https://pragmaticindustries.com/)| Technical support/ consulting/
training, deployment and migration, custom development
| Julian
Feinauer | [email protected] | - | PMC Member
|
+| | [ToddySoft
GmbH](https://toddysoft.com/)| Technical support/ consulting/ training,
deployment and migration, protocol/ connector/ driver development, custom
development
| Christofer Dutz
| [email protected] | - | PMC Member |
+
diff --git
a/src/UserGuide/latest/IoTDB-Introduction/Commercial-Support_apache.md
b/src/UserGuide/latest/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..e62ab990
--- /dev/null
+++ b/src/UserGuide/latest/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,39 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# Commercial support
+
+As every Apache project, so is `Apache IoTDB` generally available and usable
by anyone free of charge.
+
+Also does the `Apache IoTDB Community` offer free support on the official
project `Mailinglist`. This support is however, done voluntarily by the
community, so there are no service-level-agreements, guaranteed reaction times
or guarantee that an issue will be addressed or solved.
+
+If you or your business has higher demands on guaranteed availability and
execution of support requests, the following individuals and companies have
commercial support offerings.
+
+The information provided here was provided by the entities named, and is not
verified (except the `Involvement Level`), updated or endorsed by the `Apache
Software Foundation` or the `Apache IoTDB` project.
+
+## Commercial Support Providers for Apache IoTDB
+
+|
| Name
| Description
[...]
+|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------------------ |
-----------------------------------------------------------------------------------------------------------------------------------------------------
[...]
+| | [Timecho Europe
GmbH](https://www.timecho-global.com/) | Enterprise-grade products and
solutions, technical support/ consulting/ training, deployment and migration,
performance tuning, training, custom development, protocol/ connector/ driver
development, time-series foundation model services, and AI services. | Pengchen
Zheng | [email protected] | - | Committer
|
+| | [pragmatic industries
GmbH](https://pragmaticindustries.com/)| Technical support/ consulting/
training, deployment and migration, custom development
| Julian
Feinauer | [email protected] | - | PMC Member
|
+| | [ToddySoft
GmbH](https://toddysoft.com/)| Technical support/ consulting/ training,
deployment and migration, protocol/ connector/ driver development, custom
development
| Christofer Dutz
| [email protected] | - | PMC Member |
+
diff --git
a/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Commercial-Support_apache.md
b/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..0ee15de0
--- /dev/null
+++
b/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,38 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# 商业支持
+
+与所有 Apache 项目一样,**Apache IoTDB** 向所有人免费开放使用。
+
+同时,**Apache IoTDB
社区**也会在项目官方邮件列表上提供免费支持。但这类支持完全由社区志愿者自愿提供,因此不包含任何服务级别协议(SLA)、不承诺响应时间,也不保证问题一定会被处理或解决。
+
+如果您或您的企业对支持请求的可用性和处理时效有更高要求,以下个人及公司可提供商业支持服务。
+
+> **免责声明**:本页面所列信息均由对应实体自行提供。除 “参与程度” 一项外,所有内容均未经 **Apache 软件基金会**或
**Apache IoTDB 项目**核实、更新或背书。
+
+## Apache IoTDB 商业支持提供商
+
+| | 公司名称
| 服务内容
| 联系人 | 联系邮箱 | 联系电话 | 参与程度
|
+|---------------------------------------------|----------------------------------------------------------------|------------------------------------------------------------------|
----------------- | ----------------------------------- | ---------- |
------------ |
+|  |
[天谋科技(北京)有限公司](https://www.timecho.com/) |
企业级产品与解决方案、技术咨询、技术培训、定制化软件开发、协议/驱动开发、时序大模型服务、AI服务 | 郑鹏程
| [email protected] | - | Committer |
+|  | [pragmatic industries
GmbH](https://pragmaticindustries.com/) | 技术咨询、技术培训、定制化软件开发
| Julian Feinauer |
[email protected] | - | PMC Member |
+|  | [ToddySoft
GmbH](https://toddysoft.com/) |
技术咨询、技术培训、定制化软件开发、协议/驱区动开发 | Christofer
Dutz | [email protected] | - | PMC Member |
diff --git
a/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Commercial-Support_apache.md
b/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..0ee15de0
--- /dev/null
+++
b/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,38 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# 商业支持
+
+与所有 Apache 项目一样,**Apache IoTDB** 向所有人免费开放使用。
+
+同时,**Apache IoTDB
社区**也会在项目官方邮件列表上提供免费支持。但这类支持完全由社区志愿者自愿提供,因此不包含任何服务级别协议(SLA)、不承诺响应时间,也不保证问题一定会被处理或解决。
+
+如果您或您的企业对支持请求的可用性和处理时效有更高要求,以下个人及公司可提供商业支持服务。
+
+> **免责声明**:本页面所列信息均由对应实体自行提供。除 “参与程度” 一项外,所有内容均未经 **Apache 软件基金会**或
**Apache IoTDB 项目**核实、更新或背书。
+
+## Apache IoTDB 商业支持提供商
+
+| | 公司名称
| 服务内容
| 联系人 | 联系邮箱 | 联系电话 | 参与程度
|
+|---------------------------------------------|----------------------------------------------------------------|------------------------------------------------------------------|
----------------- | ----------------------------------- | ---------- |
------------ |
+|  |
[天谋科技(北京)有限公司](https://www.timecho.com/) |
企业级产品与解决方案、技术咨询、技术培训、定制化软件开发、协议/驱动开发、时序大模型服务、AI服务 | 郑鹏程
| [email protected] | - | Committer |
+|  | [pragmatic industries
GmbH](https://pragmaticindustries.com/) | 技术咨询、技术培训、定制化软件开发
| Julian Feinauer |
[email protected] | - | PMC Member |
+|  | [ToddySoft
GmbH](https://toddysoft.com/) |
技术咨询、技术培训、定制化软件开发、协议/驱区动开发 | Christofer
Dutz | [email protected] | - | PMC Member |
diff --git
a/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Commercial-Support_apache.md
b/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..0ee15de0
--- /dev/null
+++ b/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,38 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# 商业支持
+
+与所有 Apache 项目一样,**Apache IoTDB** 向所有人免费开放使用。
+
+同时,**Apache IoTDB
社区**也会在项目官方邮件列表上提供免费支持。但这类支持完全由社区志愿者自愿提供,因此不包含任何服务级别协议(SLA)、不承诺响应时间,也不保证问题一定会被处理或解决。
+
+如果您或您的企业对支持请求的可用性和处理时效有更高要求,以下个人及公司可提供商业支持服务。
+
+> **免责声明**:本页面所列信息均由对应实体自行提供。除 “参与程度” 一项外,所有内容均未经 **Apache 软件基金会**或
**Apache IoTDB 项目**核实、更新或背书。
+
+## Apache IoTDB 商业支持提供商
+
+| | 公司名称
| 服务内容
| 联系人 | 联系邮箱 | 联系电话 | 参与程度
|
+|---------------------------------------------|----------------------------------------------------------------|------------------------------------------------------------------|
----------------- | ----------------------------------- | ---------- |
------------ |
+|  |
[天谋科技(北京)有限公司](https://www.timecho.com/) |
企业级产品与解决方案、技术咨询、技术培训、定制化软件开发、协议/驱动开发、时序大模型服务、AI服务 | 郑鹏程
| [email protected] | - | Committer |
+|  | [pragmatic industries
GmbH](https://pragmaticindustries.com/) | 技术咨询、技术培训、定制化软件开发
| Julian Feinauer |
[email protected] | - | PMC Member |
+|  | [ToddySoft
GmbH](https://toddysoft.com/) |
技术咨询、技术培训、定制化软件开发、协议/驱区动开发 | Christofer
Dutz | [email protected] | - | PMC Member |
diff --git
a/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Commercial-Support_apache.md
b/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..0ee15de0
--- /dev/null
+++ b/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,38 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# 商业支持
+
+与所有 Apache 项目一样,**Apache IoTDB** 向所有人免费开放使用。
+
+同时,**Apache IoTDB
社区**也会在项目官方邮件列表上提供免费支持。但这类支持完全由社区志愿者自愿提供,因此不包含任何服务级别协议(SLA)、不承诺响应时间,也不保证问题一定会被处理或解决。
+
+如果您或您的企业对支持请求的可用性和处理时效有更高要求,以下个人及公司可提供商业支持服务。
+
+> **免责声明**:本页面所列信息均由对应实体自行提供。除 “参与程度” 一项外,所有内容均未经 **Apache 软件基金会**或
**Apache IoTDB 项目**核实、更新或背书。
+
+## Apache IoTDB 商业支持提供商
+
+| | 公司名称
| 服务内容
| 联系人 | 联系邮箱 | 联系电话 | 参与程度
|
+|---------------------------------------------|----------------------------------------------------------------|------------------------------------------------------------------|
----------------- | ----------------------------------- | ---------- |
------------ |
+|  |
[天谋科技(北京)有限公司](https://www.timecho.com/) |
企业级产品与解决方案、技术咨询、技术培训、定制化软件开发、协议/驱动开发、时序大模型服务、AI服务 | 郑鹏程
| [email protected] | - | Committer |
+|  | [pragmatic industries
GmbH](https://pragmaticindustries.com/) | 技术咨询、技术培训、定制化软件开发
| Julian Feinauer |
[email protected] | - | PMC Member |
+|  | [ToddySoft
GmbH](https://toddysoft.com/) |
技术咨询、技术培训、定制化软件开发、协议/驱区动开发 | Christofer
Dutz | [email protected] | - | PMC Member |
diff --git
a/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Commercial-Support_apache.md
b/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..0ee15de0
--- /dev/null
+++
b/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,38 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# 商业支持
+
+与所有 Apache 项目一样,**Apache IoTDB** 向所有人免费开放使用。
+
+同时,**Apache IoTDB
社区**也会在项目官方邮件列表上提供免费支持。但这类支持完全由社区志愿者自愿提供,因此不包含任何服务级别协议(SLA)、不承诺响应时间,也不保证问题一定会被处理或解决。
+
+如果您或您的企业对支持请求的可用性和处理时效有更高要求,以下个人及公司可提供商业支持服务。
+
+> **免责声明**:本页面所列信息均由对应实体自行提供。除 “参与程度” 一项外,所有内容均未经 **Apache 软件基金会**或
**Apache IoTDB 项目**核实、更新或背书。
+
+## Apache IoTDB 商业支持提供商
+
+| | 公司名称
| 服务内容
| 联系人 | 联系邮箱 | 联系电话 | 参与程度
|
+|---------------------------------------------|----------------------------------------------------------------|------------------------------------------------------------------|
----------------- | ----------------------------------- | ---------- |
------------ |
+|  |
[天谋科技(北京)有限公司](https://www.timecho.com/) |
企业级产品与解决方案、技术咨询、技术培训、定制化软件开发、协议/驱动开发、时序大模型服务、AI服务 | 郑鹏程
| [email protected] | - | Committer |
+|  | [pragmatic industries
GmbH](https://pragmaticindustries.com/) | 技术咨询、技术培训、定制化软件开发
| Julian Feinauer |
[email protected] | - | PMC Member |
+|  | [ToddySoft
GmbH](https://toddysoft.com/) |
技术咨询、技术培训、定制化软件开发、协议/驱区动开发 | Christofer
Dutz | [email protected] | - | PMC Member |
diff --git
a/src/zh/UserGuide/latest/IoTDB-Introduction/Commercial-Support_apache.md
b/src/zh/UserGuide/latest/IoTDB-Introduction/Commercial-Support_apache.md
new file mode 100644
index 00000000..0ee15de0
--- /dev/null
+++ b/src/zh/UserGuide/latest/IoTDB-Introduction/Commercial-Support_apache.md
@@ -0,0 +1,38 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+# 商业支持
+
+与所有 Apache 项目一样,**Apache IoTDB** 向所有人免费开放使用。
+
+同时,**Apache IoTDB
社区**也会在项目官方邮件列表上提供免费支持。但这类支持完全由社区志愿者自愿提供,因此不包含任何服务级别协议(SLA)、不承诺响应时间,也不保证问题一定会被处理或解决。
+
+如果您或您的企业对支持请求的可用性和处理时效有更高要求,以下个人及公司可提供商业支持服务。
+
+> **免责声明**:本页面所列信息均由对应实体自行提供。除 “参与程度” 一项外,所有内容均未经 **Apache 软件基金会**或
**Apache IoTDB 项目**核实、更新或背书。
+
+## Apache IoTDB 商业支持提供商
+
+| | 公司名称
| 服务内容
| 联系人 | 联系邮箱 | 联系电话 | 参与程度
|
+|---------------------------------------------|----------------------------------------------------------------|------------------------------------------------------------------|
----------------- | ----------------------------------- | ---------- |
------------ |
+|  |
[天谋科技(北京)有限公司](https://www.timecho.com/) |
企业级产品与解决方案、技术咨询、技术培训、定制化软件开发、协议/驱动开发、时序大模型服务、AI服务 | 郑鹏程
| [email protected] | - | Committer |
+|  | [pragmatic industries
GmbH](https://pragmaticindustries.com/) | 技术咨询、技术培训、定制化软件开发
| Julian Feinauer |
[email protected] | - | PMC Member |
+|  | [ToddySoft
GmbH](https://toddysoft.com/) |
技术咨询、技术培训、定制化软件开发、协议/驱区动开发 | Christofer
Dutz | [email protected] | - | PMC Member |