# Core libraries

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

* [iwa-core](/1.1.0/iwa-framework/index/iwa-core.md)
* [iwa-router](/1.1.0/iwa-framework/index/iwa-router.md)
* [iwa-identity](/1.1.0/iwa-framework/index/iwa-identity-1.md)

The following libraries are useful to address partticular needs:

* [iwa-cognito-identity](/1.1.0/iwa-framework/index/iwa-cognito-identity.md): Support for AWS cognito based identity within IWAs.
* [iwa-keyvalue-store](/1.1.0/iwa-framework/index/iwa-identity-1.md): Plugin for identity and credentials management in Liquid State IWAs.
* [iwa-desktop](/1.1.0/iwa-framework/index/iwa-desktop.md): A set of functions and utilities to make it easy to run IWAs in a desktop environment.

## Some example syntax for Gitbook:

Becoming a super hero is a fairly straight forward process:

```
$ give me super-powers
```

{% hint style="info" %}
Super-powers are granted randomly so please submit an issue if you're not happy with yours.
{% endhint %}

Once you're strong enough, save the world:

```
// Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
```


---

# 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/1.1.0/iwa-framework/index.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.
