> For the complete documentation index, see [llms.txt](https://docs.kozmik.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kozmik.io/kozmik-ui/account/my-apps.md).

# My Apps

After logging into Kozmik, the "My Apps" screen will welcome you, where you can create new apps and access them to build. The "Sorting" and "Search Bar" are located in the upper right corner of the screen, which will make it easier for you to find the application you are looking for

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

#### Creating a New Application

Press the create application button and type the application name in the pop-up. You can use the "Kozmik Tables" to create the tables from scratch or you can use the Excel import method to import your existing tables.

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

#### Copying an Application

Click the three dots icon in the upper right corner of the app cards and select "duplicate" to create a copy of your application.

#### Deleting an Application

To delete your application, click the three dots icon in the upper right corner of the app cards and select "delete". Confirm the pop-up to continue. Application deletion ensures that all data and screens of your application are deleted and cannot be irretrievable.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kozmik.io/kozmik-ui/account/my-apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
