# Related Views

Related Views automatically recommends charts based on your currently specified view, promoting discovery of relevant data fields and alternative ways to summarize or encode the data.

When you specify a visualization, Related Views will show [related summaries](https://data-voyager.gitbook.io/voyager/visualizing-data/related-views#related-summaries), [field suggestions](https://data-voyager.gitbook.io/voyager/visualizing-data/related-views#field-suggestion), and [alternative encodings](https://data-voyager.gitbook.io/voyager/visualizing-data/related-views#alternative-encodings) in different sections underneath the current view.

![](https://2307510974-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LB2cWom_kyHA9FGG9Zw%2F-LCCuK3pEH9XxSBR2k9L%2F-LCD6xv5UD5z0zBul_2x%2Frelatedviews.png?alt=media\&token=1b810022-25b8-4aca-a566-40cadd8400e9)

#### Related Summaries

Related Summaries are a part of related views and present aggregate plots to augment a focus view showing raw data.&#x20;

![](https://2307510974-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LB2cWom_kyHA9FGG9Zw%2F-LDKgRpUciFdhyulMEU0%2F-LDKhLd7UJlOQmI2KD53%2Fscreen-shot-2018-05-21-at-7.26.57-pm.png?alt=media\&token=7d64db6d-927e-4440-83f4-bda5a372a3ca)

#### Field Suggestion

Field suggestions show the results of encoding one additional field within the focus view.

![](https://2307510974-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LB2cWom_kyHA9FGG9Zw%2F-LDKgRpUciFdhyulMEU0%2F-LDKhW3m7meKP0lJfx94%2Ffieldsugg.png?alt=media\&token=41334f9a-bba8-4a9a-99be-1d04e34e65b2)

#### Alternative Encodings&#x20;

Alternative encodings display other options for visualizing the same data (data fields and transformations identical to the focus view) when there are multiple effective encodings. For example, you can encode origin using a partitioned trellis plot in addition to using a color encoding, or use area mark instead of line.

![](https://2307510974-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LB2cWom_kyHA9FGG9Zw%2F-LDKgRpUciFdhyulMEU0%2F-LDKhd0XSuXsx1fkONJx%2Faltenc.png?alt=media\&token=c64f1d1e-9b6f-42b9-82ac-14638c40b123)


---

# 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://data-voyager.gitbook.io/voyager/visualizing-data/related-views.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.
