# Build project page

The project page is visible at [autoedit.io](http://www.autoedit.io).To edit the project page go to `./project_page` folder and edit the [jekyll](https://jekyllrb.com/) site that is hosted on github pages for this repository.

To update the project page run

```
npm run make_page
```

This copyies from the `./project_page` folder (that also contains the demo front end) to [the `/docs` folder](https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/) in this repo used to publish with [github page](https://pages.github.com/).

This comand also updates the demo front end ([autoedit.io/demo](http://www.autoedit.io/demo)). To update project page without updating demo front end code `npm run preview_page_no_demo_reload`.

The project page is a jeckyll site, and can be previewed locally using

```
npm run preview_page
```

Then visit <http://127.0.0.1:4000/>

The project site uses this template for the Landing page [pratt-app-landing-page](http://blacktie.co/2013/10/pratt-app-landing-page/) [demo](http://blacktie.co/demo/pratt)


---

# 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://autoedit.gitbook.io/documentation/project-page/build-project-page.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.
