# Think Paragraph

In 3Dolphins, Think paragraph is used to manage think dashboard content. Think paragraph is an answer to a question that a chatbot retrieves from a knowledge base article and delivers to a customer. In other words, think paragraph are essentially the brain of the bot. With lots of articles inside think paragraph, chatbot has a large bank of information to pull from whenever it’s asked a question.

Then, what is the difference between **Think Paragraph** and **FAQ Knowledge** in 3Dolphins?

Think paragraph is 3Dolphins machine Reading Comprehension Technology that can make chatbots learn on their own. So, the bot can read and understand the contents of the article which then becomes a reference for answers to customer questions according to the context submitted by the customer.

Meanwhile, FAQ Knowledge is a module that facilitates questions with answers. So, to be able to answer customer questions, the bot must be trained using knowledge (taught through the possible questions that the customer will ask accompanied by the answers to those possible questions).

Go to the **Bot Settings** menu and click the **Think Paragraph** menus, then you will see a think paragraph page such images below.

![Think Paragraph](/files/tj3pRTbOPFQmoKS5L8vy)


---

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