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

# Quickstart

> Get started with Brickyfi in less than 5 minutes

## Add your first set

In the beginning there was nothing. You arrive on an empty [dashboard](/lg-english/dashboard) that asks you to add your first `purchases` or `sales`.

<Frame caption="Dashboard on your first login.">
  <img className="block dark:hidden" src="https://mintcdn.com/legaussitot/pVqg4QOzUUhM8huK/images/empty-dashboard-light.png?fit=max&auto=format&n=pVqg4QOzUUhM8huK&q=85&s=f1b5e15980e39222294bbe3cf5a3ad37" width="2640" height="1572" data-path="images/empty-dashboard-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/legaussitot/pVqg4QOzUUhM8huK/images/empty-dashboard-dark.png?fit=max&auto=format&n=pVqg4QOzUUhM8huK&q=85&s=68bfbe41be3a79b3466ec69d48a05c11" width="2648" height="1572" data-path="images/empty-dashboard-dark.png" />
</Frame>

Let's learn how.

<Steps>
  <Step title="Search for the set">
    To add an item to your collection (in stock, for sale, sold, to be restored or wanted), start by displaying the set's file by entering its number in the `search box`.

    <Frame caption="Search zone">
      <img className="block h-32 dark:hidden" src="https://mintcdn.com/legaussitot/pVqg4QOzUUhM8huK/images/search-light.png?fit=max&auto=format&n=pVqg4QOzUUhM8huK&q=85&s=3b21bd3a2367e380ccc6fade5290e331" width="668" height="308" data-path="images/search-light.png" />

      <img className="hidden h-32 dark:block" src="https://mintcdn.com/legaussitot/pVqg4QOzUUhM8huK/images/search-dark.png?fit=max&auto=format&n=pVqg4QOzUUhM8huK&q=85&s=4d6c10e6f4b6ce408a5bb4a442b69dd7" width="620" height="304" data-path="images/search-dark.png" />
    </Frame>

    On cell phones, the `search box` appears when you open the menu.

    <Frame caption="Zone de recherche sur mobile">
      <img className="block h-64 dark:hidden" src="https://mintcdn.com/legaussitot/pVqg4QOzUUhM8huK/images/search-iphone-light.png?fit=max&auto=format&n=pVqg4QOzUUhM8huK&q=85&s=f001cdc4bdbcef180508c7ad879b829b" width="1080" height="2340" data-path="images/search-iphone-light.png" />

      <img className="hidden h-64 dark:block" src="https://mintcdn.com/legaussitot/pVqg4QOzUUhM8huK/images/search-iphone-dark.png?fit=max&auto=format&n=pVqg4QOzUUhM8huK&q=85&s=e3832e431ba9f84c4ea0dd220b1b19e7" width="1080" height="2340" data-path="images/search-iphone-dark.png" />
    </Frame>
  </Step>

  <Step title="Add a transaction">
    On the set page, click on the `+Add` button in the `Add it to your collections` box.

    <Frame caption="Add a transaction">
      <img className="block dark:hidden" src="https://mintcdn.com/legaussitot/pVqg4QOzUUhM8huK/images/add-transaction-light.png?fit=max&auto=format&n=pVqg4QOzUUhM8huK&q=85&s=b2b558dcce1b022ca1f4247bb78388b2" width="2676" height="1542" data-path="images/add-transaction-light.png" />

      <img className="hidden dark:block" src="https://mintcdn.com/legaussitot/pVqg4QOzUUhM8huK/images/add-transaction-dark.png?fit=max&auto=format&n=pVqg4QOzUUhM8huK&q=85&s=b7eedd727a28881ef1c2cf0451075c2c" width="2666" height="1418" data-path="images/add-transaction-dark.png" />
    </Frame>
  </Step>

  <Step title="Enter information">
    Fill in the fields.

    <AccordionGroup>
      <Accordion icon="calendar-days" title="Date">
        <ResponseField name="date" type="date" required>
          Transaction date.
          <Tip>Don't remember the date? Choose today's date, you can change it later.</Tip>
        </ResponseField>
      </Accordion>

      <Accordion icon="input-numeric" title="Item number">
        <ResponseField name="item" type="integer" required>
          Item number (if you have several copies).
        </ResponseField>
      </Accordion>

      <Accordion icon="list-dropdown" title="Status">
        <ResponseField name="status" type="list" required>
          New or used? Not required for: `wanted` transactions

          <Expandable title="properties">
            <ResponseField name="new" type="string">
              New item
            </ResponseField>

            <ResponseField name="used" type="string">
              Used item
            </ResponseField>
          </Expandable>
        </ResponseField>
      </Accordion>

      <Accordion icon="list-dropdown" title="Transaction">
        <ResponseField name="transaction" type="list" required>
          Choose the type of transaction.

          <Expandable title="properties">
            <ResponseField name="wanted" type="string">
              Item you don't own but want to buy.
            </ResponseField>

            <ResponseField name="owned" type="string">
              Item you have just bought or purchased.
            </ResponseField>

            <ResponseField name="for sale" type="string">
              Item you are offering for sale.
            </ResponseField>

            <ResponseField name="sold" type="string">
              Item you have just sold.
            </ResponseField>

            <ResponseField name="to restore" type="string">
              Incomplete item requiring restoration. Can only be selected if a `owned` transaction has been entered first.
              <Tip>As long as items are in the `to restore` state they are not taken into account in the dashboard.</Tip>
            </ResponseField>
          </Expandable>
        </ResponseField>
      </Accordion>

      <Accordion icon="input-numeric" title="Price">
        Depending on the type of `transaction`, you will also need to fill in the price fields.
        <Tip>Don't remember a price? Enter `0.00`, you can change it later.</Tip>

        <ResponseField name="purchase price" type="decimal" required>
          Item purchase price. Mandatory for `owned`, `for sale`, `sold`, `to restore` transactions.
        </ResponseField>

        <ResponseField name="for sale price" type="decimal" required>
          Item sale price. Mandatory for `for sale`, `sold` transactions.
        </ResponseField>

        <ResponseField name="sold price" type="decimal" required>
          Item sold price. Mandatory for `sold` transactions.
        </ResponseField>

        For `sold` items, you can optionally indicate on which store the item was sold.

        <ResponseField name="sold on" type="list">
          Store where the item was sold.
        </ResponseField>
      </Accordion>
    </AccordionGroup>
  </Step>

  <Step title="Save">
    Click `Save` to save your entry.
  </Step>
</Steps>

**Congratulations! You've just added your first set! The [dashboard](/lg-english/dashboard) should now take your first transaction into account**.
<Tip>If you have many sets or figurines to register you can [import them with a CSV file](/lg-english/integrations#csv)</Tip>.
