# Standups

Depending on what works for your team please choose the right frequency. Some projects conduct these thrice a week whereas on others it might make sense to do these daily.

Standups shouldn’t be more than 30 minutes long and should typically be done at the start of the day.

### Tips

* *Keep it short and to the point:* Not more than 30 mins.
* *Turn-based:* Our teams are distributed. Conduct the standup over zoom or hangout. Share your screen and filter tickets by each person. Each person then gives their update while everyone views the board.
* *Identify Blockers:* Note blockers down and get them resolved asap.


---

# 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/agile-ceremonies/standups.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.
