> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos.md).

# CRM - Tutorial Videos

- [CRM - (Stars) Automating Scoring](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-stars-automating-scoring.md)
- [CRM: Learn How to Edit and Add Stages in the Sales Funnel](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-learn-how-to-edit-and-add-stages-in-the-sales-funnel.md)
- [CRM - Triggering Flows on Lost Opportunities](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-triggering-flows-on-lost-opportunities.md)
- [CRM - Updating Lead Fields with a Custom Object](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-updating-lead-fields-with-a-custom-object.md)
- [Creating an Opportunity via Chatbot with a Custom Field in CRM](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/creating-an-opportunity-via-chatbot-with-a-custom-field-in-crm.md)
- [CRM - Updating Lead Custom Fields with the Loss Reason Token](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-updating-lead-custom-fields-with-the-loss-reason-token.md)
- [CRM - Sending messages to the funnel](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-sending-messages-to-the-funnel.md)
- [CRM - Sending WhatsApp Based on the Opportunity Time in the Stage](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-sending-whatsapp-based-on-the-opportunity-time-in-the-stage.md)
- [CRM - Scheduled Meeting](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-scheduled-meeting.md)
- [CRM - Automations with a new WhatsApp number](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-automations-with-a-new-whatsapp-number.md)
- [CMR - Distributing Leads and Opportunities Equally Among Salespeople in CRM](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/cmr-distributing-leads-and-opportunities-equally-among-salespeople-in-crm.md)
- [CRM - Configuring the Wheel for Opportunity Creation for Salespeople](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-configuring-the-wheel-for-opportunity-creation-for-salespeople.md)
- [CRM - with native integration with ChatGPT](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-with-native-integration-with-chatgpt.md)
- [CRM - Creating an Opportunity in the CRM for Each Lead Received via Form](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-creating-an-opportunity-in-the-crm-for-each-lead-received-via-form.md): Often we want to create an Opportunity in the CRM for each Lead received in a form. See how to do this in a simple way using SprintHub's Automation Flow.
- [CRM - CRM Automation - How to configure automatic stage movement](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-crm-automation-how-to-configure-automatic-stage-movement.md): See how to automatically move your opportunities based on conditions.
- [CRM - Status/Field/Approval Blocks](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-status-field-approval-blocks.md): Set criteria to prevent opportunities from advancing or going back between the different stages.


---

# 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.sprinthub.com/en/topics/general/crm/crm-tutorial-videos.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.
