# Pass Model Values in Postman

* Navigate to the Postman.
* Go to the New Collection.
* Add a new ***POST*** request.
* Pass the URL with the model name for the POST request.
* Provide required headers under the ***Headers*** tab:

  * **Client Id**
  * **Client Secret Key**
  * **App Name**

  <figure><img src="https://3817372244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz33KQNYQvBTgQKJBgwTz%2Fuploads%2F6kOjZ565U4iywZqVZwfs%2Fimage.png?alt=media&#x26;token=5a4cd9c3-2e19-4d94-a98e-1fb951309361" alt=""><figcaption></figcaption></figure>
* Open the ***Body*** tab.
* Select the ***raw*** option.
* Provide the input DataFrame.

<figure><img src="https://3817372244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz33KQNYQvBTgQKJBgwTz%2Fuploads%2FwlmrcpPB8zSgtDgOUGPC%2Fimage.png?alt=media&#x26;token=0d24d371-c0a8-4382-8c85-7a9c609d1cd0" alt=""><figcaption></figcaption></figure>

* Click the ***Save*** option.
* Click the ***Send*** option.
* The response will appear below.

<figure><img src="https://3817372244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz33KQNYQvBTgQKJBgwTz%2Fuploads%2F1RTPJCksjD1HnJ4llHQ3%2Fimage.png?alt=media&#x26;token=7d1d1bef-bbb9-4c79-84e5-fdb98ba0dc6f" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The model registered as an API service can be easily consumed under various apps.*
{% endhint %}


---

# 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://docs.bdb.ai/data-science-lab-5/tabs-for-a-dsl-project/model/register-a-model-as-an-api-service/pass-model-values-in-postman.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.
