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

# CRM - Common Questions

- [CRM - View Mode - Kanban | List | Table](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-view-mode-kanban-or-list-or-table.md)
- [CRM - Changing the Currency of Opportunity Values](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-changing-the-currency-of-opportunity-values.md)
- [CRM - Exporting Opportunities](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-exporting-opportunities.md)
- [CRM - Deleting Opportunities](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-deleting-opportunities.md)
- [CRM - Action Bar](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-action-bar.md)
- [CRM - How to Delete a Pipeline Stage](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-how-to-delete-a-pipeline-stage.md)
- [CRM - Direct Pipeline/Stage Change in the Opportunity Card](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-direct-pipeline-stage-change-in-the-opportunity-card.md)
- [CRM - Instructions for Manual Call Logging](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-instructions-for-manual-call-logging.md)
- [CRM - Using VoIP for Calls in Opportunities](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-using-voip-for-calls-in-opportunities.md)
- [CRM - Sending Advance Alerts for Events](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-sending-advance-alerts-for-events.md)
- [CRM - How to add tags in bulk](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-how-to-add-tags-in-bulk.md)
- [CRM - How to mark opportunities as “Lost” by lead creation date](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-how-to-mark-opportunities-as-lost-by-lead-creation-date.md)
- [CRM - Adding a New Opportunity Manually](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-adding-a-new-opportunity-manually.md): In SprintHub's CRM, it is possible to add new opportunities manually. Here is a step-by-step guide to help you do it:
- [CRM - Send Message from the Opportunity Tab](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-send-message-from-the-opportunity-tab.md)
- [CRM - Mentions in the Opportunity tab](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-mentions-in-the-opportunity-tab.md): In the Opportunities tab in CRM, you can mention other users in comments.
- [CRM - Send email from the opportunity tab](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-send-email-from-the-opportunity-tab.md)
- [CRM - Quick Actions](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-quick-actions.md): Inside SprintHub's CRM, you have access to Quick Actions, such as accessing a Support Ticket, making a call, sending an email, and scheduling a meeting.
- [CRM - How to automatically change the position of leads in the pipeline](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-how-to-automatically-change-the-position-of-leads-in-the-pipeline.md): In the sales pipeline, it is possible to configure the position of leads so that when they send a message, the position changes automatically.
- [CRM - I created an automation in CRM, clicked Play, but it isn't working](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-i-created-an-automation-in-crm-clicked-play-but-it-isnt-working.md)
- [CRM - How to move opportunities by automation](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-how-to-move-opportunities-by-automation.md)
- [Mirroring SAC in CRM](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/mirroring-sac-in-crm.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 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-common-questions.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.
