> For the complete documentation index, see [llms.txt](https://docs.febucci.com/text-animator-unity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.febucci.com/text-animator-unity/2.x-ko/undefined-3.md).

# 기타

- [모범 사례](https://docs.febucci.com/text-animator-unity/2.x-ko/undefined-3/undefined.md): Text Animator for Unity를 사용할 때의 일반적인 모범 사례를 모두 찾아보세요.
- [요구 사항 및 제한사항](https://docs.febucci.com/text-animator-unity/2.x-ko/undefined-3/undefined-1.md): “Text Animator for Unity”의 요구 사항과 제한 사항이 무엇인지 알아보세요.
- [자주 묻는 질문](https://docs.febucci.com/text-animator-unity/2.x-ko/undefined-3/undefined-2.md): 이 페이지에는 “Text Animator for Unity”에 대한 자주 묻는 질문과 관련 답변이 포함되어 있습니다. 궁금한 점이 있으면 언제든지 문의해 주세요!
- [변경 로그](https://docs.febucci.com/text-animator-unity/2.x-ko/undefined-3/undefined-3.md): 이 페이지에는 Text Animator for Unity의 변경 로그가 포함되어 있습니다.!
- [2.X](https://docs.febucci.com/text-animator-unity/2.x-ko/undefined-3/undefined-3/2.x.md)
- [1.X에서 2.X로 업그레이드](https://docs.febucci.com/text-animator-unity/2.x-ko/undefined-3/undefined-3/1.x-2.x.md)
- [1.X](https://docs.febucci.com/text-animator-unity/2.x-ko/undefined-3/undefined-3/1.x.md)


---

# 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.febucci.com/text-animator-unity/2.x-ko/undefined-3.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.
