> For the complete documentation index, see [llms.txt](https://docs.tuplo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuplo.com/setup/getting-started.md).

# Getting Started

After onboarding, you should begin building your product catalog in Tuplo Studio. Below are some software requirements and steps to download and install Tuplo Studio.

{% hint style="info" %}
**Quick Tips!**

If you're unsure if you've completed our onboarding process, please refer to the [Tuplo Account Management Guide](https://docs.tuplo.com/tuplo-account-management-guide/), or you can contact support by visiting [www.tuplo.com](http://www.tuplo.com) and using our chat widget.
{% endhint %}

Before installation, you'll need:

1. An active subscription and Tuplo Account.
2. A stable and reliable internet connection.
3. A Mac computer using the most current version of macOS.
4. Your Store ID/Account ID is found in your dashboard's Group Profile Section.
5. At least one staff account has been created in the Staff section of your dashboard.

***

## Initial Installation

Once you have these items together you can download and install Tuplo Studio.

To do so:

1. **Download** Tuplo Studio from our website at [Tuplo.com](https://www.tuplo.com).
2. **Launch** the installer by double-clicking the downloaded file.
3. **Follow** the on-screen instructions to complete the installation.

After installation, a window will prompt you for the following information:&#x20;

* Account ID: This is found on your Group Profile page and may also be called Store ID.
* User Name/Password: This can be any of the staff accounts you've created.

Enter these and press enter to complete the setup.

{% hint style="info" %}
**Quick Tips!**

If you are using multiple systems, you'll need to configure your Tuplo Studio preferences for each one. The [Preferences](/setup/preferences.md) section provides more information.
{% endhint %}

***

### Updating Tuplo Studio

When an update is available, the next time you launch your Tuplo Studio software you will receive a prompt to update your software.

You can choose to either update then, or continue using the current installed version.&#x20;

{% hint style="info" %}
**Quick Tips!**

Before updating to a new macOS version, visit [Tuplo.com](https://www.tuplo.com/) to ensure that Tuplo Studio is compatible.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tuplo.com/setup/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
