> For the complete documentation index, see [llms.txt](https://docs.spacetree.org/spacetree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spacetree.org/spacetree/account-settings/change-your-domain-name.md).

# Change Your Domain Name

Step 1: Deactivate the Old Domain

First, you need to remove the license key connected to your old domain.

1. Log in to your account at `app.proqyz.com`.
2. Click on Account Settings, located in the top-right corner of the navigation menu.
3. Select the Domains tab.
4. Find the domain you want to change and click Edit License.
5. Delete the license key that is connected to your old domain name. This will free up the license for a new domain.

***

#### Step 2: Activate the New Domain

Now you can add your new domain and activate it with a new key.

1. In the same Domains section, click Add New Domain and enter your new website's address.
2. After adding the domain, generate a new license key.
3. Copy this new key.
4. Log in to the WordPress dashboard of your new website.
5. Navigate to the ProQyz plugin and go to its License Settings.
6. Paste the new license key into the field and save your changes.

Your ProQyz license is now successfully moved and activated on your new domain! ✅


---

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

```
GET https://docs.spacetree.org/spacetree/account-settings/change-your-domain-name.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
