> 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/relate/automation-flows/common-questions.md).

# Common Questions

- [Automation Flow - Monitoring the Flow](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-monitoring-the-flow.md): This step is important to ensure that your automation works correctly and achieves the desired results.
- [Automation Flows - Time Limiter](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flows-time-limiter.md)
- [Automation Flows - Sync Lead Source](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flows-sync-lead-source.md)
- [Automation Flows: Linking a Company to a Lead](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flows-linking-a-company-to-a-lead.md)
- [Automation Flow - Tracked Files](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-tracked-files.md)
- [Automation Flow - Triggering a Flow through Webhook actions](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-triggering-a-flow-through-webhook-actions.md)
- [Automation Flow - Archiving Leads in bulk](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-archiving-leads-in-bulk.md)
- [Automation Flow - Starting a Chatbot in imported opportunities](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-starting-a-chatbot-in-imported-opportunities.md)
- [Automation Flow - How to avoid duplicates](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-how-to-avoid-duplicates.md)
- [Automation Flows - Inserted Tag, based on the Lead's Date of Birth](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flows-inserted-tag-based-on-the-leads-date-of-birth.md)
- [Automation Flow - Sending Tracked Files](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-sending-tracked-files.md)
- [Automation Flow - Segmenting leads from tracked pages](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-segmenting-leads-from-tracked-pages.md)
- [Automation Flow - Change Lead access permissions](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-change-lead-access-permissions.md)
- [Automation Flow - Access Permission (Imported Leads)](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-access-permission-imported-leads.md)
- [Automation Flow - Segmenting Leads](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-segmenting-leads.md): Lead segmentation is essential to improve the effectiveness of your marketing and sales campaigns, increase customer satisfaction, and achieve better results.
- [Automation Flows - Notify Users about Meetings Scheduled by Leads](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flows-notify-users-about-meetings-scheduled-by-leads.md)
- [Automation Flows – Identifying Leads without Valid WhatsApp](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flows-identifying-leads-without-valid-whatsapp.md)
- [Automation Flows – Adding and Removing Tags](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flows-adding-and-removing-tags.md)
- [Automation Flows: Advanced Comparisons with Tokens in the condition "The field value is"](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flows-advanced-comparisons-with-tokens-in-the-condition-the-field-value-is.md)
- [Automation Flows - How to Work with Leads from Meta Forms](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flows-how-to-work-with-leads-from-meta-forms.md)
- [Automation Flow - AI-Powered Personalized Message Sending](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-ai-powered-personalized-message-sending.md): Bulk sends with AI: personalize using the Copilot token and lead fields.
- [Automation Flow - Action “Change automation flow” — Option “Remove from flows”](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-action-change-automation-flow-option-remove-from-flows.md)
- [Automation Flow - Field Value Block](https://docs.sprinthub.com/en/topics/relate/automation-flows/common-questions/automation-flow-field-value-block.md): How to use the 'Field Value' block to perform advanced field checks within the Automation Flow.


---

# 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/relate/automation-flows/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.
