# Automation(자동화)

- [워크플로우](https://docs.trackit.so/trackit-101/automation/workflows.md)
- [워크플로우 소개](https://docs.trackit.so/trackit-101/automation/workflows/what-are-workflows.md)
- [워크플로우 생성](https://docs.trackit.so/trackit-101/automation/workflows/getting-started-with-workflows.md): 이 문서의 목적 기능을 하나씩 설명하기보다, 실제 완성되는 워크플로우 하나를 따라 만들며 트래킷 워크플로우의 모든 기본기를 익힙니다.
- [워크플로우 블록](https://docs.trackit.so/trackit-101/automation/workflows/workflows-block-library.md): 이 문서는 "사전(Dictionary)"입니다. 순서대로 읽기보다, 필요할 때 Ctrl+F로 원하는 블록을 찾으세요. 각 블록에는 언제 쓰나, 주요 입력값, 쓸 때 주의할 점이 정리되어 있습니다.
- [워크플로우 운영과 모니터링](https://docs.trackit.so/trackit-101/automation/workflows/manage-workflows.md): 이미 가동 중인 워크플로우를 관리하는 방법을 다룹니다. 목록에서 전체 현황 보기, 권한과 상태(실행 중·비활성화), 실행 결과 읽기, 크레딧 관리, 팀 운영 원칙까지.
- [워크플로우 예시](https://docs.trackit.so/trackit-101/automation/workflows/undefined.md): 실무에서 쓰이는 트래킷 워크플로우를 인터랙티브 시연으로 확인해 보세요. 내 워크스페이스에 그대로 옮겨 쓸 수 있도록 블록 구성과 응용 팁을 함께 정리했습니다.
- [시퀀스](https://docs.trackit.so/trackit-101/automation/undefined.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.trackit.so/trackit-101/automation.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.
