The hotspot residues string provides a way to specify which region the new protein (binder) must contact with the original input protein (a target), therefore we can guide a binder to a specific region. In UI, the format of the string is a comma-separated list of amino acids present in the input PDB file, e.g. 'A50,A51,A52' specifies three hotspot residues in the Chain A, at positions 50, 51 and 52. Note that in API, however, the amino acids are specified as a list of strings, e.g. ['A50', 'A51', ...].