# Customize the position & Size of the Web chat

For more technical teams it is possible to customize the position of the web chat launcher and the size of the web chat itself. \
\
For example, if you're looking at adjust the position of the launcher icon on your site add a custom style sheet into your app and reference the Mava web chat ID. You can then use something like this code to increase the height from the bottom:

```
<style>
      #mava-webchat-launcher {
        bottom: 200px !important;
      }
    </style>
```


---

# 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://mava.gitbook.io/mava-docs/getting-started/integration-setup/web-chat-setup/customize-the-position-and-size-of-the-web-chat.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.
