> For the complete documentation index, see [llms.txt](https://hengutility.gitbook.io/hengutility-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hengutility.gitbook.io/hengutility-docs/knowledge/what-is-a-utility-access-marketplace.md).

# What is a utility access marketplace?

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

A utility access marketplace is an online platform that connects independent vendors with customers.\
Vendors list and offer their own products or services, while the platform provides infrastructure, usability, and visibility support.

Unlike a traditional online store that sells its own inventory, a digital marketplace enables vendors to:\
✅ Manage their own inventory and product offerings,\
✅ Handle their own order processing and customer service,\
✅ Operate independently while using shared platform tools.

The platform operator’s role is to maintain the system, ensure smooth operations, and support fair and transparent access for all participants.

Examples of digital marketplaces include general platforms like online shopping sites, where multiple brands and sellers offer products under their own management.

⚠️ Important Notice:\
All content provided here is for general informational purposes only.\
It does not represent investment advice, product offers, or regulatory endorsements of any kind.


---

# 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://hengutility.gitbook.io/hengutility-docs/knowledge/what-is-a-utility-access-marketplace.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.
