# Getting Started

- [Introduction](https://wplake.gitbook.io/advanced-views/getting-started/introduction.md)
- [Key Aspects](https://wplake.gitbook.io/advanced-views/getting-started/introduction/key-aspects.md)
- [Creating Your First Layout](https://wplake.gitbook.io/advanced-views/getting-started/introduction/creating-your-first-layout.md): Use a Layout to display fields for a specific post/page or Custom Post Type item.
- [Creating Your First Post Selection](https://wplake.gitbook.io/advanced-views/getting-started/introduction/creating-your-first-post-selection.md): Create a Post Selection to display a set of posts or CPT items according to the selected Layout.
- [Plugin Terms](https://wplake.gitbook.io/advanced-views/getting-started/introduction/plugin-terms.md): Read about common terms used in our plugin.
- [Plugin Interface](https://wplake.gitbook.io/advanced-views/getting-started/introduction/plugin-interface.md): Read more about the plugin and the user interface.
- [Field Options](https://wplake.gitbook.io/advanced-views/getting-started/introduction/plugin-interface/field-options.md): Read more about the plugin and the field options in the user interface.
- [Installation](https://wplake.gitbook.io/advanced-views/getting-started/installation.md)
- [Advanced Views Lite](https://wplake.gitbook.io/advanced-views/getting-started/installation/advanced-views-lite.md): The Advanced Views plugin can be installed and used free-of-charge from the WordPress.org or WordPress.com Plugin directory.
- [Advanced Views Pro](https://wplake.gitbook.io/advanced-views/getting-started/installation/advanced-views-pro.md): Learn how to install the Advanced Views Pro plugin.
- [Comparison Table](https://wplake.gitbook.io/advanced-views/getting-started/installation/comparison-table.md): Use the table below to compare Advanced Views Lite and Advanced Views Pro features to determine which one is better suited to your needs.
- [Upgrading from Lite to Pro](https://wplake.gitbook.io/advanced-views/getting-started/installation/upgrading-from-lite-to-pro.md): Learn how to upgrade from Advanced Views Lite to our paid Pro plugin.
- [Supported data vendors](https://wplake.gitbook.io/advanced-views/getting-started/supported-data-vendors.md)
- [Starter theme](https://wplake.gitbook.io/advanced-views/getting-started/starter-theme.md)


---

# 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://wplake.gitbook.io/advanced-views/getting-started.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.
