# Testing

1. Import this [collection](https://github.com/ONEST-Network/ONEST-Specification/blob/main/docs/postman_collection/sandbox-sample-collection.json) into postman.
2. Click on ONEST Sanbox collection and Go to variables tab.
3. Update the required variables based on the mode:
   1. For BAP mode:
      1. Update bap\_id with participant id
      2. Update bap\_uri with network server url
      3. Update base\_url with client server url
   2. For BPP mode:
      1. Update bpp\_id with participant id
      2. Update bpp\_uri with network server url


---

# 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://starterpack.onest.network/learn/integration-of-adaptors/beckn-protocol-server/testing.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.
