# Introduction

## Introduction

### Note

&#x20;This is the first version of this introduction to the frontend API. If you have any comments or suggestions about it, let us know and drop us a line <support@yumpu.com>

### Note to old browsers

&#x20;In some cases (mostly in old version of IE) the Javascript engine should be up and running, before calling our commands, so don't forget to use $(document).ready(function() { }); or anything similar, to avoid errors.

### Overview

&#x20;What can you do with the frontend API? Create yumpu frontends on your website easily! Right now we support the dynamic creation of ... - magazines - bookshelfs ... with a simply Javascript command.


---

# 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://developers.yumpu.com/js/introductionjs.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.
