# API 활용

**API 활용**

* **워크플로우 API 사용**: 생성한 워크플로우를 API로 호출하여 자동화된 처리를 수행하는 방법입니다.
* **채팅 API 사용**: 채팅 기능을 시스템과 연동하여 API 기반으로 활용하는 방법입니다.
* **LLM 서빙 API 사용**: 서빙된 LLM 모델을 애플리케이션에서 API로 호출해 사용하는 방법입니다.
* **멀티모달 서빙 API 사용**: 멀티모달 서빙을 API로 호출해 다양한 입력을 처리하는 방법입니다.


---

# 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://genos-docs.gitbook.io/default/v1.8.4/advanced-tutorials/guides/api.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.
