> 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/interiors/design-styles-for-interiors.md).

# Design Styles for Interiors

## Design Styles

| No Style            | Eclectic            | Modern                |
| ------------------- | ------------------- | --------------------- |
| Contemporary        | Transitional        | Scandinavian          |
| Mediterranean       | Ikea                | Industrial            |
| Kids Room           | Shabby Chic         | Coastal               |
| Bauhaus             | Bohemian            | Traditional           |
| Rustic              | Minimalism          | Japandi               |
| Japanese Design     | Modern Arabic       | Traditional Arabic    |
| Bali                | Tropical            | Asian Decor           |
| Zen                 | Hollywood Regency   | Hollywood Glam        |
| Minimalist          | Christmas           | Futuristic            |
| Luxurious           | Midcentury Modern   | Biophilic             |
| Cottage Core        | French Country      | Art Deco              |
| Art Nouveau         | South Western       | Modern Farm House     |
| Moroccan            | Gothic              | Victorian             |
| Steampunk           | Urban Modern        | Desert Modernism      |
| Colonial            | Brutalist           | Nordic Noir           |
| Postmodern          | Psychedelic         | Cosmic Chic           |
| Mexican Hacienda    | Coastal Modern      | Eco Friendly          |
| Pop Art             | Vintage Glam        | Candy Land            |
| Airbnb              | Glam Rock           | Barbie                |
| Doodle              | Sketch              | Maximalist            |
| Professional        | Halloween           | Retro                 |
| Romantic            | Safari              | Tuscan                |
| Nautical            | Craftman            | Farmhouse Chic        |
| Prairie             | Cubism              | Quiet Luxury          |
| Baroque             | Neoclassical        | Rococo                |
| Georgian            | Edwardian           | Tudor Revival         |
| Renaissance Revival | American Craftsman  | Mission Revival       |
| Deconstructivism    | Grecian Revival     | Regency               |
| High Tech           | Islamic Design      | Oriental              |
| Artisan             | Pre Raphaelite      | Expressionist         |
| Biedermeier         | Gustavian           | Greek Revival         |
| Hygge               | Organic Modern      | Neon                  |
| Memphis             | Savannah Style      | Flemish               |
| Scandi Boho         | Parisian Chic       | Industrial Glam       |
| California Casual   | South Beach         | Vintage Eclectic      |
| Garden Style        | Contemporary Rustic | Meditative Minimalism |
| Victorian Gothic    | High Victorian      | Imperial Russian      |
| French Provincial   |                     |                       |


---

# 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/interiors/design-styles-for-interiors.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.
