# Updating your Dockship Username

Dockship allows you to set custom usernames for your account. Usernames are publicly visible and allow you to create memorable public profile links such as <https://dockship.io/author/**Your-User-Name>\*\*

In order to set your username on Dockship, follow these steps:

1. Log in to your Dockship account and go to your Dashboard.
2. Click on the settings from **Sidebar -> Settings** and you will be redirected to the settings page.
3. On the page, you will find a section for updating your username.

{% hint style="info" %}
Username must be at **least 3 characters** long and can only start with an alphabet, contain alphanumeric characters or single hyphens. The usernames cannot begin or end with a hyphen.
{% endhint %}

{% hint style="warning" %}
**Note:** Changing usernames often will result in lower visibility of your profile on Google search.
{% endhint %}


---

# Agent Instructions: 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.dockship.io/user-accounts/updating-your-dockship-username.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.
