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

# Reviewer Display Name

## Your display name

Your HackerOne Code display name, along with a `24x24px` thumbnail of your profile photo, will be appended to the end of the comments you add in code reviews. This is so that the development teams receiving fulfilled code reviews have a way to uniquely identify the reviewers who submitted specific comments and reply back.

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

Reviewer display names may appear a variety of other places: such as a list of which reviewers are currently assigned to a code review job or on pending comments that have not yet been posted.

## Updating your display name

Your display name & profile photo can be updated from the [PullRequest Reviewer Settings page](https://app.pullrequest.com/reviewer/settings/profile).

![Reviewer Profile Settings](/files/-LavN95TcAsjOwaFlOsY)

Reviewer profile display names will default to the user's first name and last initial.

{% hint style="info" %}
**Example**: "Vanessa Smith" will default to "Vanessa S"
{% endhint %}

### Display name guidelines

All display name change requests are subject to HackerOne approval and are usually reviewed within 24 hours. HackerOne reserves the right to reject a display name change for any reason. A staff member will reach out to you directly if you change request was rejected.


---

# 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.pullrequest.com/reviewer-documentation/reviewer-display-name/master.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.
