> ## Documentation Index
> Fetch the complete documentation index at: https://developers.respondent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Messaging Overview

> Streamlining communication between researchers and participants

# What can you do with messaging?

Messaging endpoints allow you to set up a two way conversation between researchers and participants. On our platform messaging is often used to clarify study requirements, aid in rescheduling, and follow up on screener answers. We've found that this functionality greatly benefits both researchers and participants and ultimately helps facilitate smoother end to end research.

Setting up messaging first requires the [creation of a conversation](/messaging/create-a-conversation) with participant ID before messages can be created.

After a conversation is created additional participants can be added if a group chat environment is desired.

# Why use messages?

Messaging is a powerful tool for researchers that helps facilitate pre-screening, booking clarifications, and lightweight study follow-up.

## API endpoints

<CardGroup cols={2}>
  <Card title="Create a conversation" icon="comment" href="/messaging/create-a-conversation">
    Start a conversation linked to a project.
  </Card>

  <Card title="Send a message" icon="paper-plane" href="/messaging/create-a-message">
    Send messages to participants in a conversation.
  </Card>
</CardGroup>
