> For the complete documentation index, see [llms.txt](https://api.homedesigns.ai/homedesignsai-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.homedesigns.ai/homedesignsai-api-documentation/design-scope/gardens/material-options-for-garden-designs.md).

# Material Options for Garden Designs

## Materials

<table data-header-hidden><thead><tr><th width="193"></th><th width="171"></th><th width="204"></th><th width="263"></th><th></th></tr></thead><tbody><tr><td>Ground Cover Materials</td><td>Planters and Edging</td><td>Outdoor Furniture and Decor</td><td>Water Features and Structures</td><td>Lighting</td></tr></tbody></table>

## Materials Type&#x20;

{% hint style="info" %}
Note: Materials Type should be selected according to the Materials.
{% endhint %}

<table data-full-width="false"><thead><tr><th>Ground Cover Materials</th><th>Planters and Edging</th><th>Outdoor Furniture and Decor</th><th>Water Features and Structures</th><th>Lighting</th></tr></thead><tbody><tr><td>Mulch</td><td>Corten steel</td><td>Teak</td><td>Natural stone</td><td>LED lights</td></tr><tr><td>Wood Chips</td><td>Stone</td><td>Wrought iron</td><td>Fiberglass</td><td>Solar-powered lights</td></tr><tr><td>Grass</td><td>Fruit Trees</td><td>Rattan</td><td>Copper</td><td>Low-voltage halogen</td></tr><tr><td>Clover</td><td>Berry Bushes</td><td>Fire Pits</td><td>Wood</td><td>Fiber optics</td></tr><tr><td>Moss</td><td>Plants</td><td>Concrete</td><td>Glass</td><td>-</td></tr><tr><td>Lawn</td><td>Flowers</td><td>Ceramic</td><td>-</td><td>-</td></tr><tr><td>Pebbles</td><td>Concrete</td><td>Brick</td><td>-</td><td>-</td></tr><tr><td>River rocks</td><td>Natural Stone</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Ground cover plants</td><td>Recycled plastic</td><td>-</td><td>-</td><td>-</td></tr><tr><td>thyme</td><td>Bamboo</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Sedum</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Artificial grass</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Decomposed granite</td><td>-</td><td>-</td><td>-</td><td>-</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://api.homedesigns.ai/homedesignsai-api-documentation/design-scope/gardens/material-options-for-garden-designs.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.
