> For the complete documentation index, see [llms.txt](https://docs.trickys.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trickys.gg/discord/name-system.md).

# Name System

## Updating your nickname

If you change your Steam name after verification, your nickname will not automatically update on our website or Discord. To refresh your nickname manually, follow these steps:

By following these steps, you can make sure your Discord nickname stays consistent with your Steam identity across our community.

* Log out from our website.\
  Click on your steam name in the top right of the website then click on Logout.

<div align="center"><figure><img src="/files/TQZg6gFbqNn0wjQ4ZlLY" alt=""><figcaption></figcaption></figure></div>

* [Sign back in](https://trickys.gg/login) using <i class="fa-steam">:steam:</i> Steam. This will automatically update both your Discord nickname and your website username to match your current Steam name.

<figure><img src="/files/CEvNLhPmAg9fKZKg3APn" alt=""><figcaption></figcaption></figure>

Alternatively, our website will automatically update nicknames every few months, so your new Steam name will eventually be synced. However, for the most up-to-date nickname, logging out and back in is the quickest way to ensure it’s updated.

{% hint style="info" %}
NOTE\
This does not change your username only your nickname on our server
{% 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.trickys.gg/discord/name-system.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.
