How node information gets into the client. The full steps for importing a subscription are in the tutorials.
Subscription LinkSubscriptions & Config Files
A URL provided by the service, which returns a complete Clash configuration or node list when accessed. Once imported, the client can automatically pull updates on a schedule, so node changes don't require manual config edits. The link itself functions as a credential and shouldn't be shared publicly.
Config File (Profile)Subscriptions & Config Files
A YAML document that centrally defines all runtime parameters — ports, DNS, nodes, proxy groups, and rules. A subscription is essentially a remotely hosted config file. You can also hand-write a config locally, or make incremental edits on top of subscription content.
YAMLSubscriptions & Config Files
The data format used by Clash config files, expressing hierarchy through indentation and sensitive to the number of spaces. When editing by hand, indentation errors or mixing tabs and spaces are the most common causes of config load failures — an editor with syntax checking is recommended.
Node (Proxy)Subscriptions & Config Files
A single usable proxy server entry in the config file, containing the protocol type, server address, port, and authentication info. Nodes are usually named by region plus a number in the client interface, such as HK-01 or JP-02, for quick identification within a proxy group.
Latency TestSubscriptions & Config Files
The client sends a request to a test address and measures the elapsed time to evaluate a node's current quality, with results shown in milliseconds. The number reflects round-trip latency to the test address, not absolute network speed. If every node times out, it usually means the subscription has expired or the local network is having issues, rather than a problem with the nodes themselves.
Subscription ConversionSubscriptions & Config Files
A service or tool that converts a subscription from one client format to another — for example, turning a generic node list into a Clash config with rules. When using a third-party conversion service, the subscription link passes through that server, so its trustworthiness should be evaluated, or a locally hosted conversion tool used instead.