> Portal Navigation:
>
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt
## Resource: Introduction
## Article: Introduction
## Article Link: https://dev.wix.com/docs/velo/apis/wix-inbox-v2/introduction.md
## Article Content:
# Introduction
Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.
With Wix Inbox v2, site contributors
can communicate with the site's visitors, contacts, and members
through Wix Chat, SMS, a Facebook business page, or other channels.
Visitor activities on the site and 3rd-party services
can also be displayed in Inbox conversations.
The Inbox APIs expose functionality for working with a site's inbox.
With the Inbox APIs, you can:
- [Send messages](https://dev.wix.com/docs/velo/apis/wix-inbox-v2/messages/send-message.md)
on behalf of the business or a visitor.
- [Retrieve conversations](https://dev.wix.com/docs/velo/apis/wix-inbox-v2/conversations/get-or-create-conversation.md)
between a visitor and the business.
[Read more about how site contributors work with Wix Inbox][kb-inbox].
## Terminology
- A **message** is sent from the business to the visitor
or from the visitor to the business.
Messages can be one of these types: `basic`, `minimal`, `template`, `form`, `system`.
[Learn more about message types.][message-types]
- A **conversation** is a collection of messages that takes place between two or more participants.
Conversations are displayed in the site's [Inbox][inbox-deeplink],
one conversation per site visitor, contact, or member.
- A **participant** is the site visitor, contact, or member.
[Learn more about types of participant IDs.][visitor-id-types]
[kb-inbox]: https://support.wix.com/en/article/wix-inbox-getting-started
[inbox-deeplink]: https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Finbox
[message-types]: messages/message-types
[visitor-id-types]: conversations/conversation-id