# Your Thunkable Projects Page

## Your projects Page

You can find your projects page at [x.thunkable.com/projects](https://x.thunkable.com/projects). \
This is the first page you see when you sign in.

## Viewing your projects

Thunkable lets you choose between viewing your projects in **List View** or **Grid View**.

<figure><img src="/files/6yjBswmePjQiTKJMQgfZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3OXuet8wGs0bONGJ8UcL" alt=""><figcaption></figcaption></figure>

You can decide whether to view your projects in List View or Grid View in the upper right corner of the page.

<figure><img src="/files/WfBlwaZecA2CJSCxFVUH" alt=""><figcaption></figcaption></figure>

## Filtering your projects

### Search Bar

You can use the search bar to filter your projects by name

<figure><img src="/files/yzYucUSP8g921nQ83xPj" alt=""><figcaption></figcaption></figure>

### Filter public/private projects

[PRO Thunkable creators](https://thunkable.com/#/pricing) are able to create [private projects](/snap-to-place/projects.md#private-projects). You can use the Public and Private checkboxes to filter your projects, showing only public projects or only private projects.

<figure><img src="/files/GPZbrFmGoxtn81mF7cF2" alt="" width="351"><figcaption></figcaption></figure>

## Your Project Menu - Delete, Duplicate, and more

When you click on the 3 dots on a project card (Grid View) or list item (List View), you can see some project options.

<figure><img src="/files/FNqVecY0NwTdVT0DGvb6" alt="" width="184"><figcaption></figcaption></figure>

You can **delete** your project, **duplicate** your project, or see your **Project detail page.**

### **Your Project Detail Page**

On the Project Detail page, you can test out your app, similar to when it has been published as a [mobile web app](/snap-to-place/publish-as-a-web-app-pro.md#mobile-web-app).&#x20;

You can also view information about the project, such as its name, creator, project size, and how many times it has been remixed or favorited.

If the project is a remix of another project, the name and creator of the original project will be displayed.

<figure><img src="/files/LGLu8vnAxQqjSSWrN9Q1" alt=""><figcaption></figcaption></figure>


---

# 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/snap-to-place/get-started/your-thunkable-projects-page.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.
