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

# Related Documents Guide

> Configure linked documents using UUIDs.

## Introduction

In the Invopop Console, each document features a `Related` tab. When configured correctly, this tab shows other documents linked to the current one, such as all invoices associated with a supplier or the invoice referenced by a credit note.

The key to linking documents reliably is the UUID field. This optional field is generated by Invopop if left blank, but you can use your own internal identifiers if preferred.

## Use Case

This guide will follow the example of linking a supplier to its invoices.

<Steps>
  <Step title="Upload the supplier">
    Upload a supplier to Invopop. You can either use your own UUID or leave it blank and Invopop will generate it.
  </Step>

  <Step title="Sign the supplier">
    The supplier must be signed for the linked invoice to appear. Send the supplier to a "contacts" workflow with the `Sign envelope` step. For further information on workflows check the [docs](/guides/features/workflows).
  </Step>

  <Step title="Link the invoice">
    When creating an invoice you want to link to a supplier, add the contact's UUID field to the invoice, just like you would with `name` or `address`. The invoice will then be linked to the supplier, and all invoices with that supplier will appear on its `Related` tab.
  </Step>
</Steps>

<Frame caption="How an invoice appears on the supplier's Related tab">
  <img alt="Related Documents" src="https://mintcdn.com/invopop/-KQ2_uysex-mWyqz/assets/guides/related-docs.png?fit=max&auto=format&n=-KQ2_uysex-mWyqz&q=85&s=56d1a33012f8eeb656963d550efba1e7" width="650px" data-path="assets/guides/related-docs.png" />
</Frame>

<Warning>The related document search works in one direction. You will be able to see all invoices linked to a supplier in its `Related` tab, but not the supplier's link in an invoice. </Warning>

## FAQ

Please contact the [Invopop support team](email:support@invopop.com) if you have any questions that are not listed here.

<AccordionGroup>
  <Accordion title="What is a UUID?">
    A UUID (Universally Unique Identifier) is a 128-bit identifier unique across space and time. In Invopop, UUIDs link documents reliably, ensuring each document has a unique reference.
  </Accordion>

  <Accordion title="Do I need to generate my own UUIDs?">
    No. If you don't provide a UUID, Invopop will generate one for you. You can use your own internal identifiers if preferred.
  </Accordion>

  <Accordion title="Can I change a document's UUID after creation?">
    No. Once a document is created and signed with a UUID, that identifier becomes permanent and cannot be modified.
  </Accordion>

  <Accordion title="What happens if I use an invalid UUID?">
    Since the UUID is optional, providing an invalid format or referencing a non-existent document will result in no link being created.
  </Accordion>
</AccordionGroup>

<Card title="Participate in our community" icon="forumbee" href="https://community.invopop.com" arrow="true" horizontal>
  Ask and answer questions about related documents →
</Card>
