> 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/create-workspace.md).

# Create workspace

### How can I create a workspace?

Creating a workspace is the first step toward managing unlimited apps with streamlined billing and collaboration options. Workspaces are ideal for businesses that require central app management without the overhead of separate subscriptions for each app.

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

#### Step 1: Start the workspace creation process

* Login to your AppMySite account.
* Click the '+' button from top menu.
* Click on 'Create workspace'.

#### Step 2: Enter workspace details

* In the Workspace name field, enter a clear and identifiable name for your workspace.
* Click **Create** to complete the setup.

{% hint style="success" %}
Each workspace allows you to build and manage unlimited apps under a single subscription.
{% endhint %}

#### Step 3: Explore your dashboard

* Once created, your workspace dashboard will display key information like the number of users, apps, app downloads, and team collaboration options.
* You can begin creating apps, inviting team members, and managing subscription from here.

#### Step 4: Set up your workspace

* Complete checklist items on the right of the screen such as adding team members or creating your first app.
* Access workspace settings to rename the workspace, manage members, or delete the workspace if needed.


---

# 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/create-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.
