> 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.md).

# Reference Guides

- [Video Tutorial Library](https://docs.agentnoon.com/reference-guides/video-library.md): Complete library of Agentnoon tutorial videos
- [Quick Start Checklist](https://docs.agentnoon.com/reference-guides/quick-start-checklist.md): Get productive with Agentnoon quickly
- [Admin Checklist](https://docs.agentnoon.com/reference-guides/quick-start-checklist/admin-checklist.md): Onboarding checklist for Agentnoon administrators
- [Department Lead Checklist](https://docs.agentnoon.com/reference-guides/quick-start-checklist/department-lead-checklist.md): Planning checklist for managers and department leaders
- [Workforce Planner Checklist](https://docs.agentnoon.com/reference-guides/quick-start-checklist/workforce-planner-checklist.md): Planning checklist for HR and Finance workforce planning teams
- [Quarterly Planning Checklist](https://docs.agentnoon.com/reference-guides/quick-start-checklist/quarterly-planning-checklist.md): Workflow checklist for quarterly planning cycles
- [Annual Planning Checklist](https://docs.agentnoon.com/reference-guides/quick-start-checklist/annual-planning-checklist.md): Workflow checklist for annual fiscal year planning
- [Keyboard Shortcuts](https://docs.agentnoon.com/reference-guides/keyboard-shortcuts.md): Keyboard shortcuts for faster navigation and productivity
- [Glossary](https://docs.agentnoon.com/reference-guides/glossary.md): Agentnoon terminology and definitions
- [Use Case Tutorials](https://docs.agentnoon.com/reference-guides/overview.md): Step-by-step tutorials for common workforce planning workflows
- [Planning a Reorganization](https://docs.agentnoon.com/reference-guides/overview/planning-reorganization.md): End-to-end reorganization workflow
- [M\&A Integration](https://docs.agentnoon.com/reference-guides/overview/ma-integration.md): Planning merger and acquisition integration
- [Conducting Span of Control Analysis](https://docs.agentnoon.com/reference-guides/overview/span-of-control-analysis.md): Step-by-step guide to analyzing and optimizing management structure
- [Diversity & Inclusion Analysis](https://docs.agentnoon.com/reference-guides/overview/diversity-inclusion-analysis.md): Analyzing diversity metrics and planning inclusive workforce changes
- [Best Practices](https://docs.agentnoon.com/reference-guides/overview-1.md): Recommended approaches for workforce planning in Agentnoon
- [Position vs Headcount Management](https://docs.agentnoon.com/reference-guides/overview-1/position-vs-headcount.md): Best practices for position-based vs headcount-based planning
- [Making Org Changes](https://docs.agentnoon.com/reference-guides/overview-1/making-org-changes.md): Best practices for organizational changes and restructuring
- [Best Practices for Salary Data](https://docs.agentnoon.com/reference-guides/overview-1/best-practices-for-salary-data.md): To ensure accurate compensation modeling, analytics, and reporting


---

# 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.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.
