# New Line & InLine

When you want to defining the format for a question from the bot response being sent, you can use **'InLine'** and **'New Line'**. **InLine** is used when you want to send a question response within a single bubble, while **New Line** allows you to send question response in separate bubbles.

For example, if you want to create a chatbot response using **New Line.** First, type a sentence in the **'Enter your question here'** section and press enter. You can add another question by retyping the desired sentence and pressing enter. Then, click the **'Add response'** button and select **'New Line'**, as shown in the following image.

<figure><img src="/files/sQfZOarroeA0xkdFEGTP" alt=""><figcaption><p>Add New Line Response</p></figcaption></figure>

You will see the automatic sentence split into two bubbles as shown in the following image.

<figure><img src="/files/bkTyZRkPWHuQdMoxVKBO" alt=""><figcaption><p>New Line Bubble</p></figcaption></figure>

If you want to send a question response in a single bubble to the customer, you can use **InLine** feature. After entering the response text, click the **'Add Response'** button and select **'Inline'** so that the question response appears in the same bubble.

<figure><img src="/files/ng3MR02YH6Rzt4kcLIX8" alt=""><figcaption><p>Add  InLine Response</p></figcaption></figure>

You will see the automatic sentence merged into a single bubble, as shown in the following image.

<figure><img src="/files/xtRbxpvJkuUQZBN1cfKA" alt=""><figcaption><p>InLine as Question Response</p></figcaption></figure>


---

# 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/dialog-flows/untitled-1/defined-entity-bot-response/new-line-and-inline.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.
