> 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 Pipeline](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-learn-how-to-edit-and-add-stages-in-the-sales-pipeline.md)
- [CRM - Triggering Flow on Lost Opportunities](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-triggering-flow-on-lost-opportunities.md)
- [CRM - Updating Lead Fields with Custom Object](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-updating-lead-fields-with-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 pipeline](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-sending-messages-to-the-pipeline.md)
- [CRM - Sending WhatsApp Based on Opportunity Time in the Stage](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-sending-whatsapp-based-on-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)
- [CRM - Distributing Leads and Opportunities Equally Among Salespeople](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-distributing-leads-and-opportunities-equally-among-salespeople.md)
- [CRM - Configuring the Wheel for Creating Opportunities for Salespeople](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-configuring-the-wheel-for-creating-opportunities-for-salespeople.md)
- [CRM - with native ChatGPT integration](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-with-native-chatgpt-integration.md)
- [CRM - Creating an Opportunity in CRM for Each Lead Received via Form](https://docs.sprinthub.com/en/topics/general/crm/crm-tutorial-videos/crm-creating-an-opportunity-in-crm-for-each-lead-received-via-form.md): Often we want to create an Opportunity in CRM for each Lead received in a form. See how to do this simply 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): Establish criteria to prevent opportunities from moving forward or backward 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.
