# Help

## Help

- [Using Whaly Guides](https://help.whaly.io/using-whaly-guides.md)
- [Getting started](https://help.whaly.io/core-concepts/getting-started.md)
- [Data stack architecture](https://help.whaly.io/core-concepts/getting-started/data-stack-architecture.md)
- [Consumers vs Builders](https://help.whaly.io/core-concepts/getting-started/consumers-vs-builders.md)
- [Data layers in Whaly](https://help.whaly.io/core-concepts/getting-started/data-layers-in-whaly.md)
- [License Mapping](https://help.whaly.io/core-concepts/getting-started/license-mapping.md)
- [Data modeling](https://help.whaly.io/core-concepts/data-modeling.md)
- [Understanding data models](https://help.whaly.io/core-concepts/data-modeling/understanding-data-models.md)
- [Designing data models](https://help.whaly.io/core-concepts/data-modeling/designing-data-models.md)
- [Common modeling patterns](https://help.whaly.io/core-concepts/data-modeling/common-modeling-patterns.md)
- [Event schema](https://help.whaly.io/core-concepts/data-modeling/common-modeling-patterns/event-schema.md)
- [Maintaining data models](https://help.whaly.io/core-concepts/data-modeling/maintaining-data-models.md)
- [Data models best practices](https://help.whaly.io/core-concepts/data-modeling/data-models-best-practices.md)
- [Explorations](https://help.whaly.io/core-concepts/explorations.md)
- [Understanding Explorations](https://help.whaly.io/core-concepts/explorations/understanding-explorations.md)
- [Designing Explorations](https://help.whaly.io/core-concepts/explorations/designing-explorations.md)
- [Maintaining Explorations](https://help.whaly.io/core-concepts/explorations/maintaining-explorations.md)
- [Mistakes to avoid](https://help.whaly.io/core-concepts/explorations/mistakes-to-avoid.md)
- [For viewers](https://help.whaly.io/training/for-viewers.md)
- [For editors](https://help.whaly.io/training/for-editors.md)
- [For builders](https://help.whaly.io/training/for-builders.md)
- [Setting up the training material](https://help.whaly.io/training/for-builders/setting-up-the-training-material.md)
- [Creating a chart](https://help.whaly.io/training/for-builders/creating-a-chart.md)
- [Using and editing explorations](https://help.whaly.io/training/for-builders/using-and-editing-explorations.md)
- [Filtering a dashboard](https://help.whaly.io/training/for-builders/filtering-a-dashboard.md)
- [Creating explorations and models](https://help.whaly.io/training/for-builders/creating-explorations-and-models.md)
- [Use cases](https://help.whaly.io/inspiration/use-cases.md)
- [Billing / Invoicing](https://help.whaly.io/inspiration/use-cases/billing-invoicing.md)
- [Customer success](https://help.whaly.io/inspiration/use-cases/customer-success.md)
- [Fundraising](https://help.whaly.io/inspiration/use-cases/fundraising.md)
- [Marketing](https://help.whaly.io/inspiration/use-cases/marketing.md)
- [Partnerships](https://help.whaly.io/inspiration/use-cases/partnerships.md)
- [Product](https://help.whaly.io/inspiration/use-cases/product.md)
- [Sales](https://help.whaly.io/inspiration/use-cases/sales.md)
- [Strategy](https://help.whaly.io/inspiration/use-cases/strategy.md)
- [Communication](https://help.whaly.io/inspiration/communication.md)
- [Tips](https://help.whaly.io/inspiration/tips.md)
- [Customer care](https://help.whaly.io/recipes/customer-care.md)
- [How to build a 360° customer dashboard](https://help.whaly.io/recipes/customer-care/how-to-build-a-360-customer-dashboard.md): Do you have a lot of customer data spread across your internal tools? Follow this guide to discover Whaly's best practices to centralise all this data in a single dashboard.
- [Finance](https://help.whaly.io/recipes/finance.md)
- [Modeling your recurring revenue](https://help.whaly.io/recipes/finance/modeling-your-recurring-revenue.md)
- [SQL for simplified MRR calculation](https://help.whaly.io/recipes/finance/modeling-your-recurring-revenue/sql-for-simplified-mrr-calculation.md)
- [SQL for advanced MRR calculation](https://help.whaly.io/recipes/finance/modeling-your-recurring-revenue/sql-for-advanced-mrr-calculation.md)
- [Marketing](https://help.whaly.io/recipes/marketing.md)
- [Track your entire Marketing Funnel](https://help.whaly.io/recipes/marketing/track-your-entire-marketing-funnel.md)
- [Calculate your Customer Acquisition Cost](https://help.whaly.io/recipes/marketing/calculate-your-customer-acquisition-cost.md)
- [Create a partner dashboard](https://help.whaly.io/recipes/marketing/create-a-partner-dashboard.md)
- [Sales](https://help.whaly.io/recipes/sales.md)
- [Analyze the impact of your Sales velocity on your closing rate](https://help.whaly.io/recipes/sales/analyze-the-impact-of-your-sales-velocity-on-your-closing-rate.md)
- [Create a sales performance dashboard](https://help.whaly.io/recipes/sales/create-a-sales-performance-dashboard.md)
- [Build a target oriented sales dashboard](https://help.whaly.io/recipes/sales/build-a-target-oriented-sales-dashboard.md)
- [SQL Fanout](https://help.whaly.io/misc/sql-fanout.md)
- [Backup your data using BigQuery](https://help.whaly.io/misc/backup-your-data-using-bigquery.md)
- [Embedding reports in Salesforce](https://help.whaly.io/misc/embedding-reports-in-salesforce.md): This guide aims at explaining how to embed a report in salesforce on the home page or on a specific object page.
- [Useful SQL operations](https://help.whaly.io/misc/useful-sql-operations.md)
- [Flattening categories](https://help.whaly.io/misc/useful-sql-operations/flattening-categories.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help.whaly.io/using-whaly-guides.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.
