# Building from Stories

![](/files/-Mihrcnsqiret5gpFzvW)

![](/files/-MihrbHwmqlppCgOfG4W) - [\[source code\]](https://github.com/ladybug-tools/dragonfly-grasshopper/blob/master/dragonfly_grasshopper/src//DF%20Building%20from%20Stories.py)

Create a Dragonfly Building from individual Dragonfly Story objects.

## Inputs

* **stories \[Required]**

  A list of Dragonfly Story objects to be joined into one Building.&#x20;
* **multipliers**

  An optional list of integers with the same length as the input \_stories, which will be used to override any existing multipliers on the input Story objects. This integer denotes the number of times that each Story is repeated over the height of the building. If nothing is input here, the multipliers on the existing Story objects will remain.&#x20;
* **name**

  Text to set the name for the Building, which will also be incorporated into unique Building identifier. If the name is not provided a random one will be assigned.&#x20;
* **constr\_set**

  Text for the construction set of the Building, which is used to assign all default energy constructions needed to create an energy model. Text should refer to a ConstructionSet within the library such as that output from the "HB List Construction Sets" component. This can also be a custom ConstructionSet object. If nothing is input here, the Building will have a generic construction set that is not sensitive to the Buildings's climate or building energy code.&#x20;

## Outputs

* **report**

  Reports, errors, warnings, etc.&#x20;
* **building**

  Dragonfly Building.&#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.ladybug.tools/dragonfly-primer/components/0_create/building_from_stories.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.
