> For the complete documentation index, see [llms.txt](https://docs.agentnoon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentnoon.com/start-here/agentnoon-101/cards.md).

# Cards

Cards are the building blocks of the org chart. Each card represents a position in your organization and displays key information at a glance.

<figure><img src="/files/Yv4ob8nTijfYRYX0H65S" alt=""><figcaption></figcaption></figure>

## What's on a Card

Cards only show selected content that is added in from the Card Content panel. By default, cards only show **name** and **job title.**&#x20;

Positions with an assigned employee show the employee's name when the Name attribute is selected in card content (the actual name of this may vary depending on your imported data). Vacant positions show the position title only and a blank name.

## Customizing Card Content

<figure><img src="/files/fwFaB96soDPEKg7cA5QY" alt=""><figcaption></figcaption></figure>

1. Click **Card Content** in the toolbar
2. Select which attributes to display (Work City, Pay Grade, Span of Control, etc.)
3. Use the **gear button** in the top right to rearrange field order
4. Changes apply immediately to all visible cards

Fields marked with **FX** are calculated automatically by Agentnoon (Span of Control, Total Org Size, Layer).

## Highlighting

<figure><img src="/files/wWcU0JrjAsOwgkoEZadY" alt=""><figcaption></figcaption></figure>

Color-code cards by any attribute:

1. Click **Highlight** in the toolbar
2. Select an attribute (e.g., Department, Work Country, Pay Grade)
3. Cards color-code automatically with a legend showing what each color represents

## Interacting with Cards

**In the Main Org** (view-only): Click to expand or collapse reporting lines. Use search to find specific positions.

**In Scenarios** (editable): Hover over a card to see action buttons for adding positions below, editing details, assigning employees, duplicating, or closing the position. Drag cards to move them to a new manager. Select multiple cards for bulk actions.

## Positions vs People (Employees)

**Positions** represent roles in the org structure. They persist even when vacant, allowing you to plan for unfilled roles.

**Employees** are individuals assigned to positions. In scenarios, employees can be moved between positions or detached to the bench during restructuring.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.agentnoon.com/start-here/agentnoon-101/cards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
