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

# Welcome to Xenoraa

## Welcome to Xenoraa! 🚀

Welcome to **Xenoraa**, your all-in-one multi-tenant CRM, ERP, and business management suite. Xenoraa is designed to consolidate your entire business operations into a single, cohesive platform. Whether you are managing customer relationships, tracking inventory, running a retail point-of-sale (POS) counter, managing financial accounts, or launching an e-commerce storefront, Xenoraa provides the tools you need to succeed.

***

### 🧭 Navigating the Xenoraa Workspace

When you log in to your Xenoraa tenant dashboard (e.g., `yourcompany.xenoraa.com` or your custom domain), you will be greeted by the **Main Workspace**. The layout is designed to keep your most critical business metrics front and center while providing rapid access to all modules via the sidebar.

```
+-------------------------------------------------------------------------+
|  [XENORAA]  Search Workspace...                  (Tenant: yourcompany)  |
+-------------------------------------------------------------------------+
| (•) Dashboard  |  Welcome back, Admin!                                  |
| [≡] CRM 2.0    |  +-------------------+  +---------------------------+  |
| [≡] Inventory  |  | Total Leads       |  | Monthly Sales             |  |
| [≡] Accounts   |  | **142**           |  | **Rs. 12,45,000**         |  |
| [≡] POS        |  +-------------------+  +---------------------------+  |
| [≡] E-Commerce |                                                        |
| [≡] Xena AI    |  [ Recent Activities ]                                 |
| [≡] Settings   |  - Lead "Rajesh Kumar" status updated to 'Contacted'   |
|                |  - POS Session #104 closed by cashier 'Anjali'         |
+-------------------------------------------------------------------------+
```

#### Core Design Principles

* **Consistent CSS Styling:** All pages use the unified `crm2-*` design system. This ensures a clean, modern, and highly readable user interface with standardized forms, tables, and KPI cards.
* **The Side Navigation Rail:** A persistent 56px navigation rail is docked on the left, allowing you to switch between major business functions with a single click.
* **Global Search:** Accessible at the top of every page, allowing you to search across leads, contacts, accounts, deals, and products instantly.

***

### 🛠️ Step-by-Step Tenant Setup Checklist

To get your business up and running on Xenoraa, we recommend completing the following onboarding steps in order:

|  Step | Action Item                          | Estimated Time | Why It Matters                                                                        |
| :---: | ------------------------------------ | :------------: | ------------------------------------------------------------------------------------- |
| **1** | Configure SMTP Mail Settings         |     5 mins     | Enables system emails, invoice dispatch, and marketing campaigns.                     |
| **2** | Set Up Your Chart of Accounts        |     15 mins    | Establishes the financial foundation for automated double-entry bookkeeping.          |
| **3** | Import Your Product Catalog          |     10 mins    | Populates your inventory for CRM quotes, sales orders, POS, and E-Commerce.           |
| **4** | Invite Your Team Members             |     5 mins     | Grants role-based access control (RBAC) to your employees, cashiers, and accountants. |
| **5** | Configure POS Terminals & E-Commerce |     10 mins    | Opens up your sales channels to begin accepting retail and online orders.             |
| **6** | Activate Xena AI Business Assistant  |     3 mins     | Connects your workspace to ChatGPT Actions for conversational business intelligence.  |

***

### 📦 What's Included in This Guide?

This comprehensive guide is written from your perspective as a **Business Owner** or **Tenant Administrator**. We have broken down each module into step-by-step walkthroughs:

* **CRM 2.0 & Sales:** Learn how to manage leads, contacts, accounts, and deals through your sales pipeline.
* **Inventory & Order Management:** Master product tracking, price books, quotes, sales orders, purchase orders, and invoices.
* **Accounts & Double-Entry Bookkeeping:** Set up tax rates, manage bank transfers, record payments, and view real-time financial statements.
* **E-Commerce & Retail POS:** Open retail cash sessions, scan items, print receipts, and manage your online headless storefront.
* **Xena AI & ChatGPT Integration:** Connect Xenoraa to your custom GPT and ask questions about your business data using natural language.
* **Workspace Settings & Customization:** Customize email templates, dropdown options, system defaults, and manage system logs.

Let's get started by exploring the **CRM 2.0 & Sales Module**!


---

# 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.xenoraa.com/xenoraa-tenant-onboarding-guide/welcome-to-xenoraa.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.
