Hi @Jeniffer_Rivera,
Org Chart displays all the fields that are specified in your box template for assistant boxes. If you've added specific fields for assistants, you can display them by adding the following code snippet to the box template:
{{#if CustomField}}
<div class="poch-box__field">
{{CustomField}}
</div>
{{/if}}