> For the complete documentation index, see [llms.txt](https://support.ordereazi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.ordereazi.com/getting-started/getting-set-up/quick-start-guide.md).

# Quick Start Guide

OrderEazi is an intuitive cloud-based order management solution designed to save you time and help you focus on growing your business. With our user-friendly platform, you can manage orders, track shipments and generate reports at the click of a button.

## Getting Started

### Set Up Your Organization

The Organization Section is where you as the merchant will enter all your company details, load logos and documents and update your default markup tiers. All of this information will be used by the system to populate documents and emails generated in OrderEazi.

1\. Click on the settings Icon

2\. Select Organization Setup

3\. Enter your company details and addresses

4\. Edit the margin on the default markup tiers if needed

5\.  Add your banking details that will display on quotations

6\. Upload your company logo

7\. Add a Document Appendices, this is where you will add your terms and conditions

{% embed url="<https://scribehow.com/embed/Step-by-Step_Guide_Setting_Up_Organization_Details__l4F8GrrGT82ipAdGYNEyVg>" %}

### Create Your Project

Projects are enquiries or sales that you or the Sales Reps are managing. These sales could come from any number of channels, it could have been a client calling in and placing an order that the Sales Rep is building from scratch in the system, or it could be a sale from your online store that has been pushed into OrderEazi.

### Create A New Project

1\. Click on the New Project Icon

2\. Select Company in client details, if the client is new, click on the Plus Button in the company field and add the client's details

3\. Update the order details making sure the correct workflow is being used and it is connected to the correct Sales Rep

4\. Add the products connected to the project. You will need an SKU, Supplier, Description and Unit Selling price

5\. If needed you can add courier details or extra expense items to the project. Once you have added all your products you can click on documents and click on Create Quote

6\. You can choose to hide certain information on the quote, update the expiry dates and add comments. Once you are happy click Create. The quote will be sent to the client. You can download the quote by going to the Documents Tab in the project

7\. Once the client has accepted the quote you can click on Next Steps, and click on the action that has been completed so that the project can move to the next step\
\
8\. Once you have finished all the steps, the Project will move into completed

{% embed url="<https://scribehow.com/embed/Create_and_Complete_a_Project__ngKMwbPTQ2-MBrOjJ9VAXQ>" %}


---

# 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://support.ordereazi.com/getting-started/getting-set-up/quick-start-guide.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.
