# Think Paragraph Configuration

You can set think paragraph configuration by clicking on the configuration button on the top right of the page. And then you can see a pop-up of configuration, in this pop up you can decide how exactly your bot interprets what your customer says by using confidence level. Every time your customer types a message, the bot analyses its accuracy. In this pop-up, you can also set the client id and client secret.

![Think Paragraph Configuration](/files/-MRy0oXo_rXpMXRHTdT2)

**Component explanation :**

| Field Name                         | Description                                                                                                                                                                  |
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Retrieval Score (Confidence Level) | You can decide how precisely your bot interprets what your customer says by using confidence level. Every time your customer types a message, the bot analysis its accuracy. |
| Client Id & Client Secret          | Client id and client secret used for integration with 3Dolphins Think.                                                                                                       |


---

# 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/think-paragraph/think-paragraph-configuration.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.
