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

# Quickstart

> Sign up instructions and getting your first sandbox working

## Goal of this tutorial

In this tutorial, you will:

1. Sign up for an Invopop account and get your first sandbox workspace working.
2. Invite your colleagues to join your workspace.
3. Create a simple workflow to issue an invoice.
4. Upload the invoice to the workflow and process it.

## Signing up

Let's start by signing up for an Invopop account.

1. Go to [https://console.invopop.com](https://console.invopop.com) and select your sign up method (email or Google).

If you're using Google, you'll be redirected to the Google sign up page, otherwise you'll receive an email with a code to verify your account.

<Frame>
  <img alt="Sign up form" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-signup.png?fit=max&auto=format&n=iiGcUg_ACblhw3-1&q=85&s=9a5111b1ca6f581fe8ba51687c15ec87" width="550px" data-path="guides/images-tutorials/start-signup.png" />
</Frame>

2. Fill in the form with your name, company, and position. The company will become your **organization** in Invopop, more on that later.

<Frame>
  <img alt="Sign up form" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-user.png?fit=max&auto=format&n=iiGcUg_ACblhw3-1&q=85&s=e7e6e9260ceb728c247ceb32bfc1ea49" width="550px" data-path="guides/images-tutorials/start-user.png" />
</Frame>

3. You'll be prompted to create a first sandbox workspace. Don't worry, you can always create more workspaces later.

<Frame>
  <img alt="Create workspace" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-workspace.png?fit=max&auto=format&n=iiGcUg_ACblhw3-1&q=85&s=475bfe067085791b8dcaf886d54e3b66" width="550px" data-path="guides/images-tutorials/start-workspace.png" />
</Frame>

4. You will be redirected to the Invopop console. Congratulations, you've just created your first sandbox workspace!

<Frame>
  <img alt="Empty workspace" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-blank.png?fit=max&auto=format&n=iiGcUg_ACblhw3-1&q=85&s=90bae3871a469f4c3dd96dadcafb5d29" width="550px" data-path="guides/images-tutorials/start-blank.png" />
</Frame>

## Inviting colleagues

Now that you've signed up, you can invite your colleagues to join your organization.

1. Within the [Invopop console](https://console.invopop.com), click on your name on the bottom left corner, and select **Configure {organization}**, where organization is the name of your company.
   You may be prompted to enter login again, and you'll be redirected to the organization settings page.

<Frame>
  <img alt="Go to organization settings" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-access.gif?s=887acced1bb48243c6e16412ba544b80" width="550px" data-path="guides/images-tutorials/start-access.gif" />
</Frame>

2. Click on the **Members** tab on the left. You'll see a list of all the members in your organization.

<Frame>
  <img alt="Members" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-members.png?fit=max&auto=format&n=iiGcUg_ACblhw3-1&q=85&s=15882869bf1fe2baf26440b5af1eb10a" width="550px" data-path="guides/images-tutorials/start-members.png" />
</Frame>

3. Click on the **Invite** button on the top right corner.
4. Fill in the form with your colleagues' email addresses and position and click on **Send**.
5. Your colleagues will receive an email with a link to join your organization and will be able to access any workspace associated with your organization.

## Creating a workflow

Now let's create your first workflow. We'll start with a simple workflow that generates a PDF invoice.

1. Go back to the workspace, by clicking on the **Workspaces** tab, selecting your workspace and clicking on **Go to Console** or simply opening a new tab in [https://console.invopop.com](https://console.invopop.com).

<Frame>
  <img alt="Go to workspace" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-back-to-workspace.gif?s=feeda1d83eaae621526202fecfc31391" width="550px" data-path="guides/images-tutorials/start-back-to-workspace.gif" />
</Frame>

2. Click on the **Workflows** on the left sidebar. You'll see a list of all the workflows in your workspace.

<Frame>
  <img alt="Workflows" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-workflow-list-empty.png?fit=max&auto=format&n=iiGcUg_ACblhw3-1&q=85&s=faaeaf568110d9fa78a45bf7c5c41b64" width="550px" data-path="guides/images-tutorials/start-workflow-list-empty.png" />
</Frame>

3. Click on the **Create workflow** button on the top right corner. You'll see a list of template workflows that you can use to get started.
4. Select the "PDF Invoice" template and click on **Load template**.
5. Let's add a step that sets the Document state to *Sent* after the PDF is generated. Click on the **+** button below the top right corner and select **Set State** in the right sidebar.

<Frame>
  <img alt="Add Set State step" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-add-step.gif?s=f93ff6c096c11bbf3b2125c0591bfc64" width="550px" data-path="guides/images-tutorials/start-add-step.gif" />
</Frame>

6. You should now see the configuration of the **Set State** step, otherwise click on the step you've just added. Select **Sent** in the **State** dropdown.
7. Click on the **Save Draft** button save your draft workflow. Now click on **Publish** so you can start using it in your workspace.

## Uploading an invoice

Now let's upload an invoice to your workspace that we'll later send to the 'PDF Invoice' workflow.
You can upload document manually from the Console or by using the API.

<Tabs>
  <Tab title="Console">
    1. In the [Console](https://console.invopop.com), click on **Invoices** on the left sidebar.
    2. Click on the **New invoice** button on the top right corner. You'll be redirected to the document editor.
    3. The document editor has two modes: the *visual view* and the *code view*. Switch to the code view by clicking on the toggle below the Save button.

    <Frame>
      <img alt="Toggle code view" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-toggle.gif?s=9dc0e6308cf84a57082967d9a05f0c16" width="550px" data-path="guides/images-tutorials/start-toggle.gif" />
    </Frame>

    4. Copy the invoice example below and paste it in the code view.

    ```json expandable theme={"system"}
      {
          "$schema": "https://gobl.org/draft-0/bill/invoice",
          "$regime": "GB",
          "uuid": "01975e35-426f-760e-aab8-a30b942fee07",
          "type": "credit-note",
          "series": "SAMPLE",
          "code": "000002",
          "issue_date": "2025-06-11",
          "currency": "GBP",
          "preceding": [
              {
                  "uuid": "019035bd-4524-73ab-bf44-6037841ce5d9",
                  "type": "standard",
                  "issue_date": "2024-07-31",
                  "series": "SAMPLE",
                  "code": "001"
              }
          ],
          "supplier": {
              "name": "Test Company Ltd.",
              "tax_id": {
                  "country": "GB",
                  "code": "000472631"
              },
              "addresses": [
                  {
                      "num": "12",
                      "street": "Main Street",
                      "locality": "Hull",
                      "code": "HU17 7PQ",
                      "country": "GB"
                  }
              ],
              "emails": [
                  {
                      "addr": "company@example.com"
                  }
              ]
          },
          "customer": {
              "name": "Random Company Ltd.",
              "tax_id": {
                  "country": "GB",
                  "code": "350983637"
              },
              "addresses": [
                  {
                      "num": "45",
                      "street": "Some Street",
                      "locality": "London",
                      "code": "SW1A 1AA",
                      "country": "GB"
                  }
              ],
              "emails": [
                  {
                      "addr": "random@example.com"
                  }
              ]
          },
          "lines": [
              {
                  "i": 1,
                  "quantity": "20",
                  "item": {
                      "name": "Development services",
                      "price": "90.00",
                      "unit": "h"
                  },
                  "sum": "1800.00",
                  "discounts": [
                      {
                          "reason": "Special discount",
                          "percent": "10%",
                          "amount": "180.00"
                      }
                  ],
                  "taxes": [
                      {
                          "cat": "VAT",
                          "rate": "standard",
                          "percent": "20.0%"
                      }
                  ],
                  "total": "1620.00"
              }
          ],
          "totals": {
              "sum": "1620.00",
              "total": "1620.00",
              "taxes": {
                  "categories": [
                      {
                          "code": "VAT",
                          "rates": [
                              {
                                  "key": "standard",
                                  "base": "1620.00",
                                  "percent": "20.0%",
                                  "amount": "324.00"
                              }
                          ],
                          "amount": "324.00"
                      }
                  ],
                  "sum": "324.00"
              },
              "tax": "324.00",
              "total_with_tax": "1944.00",
              "payable": "1944.00"
          }
      }
    ```

    5. Click on the **calculator** icon to *build* the invoice. This will normalize and validate fields and add any calculated fields.

    <Frame>
      <img alt="Build invoice" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-build.png?fit=max&auto=format&n=iiGcUg_ACblhw3-1&q=85&s=3833c0df91801effe801ea2f2c8d24d6" width="550px" data-path="guides/images-tutorials/start-build.png" />
    </Frame>

    6. Click on the **Save** button on the top right corner to save the invoice. You'll be redirected to the *invoice detail* view.
  </Tab>

  <Tab title="API">
    Use the [Create an Entry](api-ref/transform/jobs/create-a-job-post) API endpoint with a request body that wraps your invoice in the required structure.

    Your request body should look like this:

    ```json theme={"system"}
    {
      "content_type": "application/json",
      "data": {}
    }
    ```

    Populate the `data` field with your complete invoice object. You can use the example below:

    ```json expandable theme={"system"}
      {
        "$schema": "https://gobl.org/draft-0/bill/invoice",
        "$regime": "GB",
        "uuid": "029035bd-4524-73ab-bf44-6037841ce5d9",
        "type": "standard",
        "series": "SAMPLE",
        "code": "001",
        "issue_date": "2024-07-31",
        "currency": "GBP",
        "supplier": {
            "name": "Test Company Ltd.",
            "tax_id": {
                "country": "GB",
                "code": "000472631"
            },
            "addresses": [
                {
                    "num": "12",
                    "street": "Main Street",
                    "locality": "Hull",
                    "code": "HU17 7PQ",
                    "country": "GB"
                }
            ],
            "emails": [
                {
                    "addr": "company@example.com"
                }
            ]
        },
        "customer": {
            "name": "Random Company Ltd.",
            "tax_id": {
                "country": "GB",
                "code": "350983637"
            },
            "addresses": [
                {
                    "num": "45",
                    "street": "Some Street",
                    "locality": "London",
                    "code": "SW1A 1AA",
                    "country": "GB"
                }
            ],
            "emails": [
                {
                    "addr": "random@example.com"
                }
            ]
        },
        "lines": [
            {
                "i": 1,
                "quantity": "20",
                "item": {
                    "name": "Development services",
                    "price": "90.00",
                    "unit": "h"
                },
                "sum": "1800.00",
                "discounts": [
                    {
                        "reason": "Special discount",
                        "percent": "10%",
                        "amount": "180.00"
                    }
                ],
                "taxes": [
                    {
                        "cat": "VAT",
                        "rate": "standard",
                        "percent": "20.0%"
                    }
                ],
                "total": "1620.00"
            }
        ],
        "totals": {
            "sum": "1620.00",
            "total": "1620.00",
            "taxes": {
                "categories": [
                    {
                        "code": "VAT",
                        "rates": [
                            {
                                "key": "standard",
                                "base": "1620.00",
                                "percent": "20.0%",
                                "amount": "324.00"
                            }
                        ],
                        "amount": "324.00"
                    }
                ],
                "sum": "324.00"
            },
            "tax": "324.00",
            "total_with_tax": "1944.00",
            "payable": "1944.00"
        }
      }
    ```

    If everything goes well, you'll get a `200 OK` response along with the JSON for your newly registered invoice.
  </Tab>
</Tabs>

You've just created your first invoice! You can click on Preview to see how it'd look like in a PDF format.

<Frame>
  <img alt="Invoice detail" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/start-invoice-detail.png?fit=max&auto=format&n=iiGcUg_ACblhw3-1&q=85&s=49725474de4f47aea15a22606c77a769" width="550px" data-path="guides/images-tutorials/start-invoice-detail.png" />
</Frame>

## Processing an invoice

Next, we'll process the invoice by sending it to the 'PDF Invoice' workflow we set up earlier. You can do this manually from the Console or by using the API.

<Tabs>
  <Tab title="Console">
    1. In the [Console](https://console.invopop.com), click on **Invoices** in the left sidebar.

    > Select the invoice you just uploaded. This will open the document editor.

    2. Click **Select Workflow** in the top-right corner to open the workflow selection dialog.

    <Frame>
      <img alt="Go to organization settings" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/process-select-worflow.gif?s=0566d15ee7632ac2a3e21f9020477990" width="550px" data-path="guides/images-tutorials/process-select-worflow.gif" />
    </Frame>

    3. Select the workflow you want to run — in this case, **PDF Invoice** — and click **Run Workflow**.

    <Frame>
      <img alt="Members" src="https://mintcdn.com/invopop-singapore/iiGcUg_ACblhw3-1/guides/images-tutorials/process-run-workflow.gif?s=09ef42397be94f4bd65cdc9076416064" width="550px" data-path="guides/images-tutorials/process-run-workflow.gif" />
    </Frame>

    4. You'll see the **Status** of the invoice update to **Sent**, confirming it's been processed.
  </Tab>

  <Tab title="API">
    Use the [`Create a Job`](/api-ref/transform/jobs/create-a-job-post) API endpoint with the following request body:

    ```json theme={"system"}
      {
        "workflow_id": "186522a6-e697-4e34-8498-eee961bcb845",
        "silo_entry_id": "03836750-461b-11f0-a07f-051acfb70532"
      }
    ```

    * `silo_entry_id` should reference the Silo Entry ID of the uploaded invoice.
    * `workflow_id` should reference the ID of the workflow you created.

    If everything goes smoothly, you'll receive a `202 Accepted` response confirming the invoice has been processed.
  </Tab>
</Tabs>

That's it! You've successfully processed your first invoice.

**Next up**: learn how to correct an invoice in the [Correct an Invoice](/guides/getting-started/correct-an-invoice) tutorial.
