# WordPress

- [Post](https://wplake.gitbook.io/advanced-views/display-content/wordpress/post.md): Assign fields from WordPress built-in post fields and metadata.
- [Taxonomy terms](https://wplake.gitbook.io/advanced-views/display-content/wordpress/taxonomy-terms.md): Using the Taxonomy terms Group you can display fields from a Category or Custom Taxonomy.
- [User](https://wplake.gitbook.io/advanced-views/display-content/wordpress/user.md): Select fields from the User (WordPress) Group to display fields from the user account.
- [Comments](https://wplake.gitbook.io/advanced-views/display-content/wordpress/comments.md): Using the Comment Group you can display fields related to comments and its author.
- [Menus](https://wplake.gitbook.io/advanced-views/display-content/wordpress/menus.md): Using the Menu Group you can display menu items.


---

# 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/display-content/wordpress.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.
