# Plugin Terms

## Term definitions

**Layout(s)** - The Custom Post Type of our plugin used to [assign fields](/advanced-views/getting-started/introduction/creating-your-first-layout.md).

**Post Selection(s)** - The Custom Post Type of our plugin used to [query and filter posts](/advanced-views/getting-started/introduction/creating-your-first-post-selection.md).

[**Settings** ](/advanced-views/tools/settings.md)- Our plugins' area where you can control the settings such as Development mode, File System storage and plugin defaults.

**Tools** - [Export, Import](/advanced-views/tools/export-import.md) and Debugging tools of Advanced Views.

**Licensed** - Is shown when the license key is valid and currently active.

**Unlicensed** - Is shown when there is no license or the license is expired.

[**Demo Import**](/advanced-views/tools/demo-import.md) - A tool used to create a basic setup of *Layouts* and *Post Selections* with specific scenarios.

**Docs** - Our official plugin documentation (it's what you're reading right now).

**Support** - A link to [our official plugin support form](https://advanced-views.com/support). (Reserved for Pro users)

**Forum** - Our official [WordPress.org support forum](https://wordpress.org/support/plugin/acf-views/). (Primarily for Lite users)


---

# 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/introduction/plugin-terms.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.
