> For the complete documentation index, see [llms.txt](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/introduction-2/general/analysis-buttons.md).

# Analysis Buttons

Upon launching any utility, it will automatically search for the license file to verify the availability of the feature. If the license is not found, a warning message will appear, as shown in the image below, and the Analyze button will be disabled. No analysis can be ran, but pre and post-processing, including generating input file or plotting output files, can still be done.

![](/files/lQ7BLbcaCJ0bp9uEVugH)

The analysis buttons [Analyze](https://github.com/DANTE-Solutions/DANTE-6.3-Docs/blob/main/docs/utility-tools/general/Analysis%20Buttons/Analyze.md) the input, provide information from the [Model Log](/dante-6.3-help-documentation/introduction-2/general/model-log.md), and [Plot](/dante-6.3-help-documentation/introduction-2/general/plot-button.md) the outputs to the viewport.

![](/files/SOkfCqWRDhNb121NLrWx)

Once an analysis has been executed successfully, the Analyze button will turn green. To run another analysis, either a new input file has to be saved, or any value within the UI has to be changed to indicate a new analysis

![](/files/zDNLJIKnxE5Vy2koassD)

![](/files/UAz6yIbDKUf2P9wYnwdN)


---

# 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://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/introduction-2/general/analysis-buttons.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.
