# Roles you can play

The Transaction layer of a Beckn-enabled OGa network is the abstraction that encompasses the network actors and the transactions that occur between them. The Transaction layer itself has three distinct parts:

* **Demand side** — the consumer-facing platforms called “Beckn Application Platforms” or, for short, “BAPs”
* **Supply side** — the Seller-facing platforms called “Beckn Provider Platforms” or, “BPPs”
* **Routing infrastructure** — the entities between the supply and demand sides, called of “Beckn Gateways” or “BGs”, which connect the BAPs and the BPPS

To read in depth and understand the architecture, click here: <https://developers.becknprotocol.io/docs/introduction/transactional-layer/>


---

# 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://open-gambia-network-oga.gitbook.io/open-gambia-starter-kit/open-gambia-oga/roles-you-can-play.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.
