# Design Guide

The design guide is used to keep the application's design consistent as you build new pages.  It is accessed within your template's editor. &#x20;

![](/files/-LHyNgXBBFGyO9sUyW8H)

As you build new pages, you can copy+paste element styles from this page, onto new elements in order to change their styles.

#### How to copy an element's style, and paste it to a different element:

1. Select an element on the design guide page
2. Use the keyboard shortcut **"Command+C"** to copy that element's defined style, or right-click the element and select **"Copy style"**. &#x20;
3. Go to the page which contains the elements whose style you want to change.
4. **Select one or more elements** (you can select multiple elements by using the keyboard shortcut **"Shift+Click"**).
5. Paste the copied defined style onto these elements using the keyboard shortcut **"Command+V"**, or right-click one of the selected elements and select "Paste Style".  The elements you selected should now have the new style.&#x20;


---

# 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.littlebaytech.com/templates/responsive-base-template/design-resources/design-guide.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.
