> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/faqs/api-keys/how-to-create-client-credentials-for-bol-retail.md).

# How to create Client credentials for Bol Retail

Follow the below instructions to create Client ID and secret

* Login to your Bol Seller Dashboard (SDD)&#x20;
* Open the **Settings** page and navigate to **API Instellingen** under **Diensten**

<figure><img src="/files/TYybEra3F4coga6y9WRU" alt=""><figcaption><p>SDD - API Instellingen</p></figcaption></figure>

* In the next page, enter all the technical contact details

<figure><img src="/files/xbPBpMStpxeVddF3YGOB" alt=""><figcaption><p>SDD - Technical Contact Details</p></figcaption></figure>

* Once done, you will find a new section to create Client credentials. Press **Aanmaken** button to open a dialog in which you can specify a specific name for the credentials

<figure><img src="/files/0nV52tDK0zCxLSM8YOMR" alt=""><figcaption><p>Create Client Credentials</p></figcaption></figure>

* Click on the blue button and you can find the new credentials

<figure><img src="/files/GcwaMTJBmrzRkl2zEbi8" alt=""><figcaption><p>Client Credentials Name</p></figcaption></figure>

* To view the client secret, click on **Toon secret** link below the Client ID

<figure><img src="/files/oQAjXleySi8GXvTlX3Qn" alt=""><figcaption><p>Client ID and Client Secret</p></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://daton-sarasanalytics.gitbook.io/daton/faqs/api-keys/how-to-create-client-credentials-for-bol-retail.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.
