# Frontity Docs

## Frontity Docs

- [» Welcome to Frontity](https://gitbook-docs.frontity.org/readme.md)
- [Getting started](https://gitbook-docs.frontity.org/getting-started.md)
- [Quick start guide](https://gitbook-docs.frontity.org/getting-started/quick-start-guide.md)
- [About Frontity](https://gitbook-docs.frontity.org/about.md)
- [Frontity features](https://gitbook-docs.frontity.org/about/frontity-features.md): Frontity framework and its extensions will help save you a lot of development time while enjoying of all of the latest technology trends, already configured for you.
- [Browser support](https://gitbook-docs.frontity.org/about/browser-support.md)
- [Get involved](https://gitbook-docs.frontity.org/about/get-involved.md)
- [Core Concepts](https://gitbook-docs.frontity.org/learning-frontity.md)
- [1. Project](https://gitbook-docs.frontity.org/learning-frontity/project.md)
- [2. Settings](https://gitbook-docs.frontity.org/learning-frontity/settings.md)
- [3. Packages](https://gitbook-docs.frontity.org/learning-frontity/packages.md)
- [4. Roots](https://gitbook-docs.frontity.org/learning-frontity/roots.md)
- [5. State](https://gitbook-docs.frontity.org/learning-frontity/state.md)
- [6. Actions](https://gitbook-docs.frontity.org/learning-frontity/actions.md)
- [7. Libraries](https://gitbook-docs.frontity.org/learning-frontity/libraries.md)
- [8. Namespaces](https://gitbook-docs.frontity.org/learning-frontity/namespaces.md)
- [9. Styles](https://gitbook-docs.frontity.org/learning-frontity/styles.md)
- [Architecture](https://gitbook-docs.frontity.org/architecture.md)
- [Decoupled Mode](https://gitbook-docs.frontity.org/architecture/decoupled-mode.md)
- [Embedded Mode](https://gitbook-docs.frontity.org/architecture/embedded-mode.md)
- [Deployment](https://gitbook-docs.frontity.org/deployment.md)
- [Deploy Frontity using Vercel](https://gitbook-docs.frontity.org/deployment/deploy-using-vercel.md)
- [Deploy Frontity on Layer0](https://gitbook-docs.frontity.org/deployment/deploy-on-layer0.md)
- [Deploy Frontity on Heroku](https://gitbook-docs.frontity.org/deployment/deploy-on-heroku.md)
- [Isomorphic React](https://gitbook-docs.frontity.org/isomorphic-react.md)
- [⚡️ Perfomance](https://gitbook-docs.frontity.org/performance.md)
- [Caching](https://gitbook-docs.frontity.org/performance/caching.md)
- [Link prefetching](https://gitbook-docs.frontity.org/performance/link-prefetching.md)
- [Lazy Loading](https://gitbook-docs.frontity.org/performance/lazy-loading.md)
- [Code Splitting](https://gitbook-docs.frontity.org/performance/code-splitting.md)
- [SEO](https://gitbook-docs.frontity.org/seo.md)
- [Guides](https://gitbook-docs.frontity.org/guides.md)
- [Setting the URL of the WordPress data source](https://gitbook-docs.frontity.org/guides/setting-url-wordpress-source-data.md)
- [Using Environment Variables in a Frontity project](https://gitbook-docs.frontity.org/guides/how-to-use-environment-variables-in-frontity.md)
- [WordPress requirements for Frontity](https://gitbook-docs.frontity.org/guides/what-are-the-requisites-of-wordpress-for-frontity.md)
- [URLs in a Migration from WordPress to Frontity Decoupled Mode](https://gitbook-docs.frontity.org/guides/update-db-urls.md)
- [Frontity Query Options](https://gitbook-docs.frontity.org/guides/frontity-query-options.md)
- [Redirections with Frontity](https://gitbook-docs.frontity.org/guides/redirections-with-frontity.md)
- [Understanding a Frontity project](https://gitbook-docs.frontity.org/guides/understanding-mars-theme.md): Guide to help you understand what is involved in a Frontity project
- [Add a new Frontity package or theme to your project](https://gitbook-docs.frontity.org/guides/install-a-new-package.md)
- [How to share your Frontity project](https://gitbook-docs.frontity.org/guides/how-to-share-a-frontity-project.md)
- [Understanding Mars Theme](https://gitbook-docs.frontity.org/guides/understanding-mars-theme-1.md): Guide to understand how our starter theme works.
- [Working with processors](https://gitbook-docs.frontity.org/guides/using-processors.md)
- [How to process page-builder content in Frontity](https://gitbook-docs.frontity.org/guides/processing-page-builder-content.md)
- [Keep Frontity Updated](https://gitbook-docs.frontity.org/guides/keep-frontity-updated.md)
- [Troubleshooting](https://gitbook-docs.frontity.org/guides/troubleshooting.md)
- [JavaScript](https://gitbook-docs.frontity.org/guides/javascript-basics.md)
- [React](https://gitbook-docs.frontity.org/guides/react-basic.md)
- [Contributing](https://gitbook-docs.frontity.org/contributing.md)
- [How to contribute?](https://gitbook-docs.frontity.org/contributing/how-to-contribute.md)
- [Contributing Guide](https://gitbook-docs.frontity.org/contributing/code-contribution-guide.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gitbook-docs.frontity.org/readme.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.
