# 3Dolphins Think Integration

To integrate parameters such as client id, client secret, API Endpoint, and think news endpoint. So that the bot can be integrated directly with the articles on the think dashboard.

Select Bot and click the **‘3Dolphins Think Integration’** icon (![](/files/-MRPVVOaBB5OcnPAWwQm)). Then, you will see a pop-up bot integration parameter.

![3Dolphins Think Integration](/files/-MRPVVObe75x0_j1PrBf)

**Component Explanation:**

| **Field Name**      | **Description**                                                                                                                                                                                                                            |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Client ID           | Used to identify the application.                                                                                                                                                                                                          |
| Client Secret       | This is the true secret key, which is stored on the server-side securely & not available to the public.                                                                                                                                    |
| API Endpoint        | The point of entry in a communication channel when two systems are interacting. It refers to the touchpoints of the communication between an API and a server. An API endpoint is basically a fancy word for a URL of a server or service. |
| Think News Endpoint | URL of a 3Dolphins Think.                                                                                                                                                                                                                  |
| Whitelist Keywords  | Allow you to add words that you would like the system to add to the keyword cloud.                                                                                                                                                         |


---

# 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.3dolphins.ai/5.1.x/bot-settings/bot-manager/create-new-bot/3dolphins-think-integration.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.
