> For the complete documentation index, see [llms.txt](https://alpaca4d.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alpaca4d.gitbook.io/docs/basics/analysis.md).

# Analysis

**Alpaca4d** is a software tool for performing various types of structural analysis. It can perform several different types of analyses, including:

1. Linear static analysis: This type of analysis is used to determine the static response of a structure to a known set of loads. The results show the deflection, stress, and strain at various points in the structure.
2. Linear dynamic analysis: This type of analysis is used to study the dynamic response of a structure to dynamic loads such as earthquakes or wind. It can be used to calculate the response spectrum, mode shapes, and frequencies of a structure.
3. Nonlinear static analysis: This type of analysis is used to study the behavior of a structure when it is subject to large deformations. It is often used to investigate the behavior of structures under extreme loading conditions, such as collapse or failure.
4. Nonlinear dynamic analysis: This type of analysis combines the principles of linear and nonlinear static analysis to study the behavior of a structure under dynamic loads that cause large deformations.
5. Eigenfrequencies analysis: This type of analysis is used to compute the natural frequencies and mode shapes of the structure. It helps to identify possible resonance with dynamic loads (such as wind or earthquakes), to understand the global dynamic behaviour, and to support the definition of response spectrum and time‑history analyses.


---

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