# Docs

## Install Ionic

AllUChat Template is bases on Ionic 4 so we need to install ionic by using npm:

```
$ npm install -g ionic
```

After that extract zip and run 'ionic serve' inside extracted directory:

```bash
// move to project directory
cd alluchat
//run npm install to get all dependencies
npm install
// run ionic serve
ionic serve
```

It will auto run app in browser or you can open directly : <http://localhost:8100>


---

# 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://maas-code.gitbook.io/alluchat/master.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.
