> For the complete documentation index, see [llms.txt](https://help.appybuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.appybuilder.com/tutorials/creating-e-book.md).

# Creating E-book

## reating an E-book

![Contributed by: Peter Mathijseen](/files/-LGb_9Wd1j8CzHLAYgJL)

This tutorial written by [Peter Mathijssen](http://community.appybuilder.com/u/peter_mathijssen/summary), shows you how to create an E-book using just a few Components - see the image below.&#x20;

![](/files/-LGyncWs6XsSFLD9hfnv)

You can get the TaifunTools extension here: <https://puravidaapps.com/tools.php> And the following blocks. No fancy formula, just straight forward.

![](/files/-LGyoQZg1hwIBlzBdyvP)

And the result will be

![](/files/-LGyoVhcarH-yfD9qaUk)

The html-files use a small css file for formatting the text. But you can play with that.

![](/files/-LGyo_o7zo_kAeMwo0AF)

You can use the cheatsheet here for the icons: <https://fontawesome.com/cheatsheet>

**A little tip:** If you use an arrangement or use the webviewer at 100% or fill parent the sidebar will not show. There has to be some background available. So set the webviewer to a width of 95% for instance to make it work.

In the aia file there is a fontfile included, 3 html files, an image, a css file and the TaifunTools extension.

Download by clicking on the link [LoremIpsum.aia](http://community.appybuilder.com/uploads/default/original/2X/3/3a4b69edcdcd949a8c22dd4b7e8b8a104e8d383c.aia)


---

# 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://help.appybuilder.com/tutorials/creating-e-book.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.
