> For the complete documentation index, see [llms.txt](https://phplime-envato.gitbook.io/qrexorder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phplime-envato.gitbook.io/qrexorder/the-follow.md).

# The Flow

In this section, we are going to understand how the application works.

## How does the Store Owner registers?

There are two ways a Store Owner registers to the platform.

1. Self Registration, through the Sign-Up page.
2. Admin registers the Store Owner.

### Self Registration

In this process, any user can register for the role of  Owner.\
The registration page is \*\*<https://yourwebsite.com/sign-up**\\>
After the registration, they will be able to log in with the same URL as Admin Login.

There are 2 ways to self-registration

1. Sign-up button -> Registration after clicking this button user will get 15days / 7 days / 1month trial package.
2. Registration after choosing a package.

### Admin Registers the Store Owner

Admin can add Store Owner from the Admin Dashboard.\
**Admin > Restaurant> Add New Restaurant** and create a new user's of a restaurant

## How does a Delivery Guy registers?

The Restaurant owner can add a Delivery Guy.\
**Restaurant  owner> staffs>  Add New delivery guy** and create new user's of a restaurant

## How does a Staff register?

&#x20;The Restaurant owner can add a Staff.\
**Restaurant  owner> staffs>  Add New staff** and create new user's of a restaurant

## How does a Customer register?

&#x20;When a user places an order in the restaurant they will get a registration option on the checkout page.

![](/files/-Mj2uJ1MRVj5Jo-vv-RZ)

After registration and completed the orders they can check their order status from their profile.

For access profile **<https://yourwebsite.com/login>** then Customer Login page.


---

# 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://phplime-envato.gitbook.io/qrexorder/the-follow.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.
