> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/workflows.md).

# Workflows

- [Workflows란 무엇인가요?](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/what-is-workflows.md): Roboflow Workflows 소개입니다.
- [Workflow 만들기](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/create-a-workflow.md)
- [Workflow 만들기](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/build-a-workflow.md)
- [Workflow 테스트](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/test-a-workflow.md): 브라우저에서 Workflow를 테스트할 수 있습니다.
- [Workflow 배포](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/deploy-a-workflow.md)
- [Workflow 버전 관리](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/manage-workflow-versions.md)
- [Workflow 공유](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/share-a-workflow.md)
- [Workflow 삭제](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/delete-a-workflow.md): workflow를 휴지통으로 이동하면 30일 동안 보관된 후 영구 삭제됩니다.
- [Workflows AI Assistant](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/workflows-ai-assistant.md): Workflows AI Assistant를 사용해 Workflows를 만들고 디버그하는 데 도움을 받으세요.
- [Blocks Governance](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/blocks-governance.md): Workspace에서 활성화된 workflow blocks를 세밀하게 제어합니다
- [Workflow Environment](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/workflow-environment.md)
- [Enterprise 통합](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/enterprise-integrations.md): Enterprise 고객이 사용할 수 있는 Workflows 통합을 살펴보세요.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/workflows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
