# Tablet View

{% hint style="info" %}
This feature may only be available for Creators on certain Thunkable plans. Please refer to our pricing page for more information: [Thunkable pricing](https://thunkable.com/pricing).
{% endhint %}

## Overview

Creators on certain Thunkable plans can set their app's default layout to tablet view.&#x20;

The best practice is to set your project's default app layout *before* you add components to your app screens. If you add components to your app screens and *then* change your project's default app layout, your designs will not automatically respond to the new size and layout, meaning that neither the size of your existing components nor the distance between components will change.

## Change the Default App Layout&#x20;

To change your app's default app layout:

1. On the Design tab of your project, click the **gear icon** on the left side to access your project's App Settings.
2. Select the preferred default layout for your app. The options are:
   * Phone + Portrait (default)
   * Phone + Landscape
   * Tablet + Portrait
   * Tablet + Landscape

<div align="left"><figure><img src="/files/oqRdWxLhE52xIL8bWW4X" alt="" width="255"><figcaption></figcaption></figure></div>


---

# 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.thunkable.com/settings/project-settings/tablet-view.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.
