> ## 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.

# Place positioning

> Position fields using text placeholders or fixed coordinates in Power Automate

Places can be positioned in the document using either a [placeholder](#placeholders) or a [fixed position](#fixed-position).

### Placeholders

You can define placeholders inside your document using the template `[[place_key]]`, where `place_key` corresponds to the key of the place.

For example, to define placeholders for two places with the keys `licensor_signs_here` and `licensor_signed_at` in the document:

<Tip>In this example, to show the placeholders in the document, we set them to a blue color. You can set the text color of the placeholder to white to hide it from recipients.</Tip>

<img src="https://mintcdn.com/signatureapi-daf4ee54/to2kcqhpCDnABjF5/docs/images/place-position-placeholder.webp?fit=max&auto=format&n=to2kcqhpCDnABjF5&q=85&s=32b4cca81b07a47a94cbd351071d4097" alt="Placeholder positioning" width="1780" height="874" data-path="docs/images/place-position-placeholder.webp" />

Then we define the `licensor_signs_here` as a **Signature** place:

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/5kf_xnmgDccjHgkV/docs/integrations/power-automate/images/positioning-placeholder-signature.png?fit=max&auto=format&n=5kf_xnmgDccjHgkV&q=85&s=5264ca818e7557bdf620669537735383" alt="" width="2992" height="1717" data-path="docs/integrations/power-automate/images/positioning-placeholder-signature.png" />
</Frame>

And `licensor_signed_at` as a **Recipient Completed Date** place:

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/5kf_xnmgDccjHgkV/docs/integrations/power-automate/images/positioning-placeholder-date.png?fit=max&auto=format&n=5kf_xnmgDccjHgkV&q=85&s=07c3b70504959edebfa26714c5184fbc" alt="" width="2992" height="1717" data-path="docs/integrations/power-automate/images/positioning-placeholder-date.png" />
</Frame>

The `licensor_signs_here` place will appear over the placeholder `[[licensor_signs_here]]`, and the `licensor_signed_at` place will appear over the placeholder `[[licensor_signed_at]]`.

<img src="https://mintcdn.com/signatureapi-daf4ee54/to2kcqhpCDnABjF5/docs/images/place-position-placeholder-signed.webp?fit=max&auto=format&n=to2kcqhpCDnABjF5&q=85&s=09433691d45a8707ec374d90d0b3f463" alt="Placeholder positioning signed" width="1780" height="874" data-path="docs/images/place-position-placeholder-signed.webp" />

You can set the text color of the placeholder to white to hide it from recipients.

<img src="https://mintcdn.com/signatureapi-daf4ee54/to2kcqhpCDnABjF5/docs/images/place-position-placeholder-white.webp?fit=max&auto=format&n=to2kcqhpCDnABjF5&q=85&s=d96a5e10ef4df58d5198092dd0f5b5ee" alt="Placeholder positioning signed white text" width="1780" height="874" data-path="docs/images/place-position-placeholder-white.webp" />

### Fixed Positions

Sometimes, you can to position places in a specific coordinate within a page in the document. Fixed positions can be defined by specifying the page number, along with distances from the top of the page (`top`) and from the left side of the page (`left`).

Both `top` and `left` are measured in points (1/72 of an inch), and can have decimal places.

For example, to define a fixed position for a place with the key `employer_first_signature`, located in the second page, 1 inch (72 points) from the left and 5 inches (360 points) from the top of the page:

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/5kf_xnmgDccjHgkV/docs/integrations/power-automate/images/positioning-fixed.png?fit=max&auto=format&n=5kf_xnmgDccjHgkV&q=85&s=ef8b66f0612234e099fdd3ed24888e91" alt="" width="2992" height="1717" data-path="docs/integrations/power-automate/images/positioning-fixed.png" />
</Frame>

Each place is positioned on the page based on the coordinates of its bottom-left corner, as shown in the image below.

<img src="https://mintcdn.com/signatureapi-daf4ee54/to2kcqhpCDnABjF5/docs/images/coordinates_fixed.webp?fit=max&auto=format&n=to2kcqhpCDnABjF5&q=85&s=66ec25413914059ff3cab2989a1c87f3" alt="Fixed place positioning" width="1780" height="874" data-path="docs/images/coordinates_fixed.webp" />
