# Team Management

You cannot deliver a great digital product without the support of your team. Here are some pointers to ensure they've got your back:

* **Keep them updated**: Make sure your team understands the goals, and user stories well.
* **Rework**: Sometimes it does take more than 1 iteration to get a feature right. Explain to your team why they're building it again and how the change will help the user.
* **Retrospectives**: Act on the concerns raised during the retrospectives.
* **1:1s**: Schedule monthly one on ones. These aren't related to appraisals rather a meeting for you to collect feedback on how you are doing.


---

# 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://playbook.wednesday.is/project-management-playbook/our-approach/team-management.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.
