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

# Getting Started

## Starting The Setup Process

1. Complete this form <https://airtable.com/shr4UleQsOP7OApli>
2. We will setup your billing account and contact you for the deposit
3. Once the deposit is paid, we will set up your account
4. Finally, we will provide you instructions to connect your domain to your reseller platform

## Understanding The Reseller Platform

Your reseller platform consists of 3 parts

* Admin dashboard - located at admin.your-domain.com
* Online stores - located at \_\_name\_\_.your-domain.com
* Landing pages - located at \_\_name\_\_.your-domain.com

## Accounts, O**rganizations** & Restaurants

To work with the reseller platform, it's important to understand the structure of accounts. Every account created under your reseller platform is an **organization**. When you create an account, the email address you register it with is the **admin user** of that organization.

An organization can have one or more **restaurants** under it. Each of these restaurants has their own **online store** website. Every organization can have a single **landing page** website that links to all the restaurants within that organization.

Organizations can also have **staff accounts** that have access restricted to particular restaurants and particular functions.

### The Ideal Way To Setup New Clients

We recommend that for every new business that you work with, you create them their own account. All their store branches should be added as restaurants under this single account. Managers of each branch can be given their own staff account with access to just that store branch.

## Creating New Accounts

You can create new accounts through the signup form on your admin dashboard. Any accounts created from here will be part of your main reseller account. Their online stores and landing pages will have your branding on them, not ours.

When we set up your reseller platform, we would have either enabled or disabled **e-mail verification** depending on how you plan to set up your customers.

**If e-mail verification is enabled**, the user email that you signed up with will receive a 5-6 digit code that must be entered in the account creation process.

**If e-mail verification is disabled**, this 5-6 digit code will be sent to your support e-mail address instead of the e-mail address you created your account with.

{% hint style="info" %}
You can use your reseller password in the e-mail confirmation code field to bypass the verification process
{% 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.orderfeeds.com/resellers/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.
