# The nativeMsg Playbook

## Home

- [The nativeMsg Playbook](https://playbook.nativemsg.com/hub.md): Welcome to your team’s developer platform

## Get Started

- [Welcome to nativeMsg](https://playbook.nativemsg.com/get-started/readme.md): Your central guide for platform setup, conversational design, and maximizing customer engagement across RCS and other texting channels.
- [Welcome & Overview](https://playbook.nativemsg.com/get-started/get-started/welcome.md)
- [Pre-Flight Checklist](https://playbook.nativemsg.com/get-started/get-started/pre-flight-checklist.md)
- [Compliance](https://playbook.nativemsg.com/get-started/get-started/pre-flight-checklist/compliance.md)
- [Avoid Common Rejections](https://playbook.nativemsg.com/get-started/get-started/pre-flight-checklist/avoid-common-rejections.md)
- [Onboarding Steps](https://playbook.nativemsg.com/get-started/get-started/onboarding-steps.md): This page outlines your journey with nativeMsg — from setup to launch.   Each phase includes what we’ll handle, what we’ll need from you, and how we’ll measure success together.
- [Support & Resources](https://playbook.nativemsg.com/get-started/get-started/support-and-resources.md): This page connects you to support channels, guides, and documentation to help you find answers quickly and stay confident throughout your journey.
- [Campaign Best Practices](https://playbook.nativemsg.com/get-started/get-started/support-and-resources/campaign-best-practices.md)
- [📚 Knowledge Base](https://playbook.nativemsg.com/get-started/knowledge-base/knowledge-base.md): Welcome to your self-serve Knowledge Base — short, clear guides to help you get the most from nativeMsg.
- [Create Account + Add Users](https://playbook.nativemsg.com/get-started/knowledge-base/knowledge-base/create-account-+-add-users.md)
- [Templates](https://playbook.nativemsg.com/get-started/knowledge-base/knowledge-base/templates.md)
- [Webhooks](https://playbook.nativemsg.com/get-started/knowledge-base/knowledge-base/webhooks.md)
- [Themes](https://playbook.nativemsg.com/get-started/knowledge-base/knowledge-base/themes.md)
- [Functional Overview](https://playbook.nativemsg.com/get-started/quickstart/functional-overview.md)
- [Create Your First Message](https://playbook.nativemsg.com/get-started/quickstart/create-your-first-message.md)
- [Create Your First Carousel](https://playbook.nativemsg.com/get-started/quickstart/create-your-first-carousel.md)
- [Sending Your First Blast](https://playbook.nativemsg.com/get-started/quickstart/sending-your-first-blast.md)
- [Analytics](https://playbook.nativemsg.com/get-started/quickstart/analytics.md)

## On-Demand Content

- [Webinar Recordings](https://playbook.nativemsg.com/on-demand-content/webinar-recordings.md): Explore our library of previously recorded webinars on-demand.

## User Guide

- [User Guide](https://playbook.nativemsg.com/user-guide/user-guide.md)

## API Reference

- [nativeMsg API Reference](https://playbook.nativemsg.com/api-reference/readme.md): A programmatic interface for creating and scaling RCS for Business experiences.

## RCS Experience Schema

- [Overview](https://playbook.nativemsg.com/rcs-experience-schema/rcs-experience-schema/overview.md)
- [Quick Start](https://playbook.nativemsg.com/rcs-experience-schema/rcs-experience-schema/quick-start.md)
- [Core Concepts](https://playbook.nativemsg.com/rcs-experience-schema/rcs-experience-schema/core-concepts.md)
- [Experience](https://playbook.nativemsg.com/rcs-experience-schema/reference/experience.md)
- [Workflow](https://playbook.nativemsg.com/rcs-experience-schema/reference/workflow.md)
- [Actions](https://playbook.nativemsg.com/rcs-experience-schema/reference/actions.md)
- [Messages](https://playbook.nativemsg.com/rcs-experience-schema/reference/messages.md)
- [Conditions](https://playbook.nativemsg.com/rcs-experience-schema/reference/conditions.md)
- [Common Patterns](https://playbook.nativemsg.com/rcs-experience-schema/guides/common-patterns.md)
- [Channel Compatibility](https://playbook.nativemsg.com/rcs-experience-schema/guides/channel-compatibility.md)
- [Coding Language Examples](https://playbook.nativemsg.com/rcs-experience-schema/guides/coding-language-examples.md)
- [Troubleshooting](https://playbook.nativemsg.com/rcs-experience-schema/guides/troubleshooting.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://playbook.nativemsg.com/hub.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
