> 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/rapid/what-is-roboflow-rapid.md).

# Roboflow Rapid란 무엇인가요?

<figure><img src="/files/78904a10e1ab6814b0ecc9460c05f814b5cac395" alt=""><figcaption></figcaption></figure>

[Roboflow Rapid](https://rapid.roboflow.com/) 원시 데이터에서 바로 사용할 수 있는 객체 감지 API까지 5분 만에 갈 수 있게 해줍니다.

Rapid를 시작하는 데 필요한 것은 짧은 비디오 하나 또는 몇 장의 이미지뿐입니다.

그런 다음 비디오나 이미지를 업로드하고, 식별하려는 객체 주위에 text prompts 또는 bounding boxes를 그려 라벨을 지정할 수 있습니다.

그런 다음, 여러분이 라벨링한 객체를 기반으로 식별하는 방법을 학습할 Rapid model을 학습시킬 수 있습니다.

여러분의 Rapid model은 원하는 어떤 프로그래밍 언어로도 사용할 수 있는 API endpoint로 제공됩니다. 또한 Roboflow Workflows에서 API endpoint를 편집해 맞춤 설정할 수도 있습니다.


---

# 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/rapid/what-is-roboflow-rapid.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.
