# Loads

Alpaca4d supports the implementation of various types of loads that can be applied to the elements of the structure. The load elements available in Alpaca4d are gravity load, point load, beam load and shell Load.

Gravity load represents the weight of the structure and is applied as a uniform load on each element in the vertical direction. Point load is a concentrated load applied at a specific point on the structure. Beam load can be applied as a uniform, linear, or trapezoidal load along the length of a beam element. Shell load is a surface load applied to shell elements, such as roofs and walls, in the form of pressure, bending, or shear.

In Alpaca4d, the magnitude and direction of each load element can be specified, and the software will calculate the resulting deformations and internal forces in the structure. The loads can also be time-dependent, allowing for dynamic analysis of structures subject to earthquakes or wind.

In conclusion, Alpaca4d provides a comprehensive set of load elements that enable the simulation of a wide range of structural loading scenarios. The ease of implementation and versatility of these load elements make Alpaca4d a valuable tool for structural engineers and researchers.


---

# 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://alpaca4d.gitbook.io/docs/basics/loads.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.
