# Agentnoon 101

This section introduces the building blocks of Agentnoon — the modules, the interface elements, and the data structure behind your org chart.

## In This Section

1. [**Cards**](/start-here/agentnoon-101/cards.md) — How positions and employees are displayed in the org chart
2. [**Views**](/start-here/agentnoon-101/views.md) — How to set saved views within Agentnoon
3. [**Fields and Attributes**](/start-here/agentnoon-101/fields-and-attributes.md) — The data that powers your organization
4. [**Scenarios Fundamentals**](/start-here/agentnoon-101/scenarios-fundamentals.md) — How what-if planning works
5. [**Workforce Hub Fundamentals**](/start-here/agentnoon-101/workforce-hub-fundamentals.md) — Analytics and insights

We recommend reading these in order, as each topic builds on the previous one.


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
