> For the complete documentation index, see [llms.txt](https://docs.bird.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/api/conversations-api/api-reference/conversations-messaging.md).

# Conversations messaging

Conversations represent a sequence of messages with a set of participants. In the following APIs, you can manage messages belonging to a conversation.

Handling messages from the perspective of a conversation can be more convenient because it gives you the full context of a contact's interactions, they might have started off interacting with a flow and then gotten transferred to a customer service agent, so a conversation paints the full picture of their journey by aggregating all messages sent to and from the contact.

## API Reference Guide

1. [Create conversation message](/api/conversations-api/api-reference/conversations-messaging/create-conversation-message.md)
2. [List conversation messages](/api/conversations-api/api-reference/conversations-messaging/list-conversation-messages.md)
3. [Get conversation message](/api/conversations-api/api-reference/conversations-messaging/get-conversation-message.md)
4. [Update conversation message](/api/conversations-api/api-reference/conversations-messaging/update-conversation-message.md)
5. [Delete conversation message](/api/conversations-api/api-reference/conversations-messaging/delete-conversation-message.md)
6. [Create pre-signed upload](/api/conversations-api/api-reference/conversations-messaging/create-pre-signed-upload.md)
