# Customization

- [Filters and Hooks](https://wplake.gitbook.io/advanced-views/customization/filters-and-hooks.md): Customize the query and output of the shortcode for a Layout.
- [Layout](https://wplake.gitbook.io/advanced-views/customization/filters-and-hooks/layout.md): Customize the query and output of the shortcode for a Layout.
- [Post Selection](https://wplake.gitbook.io/advanced-views/customization/filters-and-hooks/post-selection.md): Customize a query (WP\_Query) that is used to get posts for a Post Selection.
- [Suggest a feature](https://wplake.gitbook.io/advanced-views/customization/suggest-a-feature.md): Can't find what you're looking for?
- [Performance](https://wplake.gitbook.io/advanced-views/customization/performance.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/customization.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.
