# Query Content

- [Basic Filters](https://wplake.gitbook.io/advanced-views/query-content/basic-filters.md): Basic filters include Post type, Post status, Maximum number, Sort by, and Sort order filters. You can sort by built-in post fields like Title, Author, or Date, as well as by Meta fields or randomly.
- [Meta Filters (Pro)](https://wplake.gitbook.io/advanced-views/query-content/meta-filters-pro.md): Meta filters allow you to filter by field, and create complex queries with multiple fields.
- [Current Post](https://wplake.gitbook.io/advanced-views/query-content/meta-filters-pro/current-post.md): Use a Meta Filter to compare current post ID.
- [Comparison](https://wplake.gitbook.io/advanced-views/query-content/meta-filters-pro/comparison.md)
- [Dynamic Injection](https://wplake.gitbook.io/advanced-views/query-content/meta-filters-pro/dynamic-injection.md)
- [Taxonomy Filters (Pro)](https://wplake.gitbook.io/advanced-views/query-content/taxonomy-filters-pro.md): Categories, tags, products categories and formats are some of the more commonly known taxonomies. Use this feature to show a set of posts for a specific taxonomy.
- [Pagination (Pro)](https://wplake.gitbook.io/advanced-views/query-content/pagination-pro.md): The Pagination feature allows you to limit the number of posts shown and gives the user an option to load more posts. Good for page speed, great for user experience.
- [Custom Data (Pro)](https://wplake.gitbook.io/advanced-views/query-content/custom-data-pro.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/query-content.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.
