# General

- [ISMATRIXPSD](https://excelhelp.windhamlabs.com/functions/general/ismatrixpsd.md): Verify if a matrix is positive semidefinite. Solve for the nearest positive semidefinite matrix if it is not.
- [MATRIX](https://excelhelp.windhamlabs.com/functions/general/matrix.md): Concatenate disjointed arrays in Excel column (or row)-wise into a matrix
- [XLABHELP](https://excelhelp.windhamlabs.com/functions/general/xlabhelp.md): Getting help within Excel for the Excel Lab quant library.
- [XLABINFO](https://excelhelp.windhamlabs.com/functions/general/xlabinfo.md): Retrieve information about the Excel Lab quant library installed on your workstation.
- [XLABLICENSE](https://excelhelp.windhamlabs.com/functions/general/xlablicense.md): Invoke authentication with licensing servers to enable or re-enable your use of Excel Lab.
- [RESETPASSWORD](https://excelhelp.windhamlabs.com/functions/general/resetpassword.md): Update and set a new password for your user account


---

# 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://excelhelp.windhamlabs.com/functions/general.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.
