> For the complete documentation index, see [llms.txt](https://features.scnd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://features.scnd.com/v2.0/superadmin.md).

# SuperAdmin

[**Accessing the Backoffice**](/v2.0/superadmin/accessing-the-backoffice.md)

How to access the Backoffice

[**Navigating the Backoffice**](/v2.0/superadmin/navigating-the-backoffice.md)

Understanding how to use the different Backoffice interface components

[**Platform KPI - Homepage**](/v2.0/superadmin/platform-kpi-homepage.md)

Understanding and displaying KPIs in service multi-vendor eCommerce

[**Listings**](/v2.0/superadmin/listings.md)

Defining, categorizing and managing the listings and its structure

[**Vouchers management (Voucher bundle)**](/v2.0/superadmin/coupon.md)

Defining and managing the use of Vouchers

[**Services**](/v2.0/superadmin/bookings.md)

Managing the different transactions involved in service completion ie. bookings, bids, quotes, payments

[**Users**](/v2.0/superadmin/users.md)

Defining, categorizing and managing different platform users

[**Access rights**](/v2.0/superadmin/access-rights.md)

Creating user roles and managing their rights as an administrator

[**Contents**](/v2.0/superadmin/contents.md)

Customizing the structure, page content and user communication within your marketplace

[**Others**](/v2.0/superadmin/configurations.md)

Managing technical configurations determining platform user flows

[**Mediation management (Dispute bundle)**](/v2.0/superadmin/mediation.md)

Managing disputes between users as an authorised administrator

[**OAuth**](/v2.0/superadmin/oauth.md)

Managing external clients (apps) that need access to your platform (via APIs)

[**Service templates management**](/v2.0/superadmin/service-templates-management.md)

Managing service templates available by users during the deposit listing and listing edition processes

[**Settings**](/v2.0/superadmin/settings.md)

Managing the UX & Design in addition to the company information displayed


---

# 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://features.scnd.com/v2.0/superadmin.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.
