> 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-agency.md).

# Create Agency

### How to create an agency?

Setting up your agency gives you access to a fully white-labeled app development platform. You can onboard customers, customize the platform with your brand, and manage apps at scale.

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

#### Step 1: Go to the agency creation page

* Log in to your AppMySite account
* Navigate to the [**My Agencies**](https://app.appmysite.com/home) section from the homepage.
* Click on Create Agency to begin the setup

#### Step 2: Enter your agency details

* Provide a unique Agency name that will be visible to your customers
* Choose a custom subdomain where your white-labeled platform will be hosted

{% hint style="success" %}
Your agency name and subdomain help define your brand identity on the platform.
{% endhint %}

#### Step 3: Agree to terms and conditions

* Confirm that you accept the Terms & Conditions and Privacy Policy
* This step is required to activate your agency account

#### Step 4: Click “Create”

* Once all fields are filled in, click the **Create** button
* Your agency account will be set up immediately

#### Step 5: Start setting up your agency platform

* After creation, you’ll be directed to the [agency dashboard](https://app.appmysite.com/agency/dashboard)
* From here, you can upload branding assets, set colors, configure email, and invite customers

{% hint style="success" %}
Your agency dashboard is the central hub for managing apps, customers, and settings.
{% endhint %}

The entire setup process takes just a few minutes and requires no coding.


---

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