> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/unlimited-workspace/find-apps-under-workspace.md).

# Find apps under workspace

### Where can I find the apps under my workspace?

All the apps you create within a workspace are organized in one place, making it easy to access, manage, and monitor them.

{% embed url="<https://scribehow.com/viewer/Find_apps_in_Workspaces__AtKCzb75RaWQDQD9ks9AyA>" %}

#### Step 1: Go to Unlimited workspaces

* From the home screen, navigate to [Unlimited workspaces](https://app.appmysite.com/home).
* Select the workspace where your apps are created.

#### Step 2: Open the Apps tab

* In the selected workspace, go to the *Apps* section from the side menu.
* This tab displays a list of all apps associated with the workspace.

#### Step 3: View app details

* For each app, you can view key details like app name, domain, product type, download stats, and creation date

{% hint style="warning" %}
If no apps have been created yet, you’ll see an empty state message prompting you to create your first app.
{% endhint %}


---

# 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.appmysite.com/unlimited-workspace/find-apps-under-workspace.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.
