> For the complete documentation index, see [llms.txt](https://www.pmguidebook.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pmguidebook.com/process-skills/delivery/marketing-and-communications.md).

# Marketing and Communications

Marketing and communications in product management involve creating and executing strategies to effectively communicate the value of a product or feature to its target users. This includes defining the product's positioning, crafting its messaging, and planning and executing marketing campaigns. The goal is to create awareness, generate interest, and drive adoption of the product or feature.

## Example

Let’s continue with the scooter rental company, who developed a new feature that allows users to reserve scooters in advance. As a Product Manager, you would work closely with the marketing team to develop a communication strategy for this new feature.

First, you would define the positioning of the feature. Given that one of the common pain points for users is not being able to find a scooter when they need one, you position this feature as a solution to that problem. The messaging would emphasize the convenience and reliability that the feature offers.

Next, you would plan the marketing campaign. Given that Bird has a diverse user base, you decide to use a multi-channel approach. This includes in-app notifications, emails, social media posts, and even outdoor advertising in areas where Bird scooters are commonly used.

You would also work with the PR team to get coverage in tech and transportation media. You might provide them with a press release, key messages, and even a demo of the feature to help them understand its benefits and how it works. For instance, when Bird actually launched their "Reserve Ahead" feature, it was covered in various tech news outlets, which helped create awareness and generate interest among potential users.

Throughout this process, you would collaborate with various teams, including design (for product marketing assets), communications (for language and reflection on brand), engineering (for any technical details needed for the communications), legal (to ensure everything is compliant), and customer support (to prepare them to answer any questions or issues that users might have).

## Pain Points

One of the challenges in marketing and communications is ensuring that the messaging is clear and resonates with the target users. It's also important to choose the right channels for communication to reach the users effectively. Furthermore, coordinating with various teams and managing the timeline can be challenging.

## Practical Exercise

Research Bird and how they launched their reserve scooters in advance feature called “Reserve Ahead”. How did they position it? What was the key message? Which channels did they use to communicate with the target users? Is there anything you think they should have done differently?

## Related Research Topics

* Product positioning \[ [Google](https://www.google.com/search?q=Product%20positioning%20in%20product%20management) | [Perplexity](https://www.perplexity.ai/?q=Product%20positioning%20in%20product%20management) ]
* Marketing channels \[ [Google](https://www.google.com/search?q=Marketing%20channels%20in%20product%20management) | [Perplexity](https://www.perplexity.ai/?q=Marketing%20channels%20in%20product%20management) ]
* PR for product launches \[ [Google](https://www.google.com/search?q=PR%20for%20product%20launches%20in%20product%20management) | [Perplexity](https://www.perplexity.ai/?q=PR%20for%20product%20launches%20in%20product%20management) ]
* User segmentation for communications. \[ [Google](https://www.google.com/search?q=User%20segmentation%20for%20communications.%20in%20product%20management) | [Perplexity](https://www.perplexity.ai/?q=User%20segmentation%20for%20communications.%20in%20product%20management) ]


---

# 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://www.pmguidebook.com/process-skills/delivery/marketing-and-communications.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.
