# Intro

Thank you for purchasing Real3D FlipBook. If you have any questions that are beyond the scope of this help file, please feel free to email via my profile page contact form here <http://codecanyon.net/user/creativeinteractivemedia>. Thanks so much!

### Running locally

Due to local security restrictions, some examples will not work locally, especially in Chrome.  But everything will work once the files have been uploaded to your server.&#x20;

The best way to run locally is to use local server.

To run examples without local server, you need to disable browser security

#### Chrome

To run examples locally in Chrome without local server ,you need to start Google Chrome with local file access&#x20;

1. close all instances of Chrome
2. click Start
3. type in "run" (without quotes) and hit enter
4. copy paste this line and hit enter:

chrome --allow-file-access-from-files


---

# 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/intro.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.
