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

# Overview

The **Partner Portal** is the central workspace for Software Partners.

Use it to onboard merchants, manage merchant accounts, monitor performance, pull reports, and get support.

### Start here

{% stepper %}
{% step %}

### Get access

Start with [Accessing the Partner Portal](https://docs.xplorpay.com/partner-portal/partner-portal/accessing-the-partner-portal).
{% endstep %}

{% step %}

### Learn the layout

See [Navigating the User Interface](https://docs.xplorpay.com/partner-portal/partner-portal/navigating-the-user-interface).
{% endstep %}

{% step %}

### Explore what you can do

Jump to [Core Features](https://docs.xplorpay.com/partner-portal/partner-portal/core-features).
{% endstep %}
{% endstepper %}

### Common tasks

* Monitor KPIs and trends: [Monitoring Performance with Dashboards](https://docs.xplorpay.com/partner-portal/partner-portal/core-features/monitoring-performance-with-dashboards)
* Start and track onboarding: [Managing Merchant Applications](https://docs.xplorpay.com/partner-portal/partner-portal/core-features/managing-merchant-applications)
* Update merchant profiles: [Managing Merchants](https://docs.xplorpay.com/partner-portal/partner-portal/core-features/managing-merchants)
* Get reports and manage subscriptions: [Accessing Reports & Managing Subscriptions](https://docs.xplorpay.com/partner-portal/partner-portal/core-features/accessing-reports-and-managing-subscriptions)
* Contact support: [Submitting a Support Ticket](https://docs.xplorpay.com/partner-portal/partner-portal/core-features/submitting-a-support-ticket)

### Step-by-step guides

* Full onboarding workflow: [Merchant Onboarding via Partner Portal](https://docs.xplorpay.com/partner-portal/partner-portal/guides/merchant-onboarding-via-partner-portal)
* Reporting deep dive: [Reporting](https://docs.xplorpay.com/partner-portal/partner-portal/guides/reporting)
* Support ticketing deep dive: [Support Ticketing](https://docs.xplorpay.com/partner-portal/partner-portal/guides/support-ticketing)

{% hint style="info" %}
If you’re looking for the merchant-facing experience, go to [Merchant Portal Overview](https://docs.xplorpay.com/merchant-portal).
{% 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.xplorpay.com/partner-portal/partner-portal/overview.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.
