# Tips6: Using a Roll Sheet

As mentioned in the section on [Knowing your team members and setting their roles](https://www.projectsprint.org/en/v2.0/tutorial/1-2), roles are the roles of individual team members. Roles and team members do not necessarily have a one-to-one relationship, and while there is no set type of role, the roles that are set must be clearly defined and agreed upon.

For this reason, it is recommended to use a "role sheet" to clearly state the "current role status" and keep it available for reference.

For example, the following elements should be included in the role sheet.

* Role name
* Responsibilities of the role (for what purpose the role is needed and what the role is to accomplish)
* The person who will be responsible for the role

Putting these together as a single document and keeping it up-to-date will allow you to understand the current expectations of each member and discuss any discrepancies with those expectations.


---

# 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://www.projectsprint.org/en/v2.0/tips/tips6.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.
