# Project Notes Access

Each repository you connect to PullRequest has a dedicated **Project Notes** section where additional information about your team, projects, and goals can be detailed and exposed to PullRequest reviewers.

This is particularly useful for communicating important contextual information to engineers in the PullRequest network that would be out of place in a pull or merge request description.

Here, you can add any information that would help our reviewers provide you with high-value feedback. These include, but aren't limited to:

* Your organization's background.
* The composition of your development team.
* Business logic, and goals.
* Recurring problems your team has faced.
* Areas where you want our reviewers to pay particular attention.
* Things you *don't* want our reviewers to comment on.

![Project Notes for a repository](/files/-MHScpRb3oMTzyI8PXY4)

## Limiting Project Notes access

Organization Owners are able to toggle access to users on their team with a Member role in **Organization Settings -> Owner Settings**.

This will allow Owners to limit users on their team who have access to edit and view Project Notes to *only* Owners.

{% hint style="info" %}
Member access to Project Notes is **enabled** by default.
{% endhint %}

![](/files/-MHS_VB87rrfkhx75gcF)


---

# 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.pullrequest.com/customer-documentation/code-review-settings/project-notes-access.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.
