> For the complete documentation index, see [llms.txt](https://docs.liquid-gears.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquid-gears.com/1.1.0/iwa-framework/index.md).

# 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
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://docs.liquid-gears.com/1.1.0/iwa-framework/index.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.
