# Customer Portal - My Profile

My Profile module of the customer portal displays the important information related to your portal user account. This module is designed to provide a seamless and efficient user experience, allowing customers to access, manage, and monitor their account details and transactions effortlessly.

### Presentation

At the forefront of the **My Profile** module is the **Presentation** section, which displays all the accessible presentations for the portal user. Users can scroll through the available presentations and click on any of them to view more information and make purchases

{% hint style="info" %}
Users can click on any presentation image to enlarge the image and view the image clearly.
{% endhint %}

For quick access to all presentations, a **Shop Products** option is placed at the top right corner of the header section. Clicking on this option redirects the user to the **Presentations** module in the customer portal, where they can explore all available presentations and continue their shopping journey.

<figure><img src="/files/UeXOZAbYYpJ7VE8xLqMc" alt=""><figcaption></figcaption></figure>

### Customer Sales

The **Customer Sales** section provides a visual summary of the customer's sales data through an interactive bar graph. This feature is particularly useful for gaining an instant overview of sales performance over a chosen period.

You can filter the time period for which you want to view this data. To view data for a specific time frame, choose the Period, Start Date, and End Date. Click the Reload icon at the top-right of this section to update the data. &#x20;

<figure><img src="/files/0oCwCNIY48I1aGZ0BNyF" alt=""><figcaption></figcaption></figure>

### Balance Summary

The **Balance Summary** section offers a concise overview of the customer's financial standing, presenting key details about outstanding invoices, available credits, deposits, and net balance.

<figure><img src="/files/kyHsp3WnwirBufLSQFYz" alt=""><figcaption></figcaption></figure>

#### Balance Summary Fields

<table><thead><tr><th width="186">Field</th><th>Description</th></tr></thead><tbody><tr><td>Outstanding Invoices</td><td>This field displays the total amount of the outstanding invoices of the customer.</td></tr><tr><td>Available Credits</td><td>This field shows the total credits available for use by the customer.</td></tr><tr><td>Deposits</td><td>This field shows the total deposit amount of the customer.</td></tr><tr><td>Net Balance</td><td>This field represents the customer's net balance, calculated as the difference between Outstanding Invoices, Credits, and Deposits.</td></tr></tbody></table>

Click on "Pay Balance" to pay the outstanding amount.

### Order Summary

The **Order Summary** section provides a snapshot of the customer's transaction activity by displaying the number of estimates and sales orders generated. This section is essential for keeping track of ongoing and past transactions, ensuring the customer has a clear understanding of their order history.

<figure><img src="/files/TtvqYOIqgbijKgZLKcR8" alt=""><figcaption></figcaption></figure>

### Customer Info

This section displays the account details of the customer.

<figure><img src="/files/vXVnT39gu6o06IYujJnT" alt=""><figcaption></figcaption></figure>

#### Customer Info Fields

<table><thead><tr><th width="186">Field</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>This field shows the full name of the customer.</td></tr><tr><td>E-Mail</td><td>This field shows the main email address associated with the customer.</td></tr><tr><td>Phone</td><td>This field displays the phone number of the customer.</td></tr><tr><td>Payment Method</td><td>This field displays the default payment method of the customer.</td></tr><tr><td>Credit Limit</td><td>This field displays the credit limit of the customer.</td></tr><tr><td>Address</td><td>This field displays the address of the customer. If multiple addresses have been added for the customer, use the left and right arrows in the section to scroll through them.</td></tr><tr><td>Account Number</td><td>This field displays the unique account number assigned to the customer. This is assigned by the system when the customer is created.</td></tr><tr><td>Account Email</td><td>This field shows the email linked to the customer’s portal account.</td></tr><tr><td>Account Status</td><td>This field shows the current status of the customer’s portal account, whether Active or On-hold.</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.xorosoft.com/xoroerp-1/b2b/customer-portal/customer-portal-my-profile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
