> 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/reference-guides/video-library.md).

# Video Tutorial Library

Learn Agentnoon visually with these short tutorial videos. Each video covers a specific feature or workflow in 5-10 minutes.

## Getting Started Videos

### Navigation Basics

Quick overview of Agentnoon's main modules and how to navigate between them.

[Watch: Navigation Basics →](https://www.loom.com/share/86f7a400611a44c0865a31bfa9e4953a?sid=9264011e-5c8f-4ece-a3a2-7d9a806022b6)

**Topics covered:**

* Homepage overview
* Main Org, Scenarios, Forecast, Hub, Directory
* Keyboard shortcuts (1-5)
* Basic navigation patterns

### Org Chart Essentials

Learn how to explore and interact with your organizational chart.

[Watch: Org Chart →](https://www.loom.com/share/8919b970b61a425392d51764a290a630?sid=0e73a687-021a-4b2e-895c-d7e0c1c02be4)

**Topics covered:**

* Card anatomy
* Expanding/collapsing branches
* Search and filtering
* Highlighting by attributes
* Spotlight feature

### Workforce Hub Analytics

Understand how to use pre-built charts to analyze your organization.

[Watch: Workforce Hub →](https://www.loom.com/share/8fe5196a116f42a7b9e6899e14bac5a3?sid=cadc45a3-3f76-4aae-bc18-dce048b5b2c1)

**Topics covered:**

* Navigating between charts
* Customizing axes and filters
* Exporting charts (PNG, PowerPoint, CSV)
* Reading span of control matrices
* Using interactive features

### Scenarios for What-If Planning

Learn how to create and use scenarios to model organizational changes.

[Watch: Scenarios →](https://www.loom.com/share/2fd1bb5d05f346a3b3250f7ccea878cb?sid=787b720f-3522-4a61-b478-436ff2e7571a)

**Topics covered:**

* Creating Full Org vs Partial Org scenarios
* Adding and editing positions
* Moving positions and changing managers
* Using the OpEx Panel
* Closing positions (RIF)

## Admin Videos

### Data Import&#x20;

Alternative import method for organizations with complex data structures.

[Watch: Legacy Data Import →](https://www.loom.com/share/c1ea19c6913046968287cf910783886b)

**Topics covered:**

* Advanced field mapping
* Handling nested hierarchies
* Custom attribute configuration
* Troubleshooting common errors

### Access Control Setup

Learn how to configure user permissions and access groups.

[Watch: Access Control →](https://www.loom.com/share/2de5b02986d9466ab74e810c4f2f2aa6)

**Topics covered:**

* Creating access groups
* Assigning users to groups
* Scoping access by department or leader
* Managing permissions (view, edit, admin)
* Testing access configurations

### Field Management

Customize fields to match your organization's unique needs.

[Watch: Field Management →](https://www.loom.com/share/c0794bd520e24e33a94da85e4306887f)

**Topics covered:**

* Creating custom fields
* Position fields vs People fields
* Configuring dropdown options
* Field visibility settings
* Ordering and grouping fields

## Video Learning Path

**For new users:**

1. Start with **Navigation Basics** (5 min)
2. Watch **Org Chart** (8 min)
3. Explore **Workforce Hub** (7 min)
4. Learn **Scenarios** (10 min)

**Total time:** \~30 minutes to get productive

**For administrators:**

1. Watch all user videos above
2. Then: **Simplified Data Import** (12 min)
3. Then: **Field Management** (9 min)
4. Then: **Access Control** (8 min)

**Total time:** \~60 minutes for full admin onboarding

## Additional Resources

* [Quick Start Guide](/start-here/quick-start-guide.md) - Get started in 30 minutes
* [Agentnoon 101](/start-here/agentnoon-101.md) - Core concepts and terminology
* [Support & How to Self-Help](/start-here/support-self-help.md) - Troubleshooting basics
* [Full Video Library](/reference-guides/video-library.md) - All videos organized by topic

## Request a Video

Don't see a video for the feature you need? [Contact support](mailto:SupportSWP@dayforce.com) to request a new tutorial video. We create content based on user feedback.


---

# 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/reference-guides/video-library.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.
