# 작업 보기

- [대시보드](https://docs.riido.io/views/dashboards.md): 팀의 전체 업무 진행 상황과 멤버별 작업 현황을 한눈에 파악하세요.
- [작업 관계도](https://docs.riido.io/views/diagram.md): 프로젝트, 목표, 작업 간의 계층 구조를 한눈에 시각화하여 팀의 전체 업무 흐름을 파악하세요.
- [저장된 보기](https://docs.riido.io/views/custom-views.md): 자주 사용하는 필터나 정렬 조건을 저장해, 원하는 작업만 빠르게 확인하세요.


---

# 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.riido.io/views.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.
