> For the complete documentation index, see [llms.txt](https://help.calcumate.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.calcumate.co/calculator-setup-and-customization/step-5-design.md).

# Step 5 - Design

The design of a calculator can be amended by creating a new calculator or logging into My Calcumate at [calcumate.co/login](https://app.calcumate.co/login) and navigating to your Calculator Builder -> Select the appropriate integration -> Design Tab.

You are able to amend the following calculator design elements:

**Branding**

* Font

**Intro**

* Primary text
  * "GET STORING" as default
* Secondary text
  * "Start by adding items to your storage unit" as default

**Logo**

* Add your company logo to your storage unit&#x20;

**Unit Image**

* If you would like to show a different unit type from our standard unit types. You can upload your image file.

**Colour scheme**

* Primary colour
* Secondary colour
* Unit colour

**Background colour**

* Gradient (two toned)
* Solid
* Transparent&#x20;

**Show Ismoetric Grid**&#x20;

* toggles on/off the grid background&#x20;

Buttons

* Button colour on the 'items added' list&#x20;
* Button text colour is the text colour on the 'items added' list
* Category button border colour&#x20;

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


---

# 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://help.calcumate.co/calculator-setup-and-customization/step-5-design.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.
