> For the complete documentation index, see [llms.txt](https://docs.optibase.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# 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.
