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

# Marketplace

The **Marketplace** section allows users to browse and interact with community listings related to equipment, training opportunities, and item requests.

This section helps players connect with others to **buy, sell, learn, or request items or services** related to the sport.

### Marketplace Screen

The Marketplace screen displays three main categories that users can select to view relevant listings.

#### Categories

**For Sale**

This category displays items that users have listed for sale.

Users can browse equipment and other items posted by community members. Listings may include details such as product descriptions, pricing, and seller information.

Typical examples include:

* Sports equipment
* Accessories
* Used or new gear

Selecting **For Sale** navigates the user to the list of items available for purchase.

***

**Training**

The **Training** category contains training-related offerings available within the community.

Users can find:

* Coaching sessions
* Training programs
* Skill development opportunities
* Workshops or lessons

Selecting **Training** navigates to a list of available training services.

***

**Wanted**

The **Wanted** category displays requests posted by users who are looking for specific items or services.

Users may post requests when they are searching for:

* Equipment
* Accessories
* Training opportunities
* Other related items

Selecting **Wanted** navigates to listings where users have posted their requirements.

<figure><img src="/files/RNEhlX4QjPka2PuqcWUb" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://webingate.gitbook.io/webingate-docs/basics/markdown/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.
