> ## Documentation Index
> Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a place: Initials

> Adds an initials place to a document.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/-zNb44iNHnnmKMui/docs/integrations/power-automate/images/actions/add-place-initials.png?fit=max&auto=format&n=-zNb44iNHnnmKMui&q=85&s=648daa854897526d55491cbfb3decdf5" alt="" width="2880" height="1624" data-path="docs/integrations/power-automate/images/actions/add-place-initials.png" />
</Frame>

### Input

<ParamField path="Place Key" type="string" required={true}>
  A key that identifies this place within the document.
</ParamField>

<ParamField path="Recipient Key" type="string" required={true}>
  A user-provided key that identifies a recipient within an envelope.

  It must be up to 32 alphanumeric, lowercase characters and must start with a letter. For example: `buyer`, `employee`, `party2` are valid recipient keys.
</ParamField>

<ParamField path="Document ID" type="string" required={true}>
  The ID of the document to which the place will be added.
</ParamField>

<ParamField path="Place Height" type="string">
  Set a custom height, the width adjusts proportionally.
</ParamField>

<ParamField path="Page Number" type="string">
  The page number to position this place.
</ParamField>

<ParamField path="Distance From Top" type="string">
  The distance (in points) from the top of the page to the bottom of the place.
</ParamField>

<ParamField path="Distance From Left" type="string">
  The distance (in points) from the left of the page to the place.
</ParamField>

<ParamField path="Extra Properties" type="string">
  Extra properties for extensibility.
</ParamField>

### Output

This action has no output.
