# Quick start

After downloading the .zip from Codecanyon, unzip it and you'll find the following structure:

**build** - contains minified scripts and assets for production

**examples** - contains ready to use HTML examples

**src** - contains unminified scripts&#x20;

To view the examples, copy folders **build** and **examples** to your local server or web server, and open any HTML file from the **examples** folder.


---

# 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://real3dflipbook.gitbook.io/jquery/quick-start.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.
