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

# Start Here

- [Quick Start Guide](https://docs.agentnoon.com/start-here/quick-start-guide.md): Get productive in your first 30 minutes.
- [Platform Overview](https://docs.agentnoon.com/start-here/overview.md): A short introduction to Agentnoon — what the platform does, its core modules, and how they fit together. This page explains the main pieces so you know where to go next.
- [Key Concepts](https://docs.agentnoon.com/start-here/concepts.md): Essential concepts for understanding Agentnoon
- [Agentnoon 101](https://docs.agentnoon.com/start-here/agentnoon-101.md): Foundational concepts and terminology to understand Agentnoon
- [Cards](https://docs.agentnoon.com/start-here/agentnoon-101/cards.md): Understanding position and employee cards
- [Fields and Attributes](https://docs.agentnoon.com/start-here/agentnoon-101/fields-and-attributes.md): Understanding data structure and custom fields
- [Views](https://docs.agentnoon.com/start-here/agentnoon-101/views.md): Once the changes are made in a scenario, you may want to preserve the updated structure or return to a previous version
- [Scenarios Fundamentals](https://docs.agentnoon.com/start-here/agentnoon-101/scenarios-fundamentals.md): What scenarios are and when to use them
- [Workforce Hub Fundamentals](https://docs.agentnoon.com/start-here/agentnoon-101/workforce-hub-fundamentals.md): Introduction to workforce analytics and insights
- [Video Tutorials](https://docs.agentnoon.com/start-here/video-tutorials.md): Visual walkthroughs for Agentnoon basics and advanced workflows
- [Video Tutorials](https://docs.agentnoon.com/start-here/video-tutorials/video-tutorials.md): Start here - Agentnoon basics in bite-sized videos
- [Advanced Feature Tutorials](https://docs.agentnoon.com/start-here/video-tutorials/advanced-feature-tutorials.md): Go beyond the 101 library with these advanced walkthroughs for setup, scenario workflows, automapping, forecasting, and exports.
- [Support & How to Self-Help](https://docs.agentnoon.com/start-here/support-self-help.md): Troubleshooting tips and how to get help when you're stuck


---

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