docs/en/06-advanced/05-data-in/02-tmq.md
import Enterprise from '../../assets/resources/_enterprise.mdx';
<Enterprise/>This document describes how to use Explorer to subscribe to data from another cluster to this cluster.
Create the required Topic in the source cluster, which can subscribe to the entire database, supertable, or subtable. In this example, we demonstrate subscribing to a database named test.
Open the Explorer interface of the source cluster, click the "Data Subscription" menu on the left, then click "Add New Topic".
Enter the topic name, select the database to subscribe to.
Click the "Create" button, return to the topic list and copy the DSN of the topic for later use.
After submitting the task, return to the data source page to view the task status. The task will first be added to the execution queue and will start running shortly.
Click the "View" button to monitor the dynamic statistical information of the task.
You can also click the left collapse button to expand the task's activity information. If the task runs abnormally, detailed explanations can be seen here.
tmq+ws://root:taosdata@localhost:6041/topic1,topic2,topic3tmq+ws://root:taosdata@localhost:6041/db1,db2,db3, in this case, there is no need to create a Topic in advance, taosX will automatically recognize that a database name is used and automatically create a subscription Topic in the source cluster.