> For the complete documentation index, see [llms.txt](https://automation-docs.lazymerch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://automation-docs.lazymerch.com/upload/displate/settings.md).

# Settings

After you have opened the [settings](/general-settings/settings.md) in the upload area of the tool, select Displate on the left of the Settings window.

![Displate Settings Window](/files/iZoWGyeCFQ2ZLSAflVCT)

### Trademark Blacklist

This button will take you to the blacklist of Displate. It is designed to enter words that you want LazyMerch to warn you about. If you want to learn more about the blacklist, click here.

### Testmode

If this option is enabled, the upload stops before the template goes live. It is used so that you can manually press the publish button if you want to make sure the input is correct beforehand.

### Autoconverter Size

With this percentage value you can determine how much space your design should take on the Displate we create.

### Background Color

At this color picker you can select the background color of your generated Displate.

### Auto Alignment

If this option is activated, the whitespace of your design will be removed and the elements will be placed in the center of the generated Displate.

### Skip Longtail Tags

Displate does not allow longtail keywords. If this option is enabled, LazyMerch will remove the disallowed tags during the upload process.

### Stop With Too Few Tags

If there are now fewer tags than possible due to the Skip Longtail Tags steps, the upload process is paused so that you can manually add some and use the greatest possible potential.


---

# 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://automation-docs.lazymerch.com/upload/displate/settings.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.
