> 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/settings/customise-agency-dashboard.md).

# Customise agency dashboard

### How to customize the branding of my agency white-label dashboard?

Yes, the Agency white-label product allows complete rebranding of the platform. You can make the dashboard look like your own by updating visual elements, domain, and plugin branding so that your customers never see AppMySite's name or identity.

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

#### Step 1: Go to the “Settings”

* Navigate to the Settings from the side menu
* This is where you’ll find options for branding, domain, email, and more

#### Step 2: Add your agency name and favicon

* Enter your Agency name as you want it to appear to your customers
* Upload a favicon that will be displayed in browser tabs

#### Step 3: Upload your logo

* Use the Upload Logo option to add your agency’s logo
* The logo will appear on the dashboard and other customer-facing screens

{% hint style="success" %}
Every visual element, from logos to colors, can be customized to reflect your brand’s identity.
{% endhint %}

#### Step 4: Set brand colors

* Define the primary theme color and secondary theme color for the dashboard
* Customize the button background, button text, and hover states to match your brand identity

#### Step 5: Host the platform on your domain

* Navigate to the Domain settings
* Enter your main domain and subdomain, then verify domain ownership

For detailed guide on setting up a custom domain, visit this [guide](/agency-white-label/domain.md).

{% hint style="success" %}
Customers will access the platform from your domain, not AppMySite's, reinforcing your agency branding.
{% 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/settings/customise-agency-dashboard.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.
