# Why can you see views in the views tab for pages that don't have a test?

The platform only includes pages involved in A/B testing in the actual results. The general Views table collects all views from every page. A server call is made, and a view is collected for every page because the script needs to call the server to determine what tests must be run for that page. If there are none, no test will be run, but the server still keeps track of the view that occurred.


---

# 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://docs.optibase.io/frequently-asked-questions/tests/why-can-you-see-views-in-the-views-tab-for-pages-that-dont-have-a-test.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.
