# Body

<figure><img src="/files/nNUsVSVDLYFascMTIUIN" alt=""><figcaption></figcaption></figure>

It contains the interaction elements of the chatbox, including the exchanges between the bot and the user.

**dydu-chatbox-body**

Global CSS for the body

* size
* position
* color

**dydu-dialog**

Global CSS for dialogues

* position

**dydu-interaction dydu-interaction-response**

CSS for the response part of the chatbox

* logo display
* position

**dydu-bubble dydu-bubble-response**

CSS for configuring the chatbox response bubble

* position
* color

**dydu-feedback-vote**

CSS for the satisfaction section

* position

**dydu-button dydu-button-icon**

CSS for the satisfaction buttons, there are two, each corresponding to a type of response

* position
* image
* color

**dydu-interaction dydu-interaction-request**

CSS for the user question section

* position

**dydu-bubble dydu-bubble-request**

CSS for configuring the user question bubble

* position
* color


---

# 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-en.dydu.ai/integration/channels/advanced-customization/css-editor/body.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.
