# Object fields

Advanced Views supports object fields (such as [Post.Author](https://docs.advanced-views.com/display-content/wordpress/post) or [Relationship](https://docs.advanced-views.com/display-content/meta-fields/relationship-fields/relationship)) out-of-the-box.

For instance, consider a company page that includes a team members (users) field, which contains a list of users (their IDs). When you choose object fields like these, Advanced Views automatically adds a loop to display the field items in the current Twig template.&#x20;

However, your goal is unlikely to just display user IDs, so Advanced Views automatically retrieves the data for the selected object IDs and passes into the loop.

{% hint style="info" %}
By default, for object field items, Advanced Views retrieves the title and link to the chosen object (User, Post, or Taxonomy). You can retrieve any data from the object items by assigning a *Layout* in the Field Layout settings. You can check the [Relationship field](https://docs.advanced-views.com/display-content/meta-fields/relationship-fields/relationship) for a practical example.
{% endhint %}


---

# 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/object-fields.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.
