The package CJK is documented and the documentation is on CTAN. However, the documentation is in a compressed archive and is provided in the form of plain text files rather than DVI or PDF.
The archived documentation can be found here and includes files explaining how to use the package to typeset the different languages supported, together with the various options available.
cjk-ko provides enhanced support for Korean in the UTF8 encoding based on CJK.
At least on unix-like systems, texdoc cjk gets you the basic documentation but doc/latex/cjk/ provides further documentation and a directory of examples.
texdoc cjkor look indoc/latex/cjk/which containsdoc,examplesetc. On CTAN, I think the documentation is packed in the archive as there are two archive files, one with the-docsuffix.texdoc cjkgives usage information and details. Not PDF but definitely documentation. – cfr Sep 14 '14 at 14:32-docsuffix (and btw, that file is not on CTAN, but on CJK's website). But you are right, there are.txtfiles that explain how to use the package in thedoc/latex/cjk/folder. – Sverre Sep 14 '14 at 15:54texdoc cjk? That gives me documentation which starts with a section called 'Usage'. It is much like other packages' documentation except that it is a plain text file rather than PDF. I guess I'm not sure what you don't understand. Have you tried copying and pasting the lines of code given there? – cfr Sep 14 '14 at 17:49texdoc cjkhave no effect for me, because I am using a portable version of texlive in Windows, so I don't use the terminal for anything). – Sverre Sep 14 '14 at 18:03texdocinterface? That seems like a big disadvantage otherwise since it is much easier to find documentation that way. – cfr Sep 14 '14 at 18:07TeXworkswhich comes withtexlive. I am unaware of any "texdocinterface". It would be cool ifTeXworksallowed commands to be typed in the console window, but I've never been able to get that to work. BTW, could you please convert your initial comment into an answer (but skip the stuff about the archive file with the-docsuffix). – Sverre Sep 14 '14 at 18:12\usepackage{CJK} \begin{CJK}{UTF8}{gbsn}你会说中文吗?\end{CJK}– Thallo Zhang Jan 23 '21 at 11:04