Orgchart organization?

How could this same structure be achieved?

Hi @Jeniffer_Rivera,

Could you specify which parts of this structure you want to replicate? This structure uses the default 'Compact' layout, which you can switch to as follows:

image

You can add various styles by switching to the 'Edit' mode on your page, then clicking the gear icon on the employee box, and selecting the 'Style' menu. The following article may also help:
How to format Org Chart boxes conditionally in SharePoint and Microsoft Teams — Plumsail OrgChart 1.0 documentation

The small boxes below the vice-president represent assistants, while those with dotted lines are dotted-line employees. For instructions on adding these, refer to the "Display different types of employees" section in our documentation.

is it possible to display more fields in the assistant boxes?

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}}