> For the complete documentation index, see [llms.txt](https://docs.drawtify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drawtify.com/easier-graphics-solution/how-does-it-work/how-to-add-background.md).

# 3. How to add background?

## More ways to add background

Click "Background" <img src="/files/-MNQwOAQhvaI0Dqzptc8" alt="" data-size="original"> , you can adjust the background. Drawtify Designer provides 3 ways for you to choose. Monochrome background, gradient background, and picture background.

<div align="left"><img src="/files/-MNNhEzDzlsovG-cSQPn" alt="Add design background: 1.Monochrome background    2.Gradient background    3.Picture background"></div>

### **3-1. Add a monochrome background.**

&#x20;<img src="/files/-MNR0HCWTsXJy4shWmEy" alt="" data-size="original"> Just click "Background", and select "color palette", you can select the appropriate background color among the three color modes of HEX, RGBA, and HSLA. You can also set the transparency to get richer visual effects.&#x20;

### **3-2. Add a gradient background.**

&#x20;<img src="/files/-MNR0LGyMe6Qt1BUItE5" alt="" data-size="original"> Just click "Background", and select "color palette", you can select the gradient mode, angle, transparency, and choose the appropriate background color among the three color modes of HEX, RGBA, and HSLA.&#x20;

### **3-3. Add picture background.**

&#x20;<img src="/files/-MNR0OeqrBTE6NUVL7Wf" alt="" data-size="original"> Please select from "Picture Library" or "Background Library" and add it by right-clicking "Set Background".


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.drawtify.com/easier-graphics-solution/how-does-it-work/how-to-add-background.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
