> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/fame-documentations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinedezign.gitbook.io/fame-documentations/overview/shapes.md).

# Shapes

### Configure the shapes

Go to **Customize theme**. Click the dropdown menu at the top and select the **Home page** template.

From the left side menu, select **Shapes**.

Customize this section by using the setting on the right side of the theme editor, as described in the following table:

<table data-header-hidden><thead><tr><th width="281"></th><th></th></tr></thead><tbody><tr><td>Select shape</td><td>Select the shapes from the following options:<br>-Small waves<br>-Asymmetrical 1<br>-Medium waves<br>-Mountains<br>-Asymmetrical 1</td></tr><tr><td>Flip shape</td><td>Select this checkbox to flip the shape selected in the above setting.</td></tr><tr><td>Image</td><td>Select the image.</td></tr><tr><td>Image fit</td><td>Select the image fit from the following options:<br>-Natural<br>-Cropped</td></tr><tr><td>SVG code</td><td>Enter the svg code of icons.</td></tr><tr><td>Enable marquee</td><td>Select the checkbox to enable the marquee of shapes.</td></tr><tr><td>Marquee direction</td><td>Select from right to left and left to right to display the marquee direction.</td></tr><tr><td>Color scheme</td><td><p>Select the color scheme from the given options; </p><p>-Primary  </p><p>-Secondary  </p><p>-Tertiary  </p><p>-Quaternary  <br> </p><p> <em>Note: These can be managed from <strong>Theme settings> color schemes.</strong></em> </p></td></tr><tr><td>Enable gradient</td><td>Select this checkbox to show the gradient in the background color. This can be selected from theme settings>color schemes.</td></tr><tr><td>SVG color</td><td>Select color of the SVG icons.</td></tr><tr><td>Shape ratio</td><td>Select from auto or fixed to display the shape size.</td></tr><tr><td>Desktop size</td><td>Adjust the range bar to select the section size for the desktop view.</td></tr><tr><td>Mobile size</td><td>Adjust the range bar to select the section size for the mobile view.</td></tr></tbody></table>


---

# 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://shinedezign.gitbook.io/fame-documentations/overview/shapes.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.
