> 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/exteriors/material-options-for-exterior-designs.md).

# Material Options for Exterior 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>Facade Materials</td><td>Roofing Materials</td><td>Decking and Walkways</td><td>Outdoor Fixtures and Accents</td><td>-</td></tr></tbody></table>

## Materials Type

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

<table><thead><tr><th width="169">Facade Materials</th><th width="236">Roofing Materials</th><th width="176">Decking and Walkways</th><th>Outdoor Fixtures and Accents</th></tr></thead><tbody><tr><td>Brick</td><td>Asphalt shingles</td><td>Composite decking</td><td>Wrought iron</td></tr><tr><td>Natural Stone</td><td>Metal roofing</td><td>Natural stone pavers</td><td>Stainless steel</td></tr><tr><td>Granite</td><td>Clay tiles</td><td>Concrete pavers</td><td>Copper</td></tr><tr><td>Fieldstone</td><td>Concrete tiles</td><td>Brick pavers</td><td>Natural stone</td></tr><tr><td>Limestone</td><td>Slate tiles</td><td>Treated lumber</td><td>Ceramic tiles</td></tr><tr><td>Sandstone</td><td>Wooden shakes or shingles</td><td>Teak</td><td>-</td></tr><tr><td>Stucco</td><td>Solar tiles</td><td>Redwood decking</td><td>-</td></tr><tr><td>Wood</td><td>Roof Tiles</td><td>Pea Gravel</td><td>-</td></tr><tr><td>Vinyl</td><td>-</td><td>Anthracite Grey Deck</td><td>-</td></tr><tr><td>Fiber cement</td><td>-</td><td>Crushed Granite</td><td>-</td></tr><tr><td>Metal</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Glass</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/exteriors/material-options-for-exterior-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.
