Skip to Content
DocumentationTutorialsHello World0. Introduction

Hello World - Introduction

In this Hello World tutorial, you’ll learn how to use Qrambo from the ground up. This tutorial covers all the essential basics of Qrambo.

⚠️

This tutorial uses simplified mock queues and tasks to demonstrate core concepts. For production implementation details, please refer to our Scooter Scenario guide.

We recommend completing this Hello World tutorial before moving on to the Real World Scenario guide.

Standard Pipeline Flow

Create a task ### Review the task ### Receive results from Qrambo

While this is the standard pipeline flow, for simplicity in this tutorial, we’ll implement the steps in a different order: 1, 3, then 2.

Tutorial Structure

Here’s what we’ll cover in this tutorial:

Create a queue and submit your task

We’ll create a queue and submit a task using the virtual user API key. We’ll then verify the task creation through our dashboard.

Set up webhook integration

We’ll configure a webhook URL to receive task review results in your backend.

Build a review interface

We’ll create a user interface for reviewing tasks.

Let’s Begin

Now that you’re familiar with the structure, let’s get started.

Last updated on