The character sheet itself is not visible to other players (except with a recent API script for Pro users). You can use the Bio & Info tab on a journal entry to have written notes and/or an avatar illustration, then set the permissions so that journal item is in player's journals. They will be able to call up the Bio & Info tab like a handout. For that Description field in particular, players can call it up if there is a token on the board linked to that character sheet. Assuming the field is named attr_description, you would use @{target|description} and it will display the contents of that field in the chat. EDIT: Looks like that field is called attr_character_description, so @{target|character_description} is what you would use.