> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/marketing.md).

# Marketing

- [Mass Email Campaigns](https://support.rosysalonsoftware.com/marketing/mass-email-campaigns.md)
- [Client Connect](https://support.rosysalonsoftware.com/marketing/client-connect.md)
- [Auto Email Campaigns](https://support.rosysalonsoftware.com/marketing/auto-email-campaigns.md)
- [Email Header](https://support.rosysalonsoftware.com/marketing/email-header.md)
- [Email Footer](https://support.rosysalonsoftware.com/marketing/email-footer.md)
- [Mass Email Campaigns: Client List](https://support.rosysalonsoftware.com/marketing/mass-email-campaigns-client-list.md)
- [Campaign Tracking](https://support.rosysalonsoftware.com/marketing/campaign-tracking.md)
- [FCC Text Marketing Registration Requirements (Twilio A2P 10DLC)](https://support.rosysalonsoftware.com/marketing/fcc-text-marketing-registration-requirements-twilio-a2p-10dlc.md)
- [Mass Email Campaigns: Scheduling a Launch Date](https://support.rosysalonsoftware.com/marketing/mass-email-campaigns-scheduling-a-launch-date.md)
- [Client Connect: Manage](https://support.rosysalonsoftware.com/marketing/client-connect-manage.md)
- [Text Marketing w/ Video ►](https://support.rosysalonsoftware.com/marketing/text-marketing-w-video.md)
- [SMS Refresh- Getting Started](https://support.rosysalonsoftware.com/marketing/sms-refresh-getting-started.md): Marketing via SMS has never been easier! This system is currently in BETA testing with a few of our users, but reach out to support to get added to the waitlist for early access.
- [SMS Refresh- Campaigns](https://support.rosysalonsoftware.com/marketing/sms-refresh-campaigns.md): The text marketing feature is getting a major refresh! This system is currently in BETA testing with a few of our users, but reach out to support to get added to the waitlist for early access.
- [SMS Refresh- Reporting](https://support.rosysalonsoftware.com/marketing/sms-refresh-reporting.md): The text marketing feature is getting a major refresh! This system is currently in BETA testing with a few of our users, but reach out to support to get added to the waitlist for early access.


---

# 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://support.rosysalonsoftware.com/marketing.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.
