# Entering Institutional Data

To add institutional data to your OpenReview profile, go to your profile page at <https://openreview.net/profile> and click 'Edit profile'. You must enter at least one position under 'Education & Career History' for your profile to be saved.&#x20;

Each position requires at least the following information: Position, Start date, Institution Info (domain, name, and country).

For the Position field, you can choose a position from the dropdown or, if none of the existing positions are a good fit, **you may type in a custom role**. Make sure to click in the custom role as it appear in the dropdown in order to select it for that field, otherwise no value will be entered.

Similarly for the institution name and domain, choose from the dropdown or type the name and domain yourself. If you are not sure what domain to type in for your institution, use the email domain used in institutional emails.

{% hint style="info" %}
When you type in custom information that data will appear in the dropdown. Click to select it or the textbox will return to blank when you click away.
{% endhint %}

A start date is required for all affiliations. If your affiliation is current, leave the end date blank, otherwise include the end date for past affiliations

Below are some examples of complete Education and Career History sections:

### Example - complete profile with institutional information

As an example of complete institutional information, this sample user has one past affiliation as a PhD student and one current affiliation. Note that the institution domain, name, and country are all required for the changes to be saved.

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

### Example - complete profile with freeform data

This sample profile includes one past affiliation with a small company not listed in the drop-down menu, and is currently an independent researcher. Here the domain and position information are typed in.

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


---

# 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.openreview.net/getting-started/creating-an-openreview-profile/entering-institutional-data.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.
