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

# Send proposal

## Overview

Sends a contract proposal to another XMPP Client (in the federated network) to sign a specific contract under a specific role. The proposal message can also contain a plain text message to the recipient.

Note: This function calls the `AgentAPI.Xmpp.SendXmlMessage(To,Xml,Subject,Language,Id)` function, which calls the corresponding Agent API web service.

## HTTP request

`POST /Agent/Legal/SendProposal`

## Authentication

Requires a valid JWT bearer token.

## Notes

This endpoint uses the request schema notation described in [Pattern matching](/neuron-api/pattern-matching).
