> 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/pullrequest-and-linkedin/master.md).

# Adding PullRequest as a Professional Experience

As a member of the HackerOne reviewer network, you're more than welcome to add PullRequest to any public-facing profiles where listing professional experience is appropriate. For example, you're welcome to use PullRequest as an experience on LinkedIn under your work **Experience**, as a **Certification**, or both.

Understandably, teams interested in using PullRequest are interested in getting an idea of what types of software professionals will be reviewing their code. Having PullRequest listed in your experience can be very effective for ensuring prospective clients that reviewers in our network are highly experienced, talented software engineers.

This said, *this is not an expectation*. HackerOne values your privacy and preferences.

## Adding PullRequest to your Work Experience (LinkedIn)

You're welcome to add PullRequest to your **Experience** list on your LinkedIn profile.

Since there are a variety of types of engineers in our network, you're free to use a title that you believe represents your expertise in a relevant way. (e.g., "Software Engineer", "Developer", "Code Reviewer", "Security Specialist").&#x20;

{% hint style="info" %}
**NOTE:** If PullRequest finds your designation to be misrepresentative, a member of our team may contact you to make modifications.
{% endhint %}

![](/files/-Lt7L5taGCl8eJI2TpTq)

## Adding the PullRequest Reviewer Certification (LinkedIn)

![](/files/-Lt7N996wPk2JNC6twoK)

Click to open the [LinkedIn certification entry](https://www.linkedin.com/profile/add?startTask=pullrequest_reviewer) and add your language(s) reviewed or simply "Reviewer"

![](/files/-Lt7NVQL8Yh0v4a_yefZ)

The certification name is **"Certified Reviewer:"** followed by any of the major programming languages & frameworks you review for.

The issuing organization is **"PullRequest"** -- it will autocomplete as you start to type.

Link "Credential URL" to the reviewer page: <https://www.pullrequest.com/reviewers/>

Click "Save" and you're done!


---

# 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/pullrequest-and-linkedin/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.
