# Core libraries

The following libraries comprise the core of the framework and are used in almost every project:

* [iwa-core](/iwa-framework/libraries/iwa-core.md)
* [iwa-router](/iwa-framework/libraries/iwa-router.md)
* [iwa-identity](/iwa-framework/libraries/iwa-identity.md)

The following libraries are useful to address partticular needs:

* [iwa-cognito-identity](/iwa-framework/libraries/iwa-cognito-identity.md): Support for AWS cognito based identity within IWAs.
* [iwa-keyvalue-store](https://github.com/liquid-state/lg-platform-docs/tree/b52bdf46713370f91e897e93abedafa4eea8ff58/iwa-framework/core-libraries/iwa-keyvalue-store.md): Plugin for identity and credentials management in Liquid State IWAs.
* [iwa-desktop](/iwa-framework/libraries/iwa-desktop.md): A set of functions and utilities to make it easy to run IWAs in a desktop environment.


---

# 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.liquid-gears.com/iwa-framework/libraries.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.
