# My Projects Page

## Overview

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.

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

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

| Feature or Functionality | Details                                                                                                                                                                                                                                                       |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Search projects          | Use the search bar to search for specific projects by name.                                                                                                                                                                                                   |
| Filter by                | <p>Filter your projects by:<br>- Public<br>- Private (Only available for Creators on certain Thunkable plans. To learn more about our plans, please visit our <a href="http://thunkable.com/pricing">pricing page</a>.)<br>- Published<br>- Not Published</p> |
| Sort by                  | <p>Sort your projects by:<br>- Name (ascending or descending)<br>- Date modified (ascending or descending)</p>                                                                                                                                                |
| Gird or list view        | View your projects as a grid or a list using the icons in the upper right.                                                                                                                                                                                    |

## Project Menu

Clicking the vertical ellipsis associated with a project reveals its project menu.

![](/files/NROkJfCsIfCXyodXI8b2)

### **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](/publishing/publish-as-a-web-app-pro.md#mobile-web-app). Your project will be shown in your chosen [Default App Layout](/settings/project-settings.md#default-app-layout).

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 another Creator has shared a Project Detail Page with you or you're viewing a Sample Project's Project Detail Page, you can click **Copy Project** in the upper right-hand corner to make a copy in your account.

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

<figure><img src="/files/ZBLO86FrUESBffvRKXT7" 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/settings/manage-your-projects/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.
