> 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/video-tutorials/advanced-feature-tutorials.md).

# Advanced Feature Tutorials

## End-to-End Workflows

#### Scenario Approvals

See the full scenario approval flow from setup through submission, review, and approval.

Watch: [E2E walkthrough of scenario approvals →](https://www.loom.com/share/c063b9a6a5894a8fa049a8ede209e844)

Topics covered: approval setup, submitting scenarios, approver flow, status changes.

### Advanced Configuration Demos

#### Automapping

Learn how automapping works and how field values can be populated based on rules.

Watch: [Demo of automapping →](https://www.loom.com/share/506023ad9a08449e9030f80a6f793595)

Topics covered: rule setup, mapped fields, expected behavior, workflow examples.

#### Rate Card

See how rate cards are configured and used for compensation logic.

Watch: [Demo of rate card →](https://www.loom.com/share/bb749f7945b84376b1300206ad804aa6)

Topics covered: rate card setup, mapping logic, compensation use cases, expected outputs.

### Planning and Analysis Demos

#### Monetary Attributes in Forecast

Learn how monetary fields can be used inside Forecast for cost planning.

Watch: [Demo of monetary attributes in forecast →](https://www.loom.com/share/e38e2509bde44359842e5efcbad0d0ad)

Topics covered: monetary field setup, selecting values in Forecast, comparing cost over time.

#### Scenario Compare

See how to compare scenarios and review differences across planning views.

Watch: [Demo of scenario compare →](https://www.loom.com/share/eba9ace71a5d4a5aa6700e02acc97d22)

Topics covered: compare workflow, reading results, reviewing differences across scenarios.

### Exports and Sharing

#### PowerPoint Export

Learn how to export PowerPoint decks for sharing and presentation.

Watch: [Demo of PowerPoint export →](https://www.loom.com/share/fa976d54570d4d10af1766e9fc7fb2e7)

Topics covered: export flow, generating decks, sharing outputs, presentation-ready exports.


---

# 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/video-tutorials/advanced-feature-tutorials.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.
