# Display name

Make sure your display name includes your first and last name, as it's used in official documents like meeting minutes. To update your display name on Hippoly, follow these steps

{% stepper %}
{% step %}
Go to <https://secure.hippoly.com/#/account-settings/settings> or navigate to your account settings by clicking your name at the top right corner of the screen. &#x20;
{% endstep %}

{% step %}
Expand the **Profile picture and name** section
{% endstep %}

{% step %}
Edit your name and click the `Save`  button.
{% endstep %}
{% endstepper %}


---

# 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://help.hippoly.com/administration/user-account-settings/display-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.
