diff --git a/cmake/taosadapter_CMakeLists.txt.in b/cmake/taosadapter_CMakeLists.txt.in
index 79d54f522e..cc46ef9938 100644
--- a/cmake/taosadapter_CMakeLists.txt.in
+++ b/cmake/taosadapter_CMakeLists.txt.in
@@ -2,7 +2,7 @@
# taosadapter
ExternalProject_Add(taosadapter
GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
- GIT_TAG 0d5663d
+ GIT_TAG ff7de07
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosadapter"
BINARY_DIR ""
#BUILD_IN_SOURCE TRUE
diff --git a/docs/en/05-get-started/discord.svg b/docs/en/05-get-started/discord.svg
new file mode 100644
index 0000000000..8218e3c3ca
--- /dev/null
+++ b/docs/en/05-get-started/discord.svg
@@ -0,0 +1,7 @@
+
diff --git a/docs/en/05-get-started/github.svg b/docs/en/05-get-started/github.svg
new file mode 100644
index 0000000000..493832ceb7
--- /dev/null
+++ b/docs/en/05-get-started/github.svg
@@ -0,0 +1,6 @@
+
diff --git a/docs/en/05-get-started/index.md b/docs/en/05-get-started/index.md
index a6b6721383..fec734b64d 100644
--- a/docs/en/05-get-started/index.md
+++ b/docs/en/05-get-started/index.md
@@ -3,6 +3,12 @@ title: Get Started
description: This article describes how to install TDengine and test its performance.
---
+import github from './github.svg'
+import discord from './discord.svg'
+import twitter from './twitter.svg'
+import youtube from './youtube.svg'
+import linkedin from './linkedin.svg'
+
You can install and run TDengine on Linux/Windows/macOS machines as well as Docker containers. You can also deploy TDengine as a managed service with TDengine Cloud.
The full package of TDengine includes the TDengine Server (`taosd`), TDengine Client (`taosc`), taosAdapter for connecting with third-party systems and providing a RESTful interface, a command-line interface, and some tools. In addition to connectors for multiple languages, TDengine also provides a [RESTful interface](/reference/rest-api) through [taosAdapter](/reference/taosadapter).
@@ -12,4 +18,16 @@ import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
-```
\ No newline at end of file
+```
+
+### Join TDengine Community
+
+