> 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/agency-white-label/getting-started/create-app-in-agency.md).

# Create app in Agency

### How to create an app in an Agency account?

The AppMySite Agency solution allows you to create and manage apps on behalf of your clients through a fully branded app-building portal. Each app you create is hosted under your Agency environment, giving you full control over the experience.

{% embed url="<https://scribehow.com/shared/Create_an_app_in_an_agency__4Gmj8pTSRLe5SX-ruD22XA>" %}

#### Step 1: Log in to your branded portal

* Navigate to your branded subdomain&#x20;
* Enter your credentials to log in.

{% hint style="success" %}
Your Agency account includes a custom subdomain where you and your clients can access the app builder with your own branding and interface.
{% endhint %}

#### Step 2: Create a new app

* From the dashboard, go to the My Apps section.
* Click the Create App button.
* Enter your App Name and select the App Type to get started.

{% hint style="warning" %}
You can choose between different app types (like WordPress or Custom App) based on your client’s needs.
{% endhint %}

#### Step 3: Start configuring your app

Once the app is created, it will appear under the My Apps list. You can immediately begin customizing it using your dashboard tools.

{% hint style="success" %}
All apps created under your Agency account will continue to function as long as your Agency subscription is active.
{% 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/agency-white-label/getting-started/create-app-in-agency.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.
