+
+## Description
+
+**M5StickC Plus** is powered by ESP32.It's an upgrade product of [M5StickC](#/en/core/m5stickc.md).Based on M5StickC, a buzzer is added and the screen is upgraded to a 1.14-inch, 135 * 240 resolution TFT Screen.Compared with the previous display area, the display area is increased by 18.7%, and the battery capacity is 120mAh. Other hardware configurations are the same as M5StickC. It also supports HAT and Unit series products.
+
+## Product Features
+
+- ESP32-based
+- Built-in 6-Axis IMU
+- Red LED
+- IR transmitter
+- Microphone
+- Buttons, LCD(1.14 inch)
+- Built-in Lipo Battery
+- Extendable Socket
+- Built-in Buzzer
+- Wearable & Wall mounted
+- Development Platform [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
+
+
+## Include
+
+- 1x M5StickC Plus
+- 1x USB Type-C(20cm)
+
+
+## Applications
+
+- Internet of things terminal controller
+- Wearable devices
+- Stem education product
+- DIY creation
+
+**Power switch operation:**
+
+* Power on :Long press power button for 2 seconds
+
+* Power off :Short press power button for 6 seconds
+
+**Notice:**
+
+* Baud rate supported by M5StickC Plus: 1200 ~115200, 250K, 500K, 750K, 1500K
+
+**Notice:**
+
+M5StickC only supports WIN10 & Linux & MAC free from installing drive, while the other operating systems require users to install the driver.
+
+Install steps: 1. Click the link below to download the driver installation package. 2. Connect the device and open the Computer Device Manager port option. 3. Right click on the unrecognized device and perform a manual update.
+
+Driver download Link
+
+## Specification
+
+
+
+## EasyLoader
+
+>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/M5StickV/M5StickT/ATOM series can be used without driver)
+
+
+
+**6-Axis posture sensor (SH200Q/MPU6886) & power management IC (AXP192)**
+
+
+
ESP32
GPIO22
GPIO21
+
6-Axis IMU sensor
SCL
SDA
+
power management IC
SCL
SDA
+
+
+**AXP192**
+
+
+
Microphone
RTC
TFT backlight
TFT IC
ESP32/3.3V MPU6886
5V GROVE
+
LDOio0
LDO1
LDO2
LDO3
DC-DC1
IPSOUT
+
+
+## Related Link
+
+- **datasheet**
+
+ - [ESP32-PICO](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32-pico-d4_datasheet_en.pdf)
+ - [ST7789]()
+ - [BM8563](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/BM8563_V1.1_cn.pdf)
+ - [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
+ - [AXP192](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/AXP192_datasheet_en.pdf)
+ - [SPM1423](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/SPM1423HM4H-B_datasheet_en.pdf)
+
+## Example
+
+**Arduino**
+
+- [M5StickC Plus facory test code](https://github.com/m5stack/M5StickC_Plus/tree/master/examples/Basics/FactoryTest)
+
+## Video
+
+
+
+
\ No newline at end of file
diff --git a/docs/en/quick_start/atom/atom_quick_start.md b/docs/en/quick_start/atom/atom_quick_start.md
index 2e6c6b4e..169d6d60 100644
--- a/docs/en/quick_start/atom/atom_quick_start.md
+++ b/docs/en/quick_start/atom/atom_quick_start.md
@@ -2,7 +2,7 @@
## UIFlow Online Mode
-1 . Download and Setup [M5Bunner](https://m5stack.com/pages/download) and flash UIFlow firmware referring to this instruction [UIFlow introduction](https://docs.m5stack.com/#/en/uiflow/introduction).
+1 . Download and Setup [M5Bunner](https://m5stack.com/pages/download) and flash UIFlow firmware referring to this instruction [UIFlow introduction](https://docs.m5stack.com/#/en/uiflow/introduction_atom).
2 . Press and hold the middle button while powering on (or restarting), do not release it until the Yellow breathing light is displayed. At this time, yellow light is always on and the device has entered into WIFI configuration mode.
@@ -27,9 +27,9 @@ Or WIFI connection fails (steady red-light), please restart the device ;
In WIFI configuration mode, the device will work as WIFI hotspot, such as M5Stack-XXXX. Connect to this WIFI, open the browser and enter to 192.168.4.1(WIFI setup page). (Pls record the letters M5FLOW-XXXXXXXX, which will be needed in next step). Enter SSID and password to connect to the network. LEDs would change from breathing red-light to breathing green-light, it indicates that both WIFI and UIFlow server is connected well. -->
-3 . Refer to [this page](https://docs.m5stack.com/#/en/uiflow/introduction) to configure APIKey of UIFlow , APIKey can be found on WIFI setup page or serial terminal such as [Putty](https://www.putty.org/)(Windows) or [Serial](https://apps.apple.com/cn/app/serial/id877615577?mt=12)(Mac).
+3 . Refer to [this page](https://docs.m5stack.com/#/en/uiflow/introduction_atom) to check APIKey by M5Burn.
-
+
4 . Now you can program in [UIFlow online mode](http://flow.m5stack.com).Refer to [this page](https://docs.m5stack.com/#/en/uiflow/uiflow_home_page) for the manual of UIFlow
diff --git a/docs/en/uiflow/introduction_atom.md b/docs/en/uiflow/introduction_atom.md
new file mode 100644
index 00000000..7a01b950
--- /dev/null
+++ b/docs/en/uiflow/introduction_atom.md
@@ -0,0 +1,98 @@
+
+## Flash UIFlow
+
+* __Download the driver__
+
+?> ATOM only supports WIN10 & Linux & MAC free from installing drive, while the other operating systems require users to install the driver
+
+Driver download Link
+
+* __Installing the driver__
+
+> Extract the zip file and run the install package in the extracted folder
+
+?> For Mac OS, make sure System preferences - > Security & Privacy - > General before installing, and allow the apps to be installed from the App Store and ident
+ified developers
+
+>
+
+* __Download M5Burner__
+
+> Go to [flow.m5stack.com](http://flow.m5stack.com/) and download the latest firmware and [M5Burner(Windows)](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/software/M5Burner-Beta.zip)
+
+> Go to [flow.m5stack.com](http://flow.m5stack.com/) and download the latest firmware and [M5Burner(MacOS)](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/software/M5Burner-Beta-Mac.zip)
+
+> Go to [flow.m5stack.com](http://flow.m5stack.com/) and download the latest firmware and [M5Burner(Linux)](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/software/M5Burner-Beta-Linux.zip)
+
+?> Mac OS users need to put M5Burner in the Application folder
+
+>
+
+
+* __Download firmware__
+
+>Click ATOM icon to select the appropriate firmware version and download
+
+>
+
+* __Burning process__
+
+>Connect your ATOM device and select its COM port from the list (Check Windows device manager if you are unsure of your COM port).Select the recommended baud rate 750000,input your SSID and Password and then click "Erase", if you finished then select the firmware you wish to flash. Now press the "Burn" button, your firmware will have flashed successfully once you see the message "Burn Successfully".
+
+>
+
+## API Key
+
+* __GET API KEY__
+
+>Make sure COM port has connected,click "COM Monitor" button to open com monitor, then press the reset button on the left of ATOM, you will see com monitor printing information , API KEY is displayed at the end.
+
+>
+
+#### Connecting your device with API Key
+
+>Once you have opened the UIflow website you can to connect to the web platform by clicking the gear icon in the top right corner, enter your API key and select your device and preferred language. Once you have entered the API Key click OK to confirm****
+
+>
+
+## UIFlow-IDE
+
+>If you want to use UIFlow offline,click **UIFlow-Desktop-IDE** for your operating system below to download.
+
+